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
AFPTrackAuxContainer_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
15
// Local include(s):
16
#include "
xAODForward/versions/AFPTrackAuxContainer_v2.h
"
17
18
namespace
xAOD
{
19
20
AFPTrackAuxContainer_v2::AFPTrackAuxContainer_v2
()
21
:
AuxContainerBase
() {
22
23
AUX_VARIABLE
(
stationID
);
24
AUX_VARIABLE
(
xLocal
);
25
AUX_VARIABLE
(
yLocal
);
26
AUX_VARIABLE
(
zLocal
);
27
AUX_VARIABLE
(
xSlope
);
28
AUX_VARIABLE
(
ySlope
);
29
AUX_VARIABLE
(
nHoles
);
30
AUX_VARIABLE
(
nClusters
);
31
AUX_VARIABLE
(
chi2
);
32
AUX_VARIABLE
(
algID
);
33
AUX_VARIABLE
(
clusters
);
34
}
35
36
}
// namespace xAOD
xAOD::AFPTrackAuxContainer_v2::stationID
std::vector< int > stationID
Definition:
AFPTrackAuxContainer_v2.h:40
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
xAOD::AFPTrackAuxContainer_v2::xLocal
std::vector< float > xLocal
Definition:
AFPTrackAuxContainer_v2.h:41
xAOD::AFPTrackAuxContainer_v2::xSlope
std::vector< float > xSlope
Definition:
AFPTrackAuxContainer_v2.h:44
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::AFPTrackAuxContainer_v2::nHoles
std::vector< unsigned int > nHoles
Definition:
AFPTrackAuxContainer_v2.h:46
xAOD::AFPTrackAuxContainer_v2::clusters
std::vector< std::vector< AFPTrack_v2::AFPClusterLink_t > > clusters
Definition:
AFPTrackAuxContainer_v2.h:48
xAOD::AFPTrackAuxContainer_v2::zLocal
std::vector< float > zLocal
Definition:
AFPTrackAuxContainer_v2.h:43
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition:
AuxVariable.h:23
AFPTrackAuxContainer_v2.h
Header file for class AFPTrackAuxcontainer.
xAOD::AFPTrackAuxContainer_v2::chi2
std::vector< float > chi2
Definition:
AFPTrackAuxContainer_v2.h:49
xAOD::AFPTrackAuxContainer_v2::yLocal
std::vector< float > yLocal
Definition:
AFPTrackAuxContainer_v2.h:42
xAOD::AFPTrackAuxContainer_v2::ySlope
std::vector< float > ySlope
Definition:
AFPTrackAuxContainer_v2.h:45
xAOD::AFPTrackAuxContainer_v2::nClusters
std::vector< int > nClusters
Definition:
AFPTrackAuxContainer_v2.h:47
xAOD::AFPTrackAuxContainer_v2::AFPTrackAuxContainer_v2
AFPTrackAuxContainer_v2()
Default constructor.
Definition:
AFPTrackAuxContainer_v2.cxx:20
xAOD::AFPTrackAuxContainer_v2::algID
std::vector< int > algID
Definition:
AFPTrackAuxContainer_v2.h:50
Generated on Thu Apr 3 2025 21:06:58 for ATLAS Offline Software by
1.8.18