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
xAODForward
xAODForward
versions
AFPToFTrackAuxContainer_v1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
15
#ifndef XAODFORWARD_VERSIONS_AFPTOFTRACKAUXCONTAINER_V1_H
16
#define XAODFORWARD_VERSIONS_AFPTOFTRACKAUXCONTAINER_V1_H
17
18
#include<vector>
19
20
// EDM include(s):
21
#include "
xAODCore/AuxContainerBase.h
"
22
23
// local includes
24
#include "
xAODForward/versions/AFPToFTrack_v1.h
"
25
26
27
namespace
xAOD
{
28
32
class
AFPToFTrackAuxContainer_v1
:
public
AuxContainerBase
{
33
34
public
:
36
AFPToFTrackAuxContainer_v1
();
37
38
private
:
39
40
std::vector< int >
stationID
;
41
std::vector< int >
trainID
;
42
std::vector< float >
trainTime
;
43
std::vector< int >
trainSize
;
44
std::vector< int >
trainNSat
;
45
std::vector< std::vector<AFPToFTrack_v1::AFPToFHitLink_t> >
bars
;
46
std::vector< int >
algID
;
47
48
};
// class AFPToFTrackAuxContainer_v1
49
50
51
}
// end xAOD namespace
52
53
// StoreGate registration
54
#include "
xAODCore/BaseInfo.h
"
55
SG_BASE
(
xAOD::AFPToFTrackAuxContainer_v1
,
xAOD::AuxContainerBase
);
56
57
58
#endif // XAODFORWARD_VERSIONS_AFPTOFTRACKAUXCONTAINER_V1_H
59
xAOD::AFPToFTrackAuxContainer_v1::bars
std::vector< std::vector< AFPToFTrack_v1::AFPToFHitLink_t > > bars
Definition:
AFPToFTrackAuxContainer_v1.h:45
xAOD::AFPToFTrackAuxContainer_v1
Class storing information accessed by xAOD::AFPToFTrack_v1.
Definition:
AFPToFTrackAuxContainer_v1.h:32
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
BaseInfo.h
xAOD::AFPToFTrackAuxContainer_v1::trainNSat
std::vector< int > trainNSat
Definition:
AFPToFTrackAuxContainer_v1.h:44
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::AFPToFTrackAuxContainer_v1::AFPToFTrackAuxContainer_v1
AFPToFTrackAuxContainer_v1()
Default constructor.
Definition:
AFPToFTrackAuxContainer_v1.cxx:20
xAOD::AFPToFTrackAuxContainer_v1::trainTime
std::vector< float > trainTime
Definition:
AFPToFTrackAuxContainer_v1.h:42
xAOD::AFPToFTrackAuxContainer_v1::algID
std::vector< int > algID
Definition:
AFPToFTrackAuxContainer_v1.h:46
AFPToFTrack_v1.h
Header file for the AFPToFTrack class.
xAOD::AFPToFTrackAuxContainer_v1::stationID
std::vector< int > stationID
Definition:
AFPToFTrackAuxContainer_v1.h:40
SG_BASE
SG_BASE(xAOD::AFPToFTrackAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::AFPToFTrackAuxContainer_v1::trainID
std::vector< int > trainID
Definition:
AFPToFTrackAuxContainer_v1.h:41
xAOD::AFPToFTrackAuxContainer_v1::trainSize
std::vector< int > trainSize
Definition:
AFPToFTrackAuxContainer_v1.h:43
Generated on Tue Mar 25 2025 21:06:55 for ATLAS Offline Software by
1.8.18