ATLAS Offline Software
Loading...
Searching...
No Matches
tile_monitor.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#include <iostream>
6#include <strstream>
7#include <iomanip>
8#include <fstream>
9#include <vector>
10#include <cstring>
11#include <string>
12#include <cstdio>
13#include "TROOT.h"
14#include "TTree.h"
15#include "TFile.h"
16#include "TControlBar.h"
17#include "TH2F.h"
18#include "TGraph.h"
19#include "TH1.h"
20#include "TH2.h"
21#include "TProfile.h"
22#include "TCanvas.h"
23#include "TStyle.h"
24#include "TPave.h"
25#include "TPaveText.h"
26#include "TChain.h"
27
28// General
29TFile *file;
30TChain *tree;
31
32// Monitor Menu
33TControlBar *barMain;
TChain * tree
TControlBar * barMain
TFile * file