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

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 
ZDCDECODINGERROR 
RPDDECODINGERROR 
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};

◆ LucrodTotals

Enumerator
nTotalRpdLucrod 
nTotalZdcLucrod 

Definition at line 21 of file ZdcEventInfo.h.

◆ LucrodType

Enumerator
LucrodLowGain 
LucrodHighGain 
LucrodRPD1A 
LucrodRPD2A 
LucrodRPD1C 
LucrodRPD2C 
numLucrodTypes 

Definition at line 20 of file ZdcEventInfo.h.

◆ 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::LucrodRPD2A
@ LucrodRPD2A
Definition: ZdcEventInfo.h:20
ZdcEventInfo::LucrodHighGain
@ LucrodHighGain
Definition: ZdcEventInfo.h:20
ZdcEventInfo::ZdcEventUnknown
@ ZdcEventUnknown
Definition: ZdcEventInfo.h:16
ZdcEventInfo::DECODINGERROR
@ DECODINGERROR
Definition: ZdcEventInfo.h:19
ZdcEventInfo::numLucrodTypes
@ numLucrodTypes
Definition: ZdcEventInfo.h:20
ZdcEventInfo::CombinedPhysics
@ CombinedPhysics
Definition: ZdcEventInfo.h:17
ZdcEventInfo::LucrodLowGain
@ LucrodLowGain
Definition: ZdcEventInfo.h:20
ZdcEventInfo::numDAQModes
@ numDAQModes
Definition: ZdcEventInfo.h:17
ZdcEventInfo::PhysicsPEB
@ PhysicsPEB
Definition: ZdcEventInfo.h:17
ZdcEventInfo::Green
@ Green
Definition: ZdcEventInfo.h:18
ZdcEventInfo::ZDCDECODINGERROR
@ ZDCDECODINGERROR
Definition: ZdcEventInfo.h:19
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::LucrodRPD1A
@ LucrodRPD1A
Definition: ZdcEventInfo.h:20
ZdcEventInfo::numEventTypes
@ numEventTypes
Definition: ZdcEventInfo.h:16
ZdcEventInfo::DAQModeUndef
@ DAQModeUndef
Definition: ZdcEventInfo.h:17
ZdcEventInfo::LucrodRPD1C
@ LucrodRPD1C
Definition: ZdcEventInfo.h:20
ZdcEventInfo::nTotalRpdLucrod
@ nTotalRpdLucrod
Definition: ZdcEventInfo.h:21
ZdcEventInfo::Standalone
@ Standalone
Definition: ZdcEventInfo.h:17
ZdcEventInfo::RPDRECOERROR
@ RPDRECOERROR
Definition: ZdcEventInfo.h:19
ZdcEventInfo::LucrodRPD2C
@ LucrodRPD2C
Definition: ZdcEventInfo.h:20
ZdcEventInfo::nTotalZdcLucrod
@ nTotalZdcLucrod
Definition: ZdcEventInfo.h:21
ZdcEventInfo::ZdcEventLED
@ ZdcEventLED
Definition: ZdcEventInfo.h:16
ZdcEventInfo::RPDDECODINGERROR
@ RPDDECODINGERROR
Definition: ZdcEventInfo.h:19