ROOTANA
Loading...
Searching...
No Matches
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
11extern int gRunNumber;
12extern bool gIsRunning;
13extern bool gIsPedestalsRun;
14extern bool gIsOffline;
15
16// Output files
17
18#ifdef HAVE_ROOT
19extern TFile* gOutputFile;
21#endif
22
23// ODB access
24
25#include "mvodb.h"
26
27extern 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