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
Tracking
TrkEventCnv
TrkTruthTPCnv
TrkTruthTPCnv
PRD_MultiTruthCollection_p2.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
// Dear emacs, this is -*-c++-*-
6
7
// Andrei.Gaponenko@cern.ch, 2007
8
9
10
#ifndef PRD_MULTITRUTHCOLLECTION_P2_H
11
#define PRD_MULTITRUTHCOLLECTION_P2_H
12
13
#include "
GeneratorObjectsTPCnv/HepMcParticleLink_p1.h
"
14
15
#include <vector>
16
17
namespace
Trk
{
18
class
PRD_MultiTruthCollection_p2
{
19
public
:
20
// the lore is that Root does not split std::pair, so make our own class
21
struct
Entry
{
22
unsigned
long
long
id
;
// the Identifier
23
HepMcParticleLink_p1
particle
;
24
Entry
(
unsigned
long
long
i
,
const
HepMcParticleLink_p1
&
p
) :
id
(
i
),
particle
(
p
) {}
25
26
Entry
() :
id
(0) {}
// stupid call required by reflex dicts
27
};
28
29
typedef
std::vector<Entry>
CollectionType
;
30
CollectionType
m_entries
;
31
};
32
}
33
34
#endif
/*PRD_MULTITRUTHCOLLECTION_P2_H*/
Trk::PRD_MultiTruthCollection_p2
Definition:
PRD_MultiTruthCollection_p2.h:18
Trk::PRD_MultiTruthCollection_p2::Entry::id
unsigned long long id
Definition:
PRD_MultiTruthCollection_p2.h:22
Trk::PRD_MultiTruthCollection_p2::m_entries
CollectionType m_entries
Definition:
PRD_MultiTruthCollection_p2.h:30
Trk::PRD_MultiTruthCollection_p2::Entry::particle
HepMcParticleLink_p1 particle
Definition:
PRD_MultiTruthCollection_p2.h:23
Trk::PRD_MultiTruthCollection_p2::Entry::Entry
Entry()
Definition:
PRD_MultiTruthCollection_p2.h:26
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:210
lumiFormat.i
int i
Definition:
lumiFormat.py:85
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
HepMcParticleLink_p1
Definition:
HepMcParticleLink_p1.h:21
Trk::PRD_MultiTruthCollection_p2::Entry::Entry
Entry(unsigned long long i, const HepMcParticleLink_p1 &p)
Definition:
PRD_MultiTruthCollection_p2.h:24
HepMcParticleLink_p1.h
Trk::PRD_MultiTruthCollection_p2::Entry
Definition:
PRD_MultiTruthCollection_p2.h:21
Trk::PRD_MultiTruthCollection_p2::CollectionType
std::vector< Entry > CollectionType
Definition:
PRD_MultiTruthCollection_p2.h:29
Generated on Wed Apr 2 2025 21:16:56 for ATLAS Offline Software by
1.8.18