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
xAODJet
Root
JetAuxContainer_v1.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: JetAuxContainer_v1.cxx 596642 2014-05-12 16:54:56Z delsart $
6
7
// Local include(s):
8
#include "
xAODJet/versions/JetAuxContainer_v1.h
"
9
10
namespace
xAOD
{
11
12
JetAuxContainer_v1::JetAuxContainer_v1
()
13
:
AuxContainerBase
() {
14
15
//AUX_VARIABLE( momentum );
16
AUX_VARIABLE
(
constituentLinks
);
17
AUX_VARIABLE
(
constituentWeights
);
18
19
AUX_VARIABLE
(
pt
);
20
AUX_VARIABLE
(
eta
);
21
AUX_VARIABLE
(
phi
);
22
AUX_VARIABLE
(
m
);
23
24
}
25
26
}
// namespace xAOD
JetAuxContainer_v1.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
xAOD::JetAuxContainer_v1::pt
std::vector< float > pt
Definition:
JetAuxContainer_v1.h:49
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition:
AuxVariable.h:23
xAOD::JetAuxContainer_v1::eta
std::vector< float > eta
Definition:
JetAuxContainer_v1.h:50
xAOD::JetAuxContainer_v1::constituentLinks
ConstituentLinks_t constituentLinks
Definition:
JetAuxContainer_v1.h:54
xAOD::JetAuxContainer_v1::phi
std::vector< float > phi
Definition:
JetAuxContainer_v1.h:51
xAOD::JetAuxContainer_v1::JetAuxContainer_v1
JetAuxContainer_v1()
Default constructor.
Definition:
JetAuxContainer_v1.cxx:12
xAOD::JetAuxContainer_v1::m
std::vector< float > m
Definition:
JetAuxContainer_v1.h:52
xAOD::JetAuxContainer_v1::constituentWeights
std::vector< std::vector< float > > constituentWeights
Definition:
JetAuxContainer_v1.h:55
Generated on Fri Mar 28 2025 21:12:37 for ATLAS Offline Software by
1.8.18