ROOTANA
Globals.h
Go to the documentation of this file.
1 //
2 // Global variables for the ROOT analyzer
3 //
4 // Name: Globals.h
5 //
6 // $Id$
7 //
8 
9 // Run parameters
10 
11 extern int gRunNumber;
12 extern bool gIsRunning;
13 extern bool gIsPedestalsRun;
14 extern bool gIsOffline;
15 
16 // Output files
17 
18 #ifdef HAVE_ROOT
19 extern TFile* gOutputFile;
21 #endif
22 
23 // ODB access
24 
25 #include "mvodb.h"
26 
27 extern MVOdb* gOdb;
28 
29 // end
30 
MVOdb * gOdb
Definition: testODB.cxx:21
bool gIsRunning
Definition: analyzer.cxx:48
TDirectory * gOnlineHistDir
bool gIsPedestalsRun
Definition: analyzer.cxx:49
int gRunNumber
Definition: analyzer.cxx:47
bool gIsOffline
Definition: analyzer.cxx:50
TFile * gOutputFile
Definition: mvodb.h:21