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
xAODTruth
versions
TruthPileupEventAuxContainer_v1.h
Go to the documentation of this file.
1
// -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef XAODTRUTH_VERSIONS_TRUTHPILEUPEVENTAUXCONTAINER_V1_H
8
#define XAODTRUTH_VERSIONS_TRUTHPILEUPEVENTAUXCONTAINER_V1_H
9
10
#include <vector>
11
12
#include "AthLinks/ElementLink.h"
13
#include "
xAODCore/AuxContainerBase.h
"
14
15
#include "
xAODTruth/TruthParticleContainer.h
"
16
#include "
xAODTruth/TruthVertexContainer.h
"
17
18
namespace
xAOD
{
19
20
26
class
TruthPileupEventAuxContainer_v1
:
public
AuxContainerBase
{
27
public
:
28
30
TruthPileupEventAuxContainer_v1
();
31
32
private
:
33
34
std::vector< std::vector< ElementLink< TruthParticleContainer > > >
truthParticleLinks
;
35
std::vector< std::vector< ElementLink< TruthVertexContainer > > >
truthVertexLinks
;
36
37
};
// class TruthPileupEventAuxContainer_v1
38
39
40
}
// namespace xAOD
41
42
43
// StoreGate registration
44
#include "
xAODCore/BaseInfo.h
"
45
SG_BASE
(
xAOD::TruthPileupEventAuxContainer_v1
,
xAOD::AuxContainerBase
);
46
47
48
#endif // XAODTRUTH_VERSIONS_TRUTHPILEUPEVENTAUXCONTAINER_V1_H
xAOD::TruthPileupEventAuxContainer_v1::truthParticleLinks
std::vector< std::vector< ElementLink< TruthParticleContainer > > > truthParticleLinks
Definition:
TruthPileupEventAuxContainer_v1.h:34
SG_BASE
SG_BASE(xAOD::TruthPileupEventAuxContainer_v1, xAOD::AuxContainerBase)
TruthVertexContainer.h
TruthParticleContainer.h
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::TruthPileupEventAuxContainer_v1::truthVertexLinks
std::vector< std::vector< ElementLink< TruthVertexContainer > > > truthVertexLinks
Definition:
TruthPileupEventAuxContainer_v1.h:35
xAOD::TruthPileupEventAuxContainer_v1
Auxiliary store for the truth pile-up events.
Definition:
TruthPileupEventAuxContainer_v1.h:26
xAOD::TruthPileupEventAuxContainer_v1::TruthPileupEventAuxContainer_v1
TruthPileupEventAuxContainer_v1()
Default constructor.
Definition:
TruthPileupEventAuxContainer_v1.cxx:12
Generated on Thu Apr 3 2025 21:22:45 for ATLAS Offline Software by
1.8.18