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
AFPToFHitAuxContainer_v1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef XAODFORWARD_VERSIONS_AFPToFHITAUXCONTAINER_V1_H
6
#define XAODFORWARD_VERSIONS_AFPToFHITAUXCONTAINER_V1_H
7
8
#include<vector>
9
10
// EDM include(s):
11
#include "
xAODCore/AuxContainerBase.h
"
12
13
// local includes
14
#include "
xAODForward/AFPToFHit.h
"
15
16
17
namespace
xAOD
{
18
22
class
AFPToFHitAuxContainer_v1
:
public
AuxContainerBase
{
23
24
public
:
25
AFPToFHitAuxContainer_v1
();
26
27
private
:
28
std::vector< int >
stationID
;
29
std::vector< float >
time
;
30
std::vector< int >
hptdcChannel
;
31
std::vector< int >
barInTrainID
;
32
std::vector< int >
trainID
;
33
std::vector< float >
pulseLength
;
34
std::vector< int >
hptdcID
;
35
36
};
// class AFPToFHitAuxContainer_v1
37
38
39
}
// end xAOD namespace
40
41
// StoreGate registration
42
#include "
xAODCore/BaseInfo.h
"
43
SG_BASE
(
xAOD::AFPToFHitAuxContainer_v1
,
xAOD::AuxContainerBase
);
44
45
46
#endif // XAODFORWARD_VERSIONS_AFPToFHITAUXCONTAINER_V1_H
47
xAOD::AFPToFHitAuxContainer_v1::time
std::vector< float > time
Definition:
AFPToFHitAuxContainer_v1.h:29
xAOD::AFPToFHitAuxContainer_v1::barInTrainID
std::vector< int > barInTrainID
Definition:
AFPToFHitAuxContainer_v1.h:31
AFPToFHit.h
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
BaseInfo.h
xAOD::AFPToFHitAuxContainer_v1
Class storing information of xAOD::AFPToFHit_v1 objects.
Definition:
AFPToFHitAuxContainer_v1.h:22
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::AFPToFHitAuxContainer_v1::trainID
std::vector< int > trainID
Definition:
AFPToFHitAuxContainer_v1.h:32
SG_BASE
SG_BASE(xAOD::AFPToFHitAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::AFPToFHitAuxContainer_v1::hptdcID
std::vector< int > hptdcID
Definition:
AFPToFHitAuxContainer_v1.h:34
xAOD::AFPToFHitAuxContainer_v1::pulseLength
std::vector< float > pulseLength
Definition:
AFPToFHitAuxContainer_v1.h:33
xAOD::AFPToFHitAuxContainer_v1::AFPToFHitAuxContainer_v1
AFPToFHitAuxContainer_v1()
Definition:
AFPToFHitAuxContainer_v1.cxx:11
xAOD::AFPToFHitAuxContainer_v1::hptdcChannel
std::vector< int > hptdcChannel
Definition:
AFPToFHitAuxContainer_v1.h:30
xAOD::AFPToFHitAuxContainer_v1::stationID
std::vector< int > stationID
Definition:
AFPToFHitAuxContainer_v1.h:28
Generated on Sun Mar 30 2025 21:06:56 for ATLAS Offline Software by
1.8.18