![]() |
The Gaudi Framework
master (b9786168)
|
Go to the source code of this file.
Classes | |
| class | GaudiMP.GMPBase.MiniWriter |
| class | GaudiMP.GMPBase.CollectHistograms |
| class | GaudiMP.GMPBase.EventCommunicator |
| class | GaudiMP.GMPBase.TESSerializer |
| class | GaudiMP.GMPBase.GMPComponent |
| class | GaudiMP.GMPBase.Reader |
| class | GaudiMP.GMPBase.Subworker |
| class | GaudiMP.GMPBase.Worker |
| class | GaudiMP.GMPBase.Writer |
| class | GaudiMP.GMPBase.Coord |
Namespaces | |
| namespace | GaudiMP |
| A class to serialize/deserialize TES objects to and from a TBufferFile Author: P. | |
| namespace | GaudiMP.GMPBase |
Variables | |
| float | GaudiMP.GMPBase.NAP = 0.001 |
| float | GaudiMP.GMPBase.MB = 1024.0 * 1024.0 |
| int | GaudiMP.GMPBase.WAIT_INITIALISE = 60 * 10 |
| int | GaudiMP.GMPBase.WAIT_FIRST_EVENT = 60 * 3 |
| int | GaudiMP.GMPBase.WAIT_SINGLE_EVENT = 60 * 6 |
| int | GaudiMP.GMPBase.WAIT_FINALISE = 60 * 2 |
| int | GaudiMP.GMPBase.STEP_INITIALISE = 10 |
| int | GaudiMP.GMPBase.STEP_EVENT = 2 |
| int | GaudiMP.GMPBase.STEP_FINALISE = 10 |
| bool | GaudiMP.GMPBase.SMAPS = False |
| GaudiMP.GMPBase.aida2root = gbl.Gaudi.Utils.Aida2ROOT.aida2root | |
| tuple | GaudiMP.GMPBase.aidatypes |
| tuple | GaudiMP.GMPBase.thtypes = (gbl.TH1D, gbl.TH2D, gbl.TH3D, gbl.TProfile, gbl.TProfile2D) |
| dict | GaudiMP.GMPBase.WRITERTYPES |