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
AFPSiHitAuxContainer_v2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
15
#ifndef XAODFORWARD_VERSIONS_AFPSIHITAUXCONTAINER_V2_H
16
#define XAODFORWARD_VERSIONS_AFPSIHITAUXCONTAINER_V2_H
17
18
#include<vector>
19
20
// EDM include(s):
21
#include "
xAODCore/AuxContainerBase.h
"
22
23
// local includes
24
#include "
xAODForward/versions/AFPSiHit_v2.h
"
25
26
27
namespace
xAOD
{
28
34
class
AFPSiHitAuxContainer_v2
:
public
AuxContainerBase
{
35
36
public
:
37
AFPSiHitAuxContainer_v2
();
38
39
private
:
40
std::vector< float >
depositedCharge
;
41
std::vector< float >
timeOverThreshold
;
42
std::vector< int >
stationID
;
43
std::vector< int >
pixelLayerID
;
44
std::vector< int >
pixelRowIDChip
;
45
std::vector< int >
pixelColIDChip
;
46
};
// class AFPSiHitAuxContainer_v2
47
48
49
}
// end xAOD namespace
50
51
// StoreGate registration
52
#include "
xAODCore/BaseInfo.h
"
53
SG_BASE
(
xAOD::AFPSiHitAuxContainer_v2
,
xAOD::AuxContainerBase
);
54
55
56
#endif // XAODFORWARD_VERSIONS_AFPSIHITAUXCONTAINER_V2_H
57
xAOD::AFPSiHitAuxContainer_v2::AFPSiHitAuxContainer_v2
AFPSiHitAuxContainer_v2()
Definition:
AFPSiHitAuxContainer_v2.cxx:20
xAOD::AFPSiHitAuxContainer_v2::pixelColIDChip
std::vector< int > pixelColIDChip
Definition:
AFPSiHitAuxContainer_v2.h:45
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::AFPSiHitAuxContainer_v2::timeOverThreshold
std::vector< float > timeOverThreshold
Definition:
AFPSiHitAuxContainer_v2.h:41
xAOD::AFPSiHitAuxContainer_v2::stationID
std::vector< int > stationID
Definition:
AFPSiHitAuxContainer_v2.h:42
xAOD::AFPSiHitAuxContainer_v2::depositedCharge
std::vector< float > depositedCharge
Definition:
AFPSiHitAuxContainer_v2.h:40
xAOD::AFPSiHitAuxContainer_v2::pixelRowIDChip
std::vector< int > pixelRowIDChip
Definition:
AFPSiHitAuxContainer_v2.h:44
AFPSiHit_v2.h
Header file for AFPSiHit_v2 class representing a hit in AFP track detector.
xAOD::AFPSiHitAuxContainer_v2
Class storing information of xAOD::AFPSiHit_v2 objects.
Definition:
AFPSiHitAuxContainer_v2.h:34
SG_BASE
SG_BASE(xAOD::AFPSiHitAuxContainer_v2, xAOD::AuxContainerBase)
xAOD::AFPSiHitAuxContainer_v2::pixelLayerID
std::vector< int > pixelLayerID
Definition:
AFPSiHitAuxContainer_v2.h:43
Generated on Wed Apr 23 2025 21:06:59 for ATLAS Offline Software by
1.8.18