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
eFexTowerAuxContainer_v1.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// Local include(s):
6
#include "
xAODTrigL1Calo/versions/eFexTowerAuxContainer_v1.h
"
7
8
namespace
xAOD
{
9
10
eFexTowerAuxContainer_v1::eFexTowerAuxContainer_v1
() :
11
AuxContainerBase
()
12
{
13
14
AUX_VARIABLE
(
eta
);
15
AUX_VARIABLE
(
phi
);
16
AUX_VARIABLE
(
module
);
17
AUX_VARIABLE
(
fpga
);
18
AUX_VARIABLE
(
et_count
);
19
AUX_VARIABLE
(
em_status
);
20
AUX_VARIABLE
(
had_status
);
21
AUX_VARIABLE
(
eFEXtowerID
);
22
}
23
24
}
// namespace xAOD
xAOD::eFexTowerAuxContainer_v1::eFexTowerAuxContainer_v1
eFexTowerAuxContainer_v1()
Definition:
eFexTowerAuxContainer_v1.cxx:10
xAOD::eFexTowerAuxContainer_v1::em_status
std::vector< uint32_t > em_status
Definition:
eFexTowerAuxContainer_v1.h:34
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
xAOD::eFexTowerAuxContainer_v1::phi
std::vector< float > phi
Definition:
eFexTowerAuxContainer_v1.h:28
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::eFexTowerAuxContainer_v1::eta
std::vector< float > eta
Definition:
eFexTowerAuxContainer_v1.h:27
xAOD::eFexTowerAuxContainer_v1::et_count
std::vector< std::vector< uint16_t > > et_count
Definition:
eFexTowerAuxContainer_v1.h:32
xAOD::eFexTowerAuxContainer_v1::had_status
std::vector< uint32_t > had_status
Definition:
eFexTowerAuxContainer_v1.h:35
eFexTowerAuxContainer_v1.h
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition:
AuxVariable.h:23
xAOD::eFexTowerAuxContainer_v1::eFEXtowerID
std::vector< uint32_t > eFEXtowerID
Definition:
eFexTowerAuxContainer_v1.h:36
xAOD::eFexTowerAuxContainer_v1::fpga
std::vector< uint8_t > fpga
Definition:
eFexTowerAuxContainer_v1.h:30
xAOD::eFexTowerAuxContainer_v1::module
std::vector< uint8_t > module
Definition:
eFexTowerAuxContainer_v1.h:29
Generated on Thu Apr 24 2025 21:09:54 for ATLAS Offline Software by
1.8.18