Loading [MathJax]/extensions/tex2jax.js
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
Event
xAOD
xAODTrigL1Calo
Root
RODHeaderAuxContainer_v2.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// $Id: RODHeaderAuxContainer_v2.cxx 694350 2015-09-11 12:02:19Z krasznaa $
6
7
// Local include(s):
8
#include "
xAODTrigL1Calo/versions/RODHeaderAuxContainer_v2.h
"
9
10
namespace
xAOD
{
11
12
RODHeaderAuxContainer_v2::RODHeaderAuxContainer_v2
() :
13
AuxContainerBase
()
14
{
15
AUX_VARIABLE
(
version
);
16
AUX_VARIABLE
(
sourceId
);
17
AUX_VARIABLE
(
run
);
18
AUX_VARIABLE
(
lvl1Id
);
19
AUX_VARIABLE
(
bcid
);
20
AUX_VARIABLE
(
trigType
);
21
AUX_VARIABLE
(
lvl1DetType
);
22
AUX_VARIABLE
(
statusWords
);
23
AUX_VARIABLE
(
payloadSize
);
24
}
25
}
// namespace xAOD
xAOD::RODHeaderAuxContainer_v2::statusWords
std::vector< std::vector< uint32_t > > statusWords
Definition:
RODHeaderAuxContainer_v2.h:42
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::RODHeaderAuxContainer_v2::payloadSize
std::vector< uint32_t > payloadSize
Definition:
RODHeaderAuxContainer_v2.h:43
xAOD::RODHeaderAuxContainer_v2::bcid
std::vector< uint32_t > bcid
Definition:
RODHeaderAuxContainer_v2.h:39
xAOD::RODHeaderAuxContainer_v2::lvl1Id
std::vector< uint32_t > lvl1Id
Definition:
RODHeaderAuxContainer_v2.h:38
xAOD::RODHeaderAuxContainer_v2::trigType
std::vector< uint32_t > trigType
Definition:
RODHeaderAuxContainer_v2.h:40
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition:
AuxVariable.h:23
run
Definition:
run.py:1
xAOD::RODHeaderAuxContainer_v2::RODHeaderAuxContainer_v2
RODHeaderAuxContainer_v2()
Definition:
RODHeaderAuxContainer_v2.cxx:12
RODHeaderAuxContainer_v2.h
xAOD::RODHeaderAuxContainer_v2::sourceId
std::vector< uint32_t > sourceId
Definition:
RODHeaderAuxContainer_v2.h:36
xAOD::RODHeaderAuxContainer_v2::lvl1DetType
std::vector< uint32_t > lvl1DetType
Definition:
RODHeaderAuxContainer_v2.h:41
xAOD::RODHeaderAuxContainer_v2::version
std::vector< uint32_t > version
Definition:
RODHeaderAuxContainer_v2.h:35
Generated on Thu Apr 24 2025 21:17:40 for ATLAS Offline Software by
1.8.18