![]() |
The Gaudi Framework
v29r5 (37229091)
|
Classes | |
class | CollectHistograms |
class | Coord |
class | EventCommunicator |
class | GMPComponent |
class | MiniWriter |
class | Reader |
class | Subworker |
class | TESSerializer |
class | Worker |
class | Writer |
Variables | |
float | NAP = 0.001 |
float | MB = 1024.0 |
int | WAIT_INITIALISE = 60 |
int | WAIT_FIRST_EVENT = 60 |
int | WAIT_SINGLE_EVENT = 60 |
int | WAIT_FINALISE = 60 |
int | STEP_INITIALISE = 10 |
int | STEP_EVENT = 2 |
int | STEP_FINALISE = 10 |
bool | SMAPS = False |
aida2root = gbl.Gaudi.Utils.Aida2ROOT.aida2root | |
tuple | aidatypes |
tuple | thtypes = (gbl.TH1D, gbl.TH2D, gbl.TH3D, gbl.TProfile, gbl.TProfile2D) |
dictionary | WRITERTYPES |
GaudiMP.GMPBase.aida2root = gbl.Gaudi.Utils.Aida2ROOT.aida2root |
Definition at line 57 of file GMPBase.py.
tuple GaudiMP.GMPBase.aidatypes |
Definition at line 61 of file GMPBase.py.
float GaudiMP.GMPBase.MB = 1024.0 |
Definition at line 39 of file GMPBase.py.
float GaudiMP.GMPBase.NAP = 0.001 |
Definition at line 38 of file GMPBase.py.
bool GaudiMP.GMPBase.SMAPS = False |
Definition at line 50 of file GMPBase.py.
int GaudiMP.GMPBase.STEP_EVENT = 2 |
Definition at line 46 of file GMPBase.py.
int GaudiMP.GMPBase.STEP_FINALISE = 10 |
Definition at line 47 of file GMPBase.py.
int GaudiMP.GMPBase.STEP_INITIALISE = 10 |
Definition at line 45 of file GMPBase.py.
tuple GaudiMP.GMPBase.thtypes = (gbl.TH1D, gbl.TH2D, gbl.TH3D, gbl.TProfile, gbl.TProfile2D) |
Definition at line 70 of file GMPBase.py.
int GaudiMP.GMPBase.WAIT_FINALISE = 60 |
Definition at line 44 of file GMPBase.py.
int GaudiMP.GMPBase.WAIT_FIRST_EVENT = 60 |
Definition at line 42 of file GMPBase.py.
int GaudiMP.GMPBase.WAIT_INITIALISE = 60 |
Definition at line 41 of file GMPBase.py.
int GaudiMP.GMPBase.WAIT_SINGLE_EVENT = 60 |
Definition at line 43 of file GMPBase.py.
dictionary GaudiMP.GMPBase.WRITERTYPES |
Definition at line 73 of file GMPBase.py.