ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
ForwardDetectors
ZDC
ZdcUtils
ZdcUtils
ZdcEventInfo.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
11
#ifndef ZDCUTILS__ZdcEventInfo__h_
12
#define ZDCUTILS__ZdcEventInfo__h_
13
14
namespace
ZdcEventInfo
15
{
16
enum
ZdcEventType
{
ZdcEventUnknown
,
ZdcEventPhysics
,
ZdcEventLED
,
ZdcSimulation
,
numEventTypes
};
17
enum
DAQMode
{
DAQModeUndef
= 0,
Standalone
,
PhysicsPEB
,
CombinedPhysics
,
MCDigits
,
numDAQModes
};
18
enum
LEDType
{
Blue1
= 0,
Green
= 1,
Blue2
= 2,
NumLEDs
,
LEDNone
};
19
enum
FlagType
{
DECODINGERROR
= 0,
UNPACKERROR
= 1,
ZDCRECOERROR
= 2,
RPDRECOERROR
= 3,
ZDCDECODINGERROR
= 4,
RPDDECODINGERROR
= 5,
numFlagTypes
};
20
enum
LucrodType
{
LucrodLowGain
= 0,
LucrodHighGain
=1,
LucrodRPD1A
=2,
LucrodRPD2A
=3,
LucrodRPD1C
=4,
LucrodRPD2C
=5,
numLucrodTypes
};
21
enum
LucrodTotals
{
nTotalRpdLucrod
= 4,
nTotalZdcLucrod
= 2};
22
};
23
24
#endif
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::LEDType
LEDType
Definition:
ZdcEventInfo.h:18
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::DAQMode
DAQMode
Definition:
ZdcEventInfo.h:17
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::LucrodTotals
LucrodTotals
Definition:
ZdcEventInfo.h:21
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::ZdcEventType
ZdcEventType
Definition:
ZdcEventInfo.h:16
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::LucrodType
LucrodType
Definition:
ZdcEventInfo.h:20
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
Definition:
ZdcEventInfo.h:15
ZdcEventInfo::ZdcEventLED
@ ZdcEventLED
Definition:
ZdcEventInfo.h:16
ZdcEventInfo::FlagType
FlagType
Definition:
ZdcEventInfo.h:19
ZdcEventInfo::RPDDECODINGERROR
@ RPDDECODINGERROR
Definition:
ZdcEventInfo.h:19
Generated on Fri Mar 14 2025 21:23:40 for ATLAS Offline Software by
1.8.18