ATLAS Offline Software
|
Enumerations | |
enum | ZdcEventType { ZdcEventUnknown, ZdcEventPhysics, ZdcEventLED, ZdcSimulation, numEventTypes } |
enum | DAQMode { DAQModeUndef = 0, Standalone, PhysicsPEB, CombinedPhysics, MCDigits, numDAQModes } |
enum | LEDType { Blue1 = 0, Green = 1, Blue2 = 2, NumLEDs, LEDNone } |
enum | FlagType { DECODINGERROR = 0, UNPACKERROR = 1, ZDCRECOERROR = 2, RPDRECOERROR = 3, ZDCDECODINGERROR = 4, RPDDECODINGERROR = 5, numFlagTypes } |
enum | LucrodType { LucrodLowGain = 0, LucrodHighGain =1, LucrodRPD1A =2, LucrodRPD2A =3, LucrodRPD1C =4, LucrodRPD2C =5, numLucrodTypes } |
enum | LucrodTotals { nTotalRpdLucrod = 4, nTotalZdcLucrod = 2 } |
Enumerator | |
---|---|
DAQModeUndef | |
Standalone | |
PhysicsPEB | |
CombinedPhysics | |
MCDigits | |
numDAQModes |
Definition at line 17 of file ZdcEventInfo.h.
Enumerator | |
---|---|
DECODINGERROR | |
UNPACKERROR | |
ZDCRECOERROR | |
RPDRECOERROR | |
ZDCDECODINGERROR | |
RPDDECODINGERROR | |
numFlagTypes |
Definition at line 19 of file ZdcEventInfo.h.
Enumerator | |
---|---|
LucrodLowGain | |
LucrodHighGain | |
LucrodRPD1A | |
LucrodRPD2A | |
LucrodRPD1C | |
LucrodRPD2C | |
numLucrodTypes |
Definition at line 20 of file ZdcEventInfo.h.
Enumerator | |
---|---|
ZdcEventUnknown | |
ZdcEventPhysics | |
ZdcEventLED | |
ZdcSimulation | |
numEventTypes |
Definition at line 16 of file ZdcEventInfo.h.