GaudiMP.GMPBase Namespace Reference

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
 

Variable Documentation

GaudiMP.GMPBase.aida2root = gbl.Gaudi.Utils.Aida2ROOT.aida2root

Definition at line 55 of file GMPBase.py.

tuple GaudiMP.GMPBase.aidatypes
Initial value:
1 = ( gbl.AIDA.IHistogram,
2  gbl.AIDA.IHistogram1D,
3  gbl.AIDA.IHistogram2D,
4  gbl.AIDA.IHistogram3D,
5  gbl.AIDA.IProfile1D,
6  gbl.AIDA.IProfile2D,
7  gbl.AIDA.IBaseHistogram )

Definition at line 59 of file GMPBase.py.

float GaudiMP.GMPBase.MB = 1024.0

Definition at line 37 of file GMPBase.py.

float GaudiMP.GMPBase.NAP = 0.001

Definition at line 36 of file GMPBase.py.

bool GaudiMP.GMPBase.SMAPS = False

Definition at line 48 of file GMPBase.py.

int GaudiMP.GMPBase.STEP_EVENT = 2

Definition at line 44 of file GMPBase.py.

int GaudiMP.GMPBase.STEP_FINALISE = 10

Definition at line 45 of file GMPBase.py.

int GaudiMP.GMPBase.STEP_INITIALISE = 10

Definition at line 43 of file GMPBase.py.

tuple GaudiMP.GMPBase.thtypes = ( gbl.TH1D, gbl.TH2D, gbl.TH3D, gbl.TProfile, gbl.TProfile2D )

Definition at line 68 of file GMPBase.py.

int GaudiMP.GMPBase.WAIT_FINALISE = 60

Definition at line 42 of file GMPBase.py.

int GaudiMP.GMPBase.WAIT_FIRST_EVENT = 60

Definition at line 40 of file GMPBase.py.

int GaudiMP.GMPBase.WAIT_INITIALISE = 60

Definition at line 39 of file GMPBase.py.

int GaudiMP.GMPBase.WAIT_SINGLE_EVENT = 60

Definition at line 41 of file GMPBase.py.

dictionary GaudiMP.GMPBase.WRITERTYPES
Initial value:
1 = { 'EvtCollectionStream' : "tuples",
2  'InputCopyStream' : "events",
3  'OutputStream' : "events",
4  'RecordStream' : "records",
5  'RunRecordStream' : "records",
6  'SequentialOutputStream' : "events",
7  'TagCollectionStream' : "tuples" }

Definition at line 71 of file GMPBase.py.