Marlin  01.17.01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Global.h
Go to the documentation of this file.
1 #ifndef Global_h
2 #define Global_h 1
3 
4 //#ifdef USE_GEAR
5 #include "gear/GearMgr.h"
6 //#endif
7 
8 //#include "marlin/ProcessorEventSeeder.h"
9 
10 
11 
12 namespace marlin{
13 
14  class ProcessorEventSeeder;
15  class StringParameters ;
16 
23  class Global{
24 
25  public:
26 
28 
29 
30 //#ifdef USE_GEAR
31  static gear::GearMgr* GEAR ;
32 //#endif
33 
35 
36 
37  };
38 
39 
40 } // end namespace marlin
41 #endif
static ProcessorEventSeeder * EVENTSEEDER
Definition: Global.h:34
static StringParameters * parameters
Definition: Global.h:27
Simple global class for Marlin.
Definition: Global.h:23
Processor event seeder - provides independent pseudo-randomly generated seeds for registered processo...
static gear::GearMgr * GEAR
Definition: Global.h:31
Simple parameters class for Marlin.