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
JetElementAuxContainer_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: JetElementAuxContainer_v2.cxx 679812 2015-07-02 14:57:02Z morrisj $
6
7
// Local include(s):
8
#include "
xAODTrigL1Calo/versions/JetElementAuxContainer_v2.h
"
9
10
namespace
xAOD
{
11
12
JetElementAuxContainer_v2::JetElementAuxContainer_v2
() :
13
AuxContainerBase
()
14
{
15
AUX_VARIABLE
(
eta
);
16
AUX_VARIABLE
(
phi
);
17
AUX_VARIABLE
(
key
);
18
AUX_VARIABLE
(
peak
);
19
AUX_VARIABLE
(
emJetElementETVec
);
20
AUX_VARIABLE
(
hadJetElementETVec
);
21
AUX_VARIABLE
(
emJetElementErrorVec
);
22
AUX_VARIABLE
(
hadJetElementErrorVec
);
23
AUX_VARIABLE
(
linkErrorVec
);
24
}
25
26
}
// namespace xAOD
JetElementAuxContainer_v2.h
xAOD::JetElementAuxContainer_v2::eta
std::vector< float > eta
Definition:
JetElementAuxContainer_v2.h:34
xAOD::JetElementAuxContainer_v2::key
std::vector< unsigned int > key
Definition:
JetElementAuxContainer_v2.h:36
xAOD::JetElementAuxContainer_v2::linkErrorVec
std::vector< std::vector< uint32_t > > linkErrorVec
Definition:
JetElementAuxContainer_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::JetElementAuxContainer_v2::emJetElementETVec
std::vector< std::vector< uint16_t > > emJetElementETVec
Definition:
JetElementAuxContainer_v2.h:38
xAOD::JetElementAuxContainer_v2::hadJetElementErrorVec
std::vector< std::vector< uint32_t > > hadJetElementErrorVec
Definition:
JetElementAuxContainer_v2.h:41
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition:
AuxVariable.h:23
xAOD::JetElementAuxContainer_v2::hadJetElementETVec
std::vector< std::vector< uint16_t > > hadJetElementETVec
Definition:
JetElementAuxContainer_v2.h:39
xAOD::JetElementAuxContainer_v2::peak
std::vector< uint8_t > peak
Definition:
JetElementAuxContainer_v2.h:37
xAOD::JetElementAuxContainer_v2::emJetElementErrorVec
std::vector< std::vector< uint32_t > > emJetElementErrorVec
Definition:
JetElementAuxContainer_v2.h:40
xAOD::JetElementAuxContainer_v2::JetElementAuxContainer_v2
JetElementAuxContainer_v2()
Definition:
JetElementAuxContainer_v2.cxx:12
xAOD::JetElementAuxContainer_v2::phi
std::vector< float > phi
Definition:
JetElementAuxContainer_v2.h:35
Generated on Sun Apr 27 2025 21:12:53 for ATLAS Offline Software by
1.8.18