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
xAODTruth
Root
TruthParticleAuxContainer_v1.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// $Id: TruthParticleAuxContainer_v1.cxx 622193 2014-10-16 16:08:34Z krasznaa $
6
7
// Local include(s):
8
#include "
xAODTruth/versions/TruthParticleAuxContainer_v1.h
"
9
10
namespace
xAOD
{
11
12
TruthParticleAuxContainer_v1::TruthParticleAuxContainer_v1
()
13
:
AuxContainerBase
() {
14
15
AUX_VARIABLE
(
pdgId
);
16
AUX_VARIABLE
(
barcode
);
17
AUX_VARIABLE
(
status
);
18
AUX_VARIABLE
(
prodVtxLink
);
19
AUX_VARIABLE
(
decayVtxLink
);
20
AUX_VARIABLE
(
px
);
21
AUX_VARIABLE
(
py
);
22
AUX_VARIABLE
(
pz
);
23
AUX_VARIABLE
(
e
);
24
AUX_VARIABLE
(
m
);
25
}
26
27
}
// namespace xAOD
xAOD::TruthParticleAuxContainer_v1::status
std::vector< int > status
Definition:
TruthParticleAuxContainer_v1.h:36
xAOD::TruthParticleAuxContainer_v1::barcode
std::vector< int > barcode
Definition:
TruthParticleAuxContainer_v1.h:35
xAOD::TruthParticleAuxContainer_v1::px
std::vector< float > px
Definition:
TruthParticleAuxContainer_v1.h:39
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
xAOD::TruthParticleAuxContainer_v1::TruthParticleAuxContainer_v1
TruthParticleAuxContainer_v1()
Default constructor.
Definition:
TruthParticleAuxContainer_v1.cxx:12
xAOD::TruthParticleAuxContainer_v1::pdgId
std::vector< int > pdgId
Definition:
TruthParticleAuxContainer_v1.h:34
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::TruthParticleAuxContainer_v1::pz
std::vector< float > pz
Definition:
TruthParticleAuxContainer_v1.h:41
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition:
AuxVariable.h:23
xAOD::TruthParticleAuxContainer_v1::decayVtxLink
std::vector< ElementLink< TruthVertexContainer > > decayVtxLink
Definition:
TruthParticleAuxContainer_v1.h:38
xAOD::TruthParticleAuxContainer_v1::e
std::vector< float > e
Definition:
TruthParticleAuxContainer_v1.h:42
TruthParticleAuxContainer_v1.h
xAOD::TruthParticleAuxContainer_v1::prodVtxLink
std::vector< ElementLink< TruthVertexContainer > > prodVtxLink
Definition:
TruthParticleAuxContainer_v1.h:37
xAOD::TruthParticleAuxContainer_v1::m
std::vector< float > m
Definition:
TruthParticleAuxContainer_v1.h:43
xAOD::TruthParticleAuxContainer_v1::py
std::vector< float > py
Definition:
TruthParticleAuxContainer_v1.h:40
Generated on Sun Mar 30 2025 21:22:43 for ATLAS Offline Software by
1.8.18