Marlin  01.17.01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Global.cc
Go to the documentation of this file.
1 #include "marlin/Global.h"
4 
5 namespace marlin{
6 
7  StringParameters* Global::parameters = 0 ;
8 
9 //#ifdef USE_GEAR
10  gear::GearMgr* Global::GEAR = 0 ;
11 //#endif
12 
13  ProcessorEventSeeder* Global::EVENTSEEDER = 0 ;
14 
15 }
static ProcessorEventSeeder * EVENTSEEDER
Definition: Global.h:34
static StringParameters * parameters
Definition: Global.h:27
static gear::GearMgr * GEAR
Definition: Global.h:31