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
xAODTrigL1Calo
versions
RODHeaderAuxContainer_v2.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id: RODHeaderAuxContainer_v2.h 694350 2015-09-11 12:02:19Z krasznaa $
8
#ifndef XAODTRIGL1CALO_VERSIONS_RODHEADERAUXCONTAINER_V2_H
9
#define XAODTRIGL1CALO_VERSIONS_RODHEADERAUXCONTAINER_V2_H
10
11
// STL include(s):
12
extern
"C"
{
13
# include <stdint.h>
14
}
15
#include <vector>
16
17
// EDM include(s):
18
#include "
xAODCore/AuxContainerBase.h
"
19
20
namespace
xAOD
{
21
28
29
class
RODHeaderAuxContainer_v2
:
public
AuxContainerBase
{
30
public
:
31
// Default constructor
32
RODHeaderAuxContainer_v2
();
33
34
private
:
35
std::vector<uint32_t>
version
;
36
std::vector<uint32_t>
sourceId
;
37
std::vector<uint32_t>
run
;
38
std::vector<uint32_t>
lvl1Id
;
39
std::vector<uint32_t>
bcid
;
40
std::vector<uint32_t>
trigType
;
41
std::vector<uint32_t>
lvl1DetType
;
42
std::vector<std::vector<uint32_t> >
statusWords
;
43
std::vector<uint32_t>
payloadSize
;
44
45
};
// class RODHeaderAuxContainer_v2
46
}
// namespace xAOD
47
48
#include "
xAODCore/BaseInfo.h
"
49
SG_BASE
(
xAOD::RODHeaderAuxContainer_v2
,
xAOD::AuxContainerBase
);
50
51
#endif // XAODTRIGL1CALO_VERSIONS_RODHEADERAUXCONTAINER_v2_H
xAOD::RODHeaderAuxContainer_v2::statusWords
std::vector< std::vector< uint32_t > > statusWords
Definition:
RODHeaderAuxContainer_v2.h:42
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
BaseInfo.h
SG_BASE
SG_BASE(xAOD::RODHeaderAuxContainer_v2, xAOD::AuxContainerBase)
xAOD::RODHeaderAuxContainer_v2::run
std::vector< uint32_t > run
Definition:
RODHeaderAuxContainer_v2.h:37
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
xAOD::RODHeaderAuxContainer_v2
AuxContainer for RODHeader_v2.
Definition:
RODHeaderAuxContainer_v2.h:29
xAOD::RODHeaderAuxContainer_v2::RODHeaderAuxContainer_v2
RODHeaderAuxContainer_v2()
Definition:
RODHeaderAuxContainer_v2.cxx:12
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 Sat Apr 12 2025 21:17:46 for ATLAS Offline Software by
1.8.18