Loading [MathJax]/jax/output/SVG/config.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
xAODForward
Root
AFPProtonAuxContainer_v1.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
15
// Local include(s):
16
#include <
xAODForward/versions/AFPProtonAuxContainer_v1.h
>
17
18
namespace
xAOD
{
19
20
AFPProtonAuxContainer_v1::AFPProtonAuxContainer_v1
() :
AuxContainerBase
() {
21
AUX_VARIABLE
(
px
);
22
AUX_VARIABLE
(
py
);
23
AUX_VARIABLE
(
pz
);
24
AUX_VARIABLE
(
e
);
25
AUX_VARIABLE
(
side
);
26
AUX_VARIABLE
(
chi2
);
27
AUX_VARIABLE
(
methodID
);
28
AUX_VARIABLE
(
afpTrackLinks
);
29
}
30
31
}
// namespace xAOD
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::AFPProtonAuxContainer_v1::chi2
std::vector< float > chi2
Definition:
AFPProtonAuxContainer_v1.h:36
xAOD::AFPProtonAuxContainer_v1::e
std::vector< float > e
Definition:
AFPProtonAuxContainer_v1.h:34
xAOD::AFPProtonAuxContainer_v1::AFPProtonAuxContainer_v1
AFPProtonAuxContainer_v1()
Definition:
AFPProtonAuxContainer_v1.cxx:20
xAOD::AFPProtonAuxContainer_v1::methodID
std::vector< int > methodID
Definition:
AFPProtonAuxContainer_v1.h:38
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition:
AuxVariable.h:23
xAOD::AFPProtonAuxContainer_v1::pz
std::vector< float > pz
Definition:
AFPProtonAuxContainer_v1.h:33
xAOD::AFPProtonAuxContainer_v1::py
std::vector< float > py
Definition:
AFPProtonAuxContainer_v1.h:32
AFPProtonAuxContainer_v1.h
Header file for class AFPProtonAuxcontainer_v1.
xAOD::AFPProtonAuxContainer_v1::px
std::vector< float > px
Definition:
AFPProtonAuxContainer_v1.h:31
xAOD::AFPProtonAuxContainer_v1::afpTrackLinks
std::vector< std::vector< AFPProton_v1::AFPTrackLink_t > > afpTrackLinks
Definition:
AFPProtonAuxContainer_v1.h:40
xAOD::AFPProtonAuxContainer_v1::side
std::vector< int > side
Definition:
AFPProtonAuxContainer_v1.h:37
Generated on Sat Mar 29 2025 21:06:53 for ATLAS Offline Software by
1.8.18