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
TrkEvent
TrkTruthData
TrkTruthData
TrkTruthARA.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
13
#ifndef TRKTRUTHARA_H
14
#define TRKTRUTHARA_H
15
16
17
#include "
AthContainers/DataVector.h
"
18
#include "
TrkTruthData/PRD_MultiTruthCollection.h
"
19
#include "
TrkTruthData/DetailedTrackTruthCollection.h
"
20
#include "
TrkTruthData/TrackTruthCollection.h
"
21
#include "
TrkTrack/Track.h
"
22
23
typedef
DataVector<PRD_MultiTruthCollection>
PRD_MultiTruthCollectionContainer
;
24
typedef
DataVector<DetailedTrackTruthCollection>
DetailedTrackTruthCollectionContainer
;
25
typedef
DataVector<TrackTruthCollection>
TrackTruthCollectionContainer
;
26
27
//CLASS_DEF( DataVector<PRD_MultiTruthCollection> , 1233310086 , 1 )
28
//CLASS_DEF( DataVector<DetailedTrackTruthCollection> , 1222236003 , 1 )
29
//CLASS_DEF( DataVector<TrackTruthCollection> , 1289094683 , 1 )
30
31
CLASS_DEF
(
PRD_MultiTruthCollectionContainer
, 1205563645 , 1 )
32
CLASS_DEF
(
DetailedTrackTruthCollectionContainer
, 1169163308 , 1 )
33
CLASS_DEF
(
TrackTruthCollectionContainer
, 1314918444 , 1 )
34
35
36
#endif
/*TRKTRUTHARA_H*/
TrackTruthCollectionContainer
DataVector< TrackTruthCollection > TrackTruthCollectionContainer
Definition:
TrkTruthARA.h:25
PRD_MultiTruthCollectionContainer
DataVector< PRD_MultiTruthCollection > PRD_MultiTruthCollectionContainer
Definition:
TrkTruthARA.h:23
Track.h
DetailedTrackTruthCollection.h
TrackTruthCollection.h
DetailedTrackTruthCollectionContainer
DataVector< DetailedTrackTruthCollection > DetailedTrackTruthCollectionContainer
Definition:
TrkTruthARA.h:24
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
PRD_MultiTruthCollection.h
Generated on Tue May 6 2025 21:21:10 for ATLAS Offline Software by
1.8.18