ATLAS Offline Software
Enumerations
ZdcEventInfo Namespace Reference

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,
  numFlagTypes
}
 

Enumeration Type Documentation

◆ DAQMode

Enumerator
DAQModeUndef 
Standalone 
PhysicsPEB 
CombinedPhysics 
MCDigits 
numDAQModes 

Definition at line 17 of file ZdcEventInfo.h.

◆ FlagType

Enumerator
DECODINGERROR 
UNPACKERROR 
ZDCRECOERROR 
RPDRECOERROR 
numFlagTypes 

Definition at line 19 of file ZdcEventInfo.h.

◆ LEDType

Enumerator
Blue1 
Green 
Blue2 
NumLEDs 
LEDNone 

Definition at line 18 of file ZdcEventInfo.h.

18 {Blue1 = 0, Green = 1, Blue2 = 2, NumLEDs, LEDNone};

◆ ZdcEventType

Enumerator
ZdcEventUnknown 
ZdcEventPhysics 
ZdcEventLED 
ZdcSimulation 
numEventTypes 

Definition at line 16 of file ZdcEventInfo.h.

ZdcEventInfo::ZdcEventPhysics
@ ZdcEventPhysics
Definition: ZdcEventInfo.h:16
ZdcEventInfo::UNPACKERROR
@ UNPACKERROR
Definition: ZdcEventInfo.h:19
ZdcEventInfo::Blue1
@ Blue1
Definition: ZdcEventInfo.h:18
ZdcEventInfo::ZdcEventUnknown
@ ZdcEventUnknown
Definition: ZdcEventInfo.h:16
ZdcEventInfo::DECODINGERROR
@ DECODINGERROR
Definition: ZdcEventInfo.h:19
ZdcEventInfo::CombinedPhysics
@ CombinedPhysics
Definition: ZdcEventInfo.h:17
ZdcEventInfo::numDAQModes
@ numDAQModes
Definition: ZdcEventInfo.h:17
ZdcEventInfo::PhysicsPEB
@ PhysicsPEB
Definition: ZdcEventInfo.h:17
ZdcEventInfo::Green
@ Green
Definition: ZdcEventInfo.h:18
ZdcEventInfo::LEDNone
@ LEDNone
Definition: ZdcEventInfo.h:18
ZdcEventInfo::ZdcSimulation
@ ZdcSimulation
Definition: ZdcEventInfo.h:16
ZdcEventInfo::ZDCRECOERROR
@ ZDCRECOERROR
Definition: ZdcEventInfo.h:19
ZdcEventInfo::NumLEDs
@ NumLEDs
Definition: ZdcEventInfo.h:18
ZdcEventInfo::numFlagTypes
@ numFlagTypes
Definition: ZdcEventInfo.h:19
ZdcEventInfo::Blue2
@ Blue2
Definition: ZdcEventInfo.h:18
ZdcEventInfo::MCDigits
@ MCDigits
Definition: ZdcEventInfo.h:17
ZdcEventInfo::numEventTypes
@ numEventTypes
Definition: ZdcEventInfo.h:16
ZdcEventInfo::DAQModeUndef
@ DAQModeUndef
Definition: ZdcEventInfo.h:17
ZdcEventInfo::Standalone
@ Standalone
Definition: ZdcEventInfo.h:17
ZdcEventInfo::RPDRECOERROR
@ RPDRECOERROR
Definition: ZdcEventInfo.h:19
ZdcEventInfo::ZdcEventLED
@ ZdcEventLED
Definition: ZdcEventInfo.h:16