![]() |
The Gaudi Framework
v36r9p1 (5c15b2bb)
|
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 * 1024.0 |
int | WAIT_INITIALISE = 60 * 5 |
int | WAIT_FIRST_EVENT = 60 * 3 |
int | WAIT_SINGLE_EVENT = 60 * 6 |
int | WAIT_FINALISE = 60 * 2 |
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 84 of file GMPBase.py.
tuple GaudiMP.GMPBase.aidatypes |
Definition at line 88 of file GMPBase.py.
float GaudiMP.GMPBase.MB = 1024.0 * 1024.0 |
Definition at line 66 of file GMPBase.py.
float GaudiMP.GMPBase.NAP = 0.001 |
Definition at line 65 of file GMPBase.py.
bool GaudiMP.GMPBase.SMAPS = False |
Definition at line 77 of file GMPBase.py.
int GaudiMP.GMPBase.STEP_EVENT = 2 |
Definition at line 73 of file GMPBase.py.
int GaudiMP.GMPBase.STEP_FINALISE = 10 |
Definition at line 74 of file GMPBase.py.
int GaudiMP.GMPBase.STEP_INITIALISE = 10 |
Definition at line 72 of file GMPBase.py.
tuple GaudiMP.GMPBase.thtypes = (gbl.TH1D, gbl.TH2D, gbl.TH3D, gbl.TProfile, gbl.TProfile2D) |
Definition at line 99 of file GMPBase.py.
int GaudiMP.GMPBase.WAIT_FINALISE = 60 * 2 |
Definition at line 71 of file GMPBase.py.
int GaudiMP.GMPBase.WAIT_FIRST_EVENT = 60 * 3 |
Definition at line 69 of file GMPBase.py.
int GaudiMP.GMPBase.WAIT_INITIALISE = 60 * 5 |
Definition at line 68 of file GMPBase.py.
int GaudiMP.GMPBase.WAIT_SINGLE_EVENT = 60 * 6 |
Definition at line 70 of file GMPBase.py.
dictionary GaudiMP.GMPBase.WRITERTYPES |
Definition at line 102 of file GMPBase.py.