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
Reconstruction
TrackParticleTruthTPCnv
TrackParticleTruthTPCnv
TrackParticleTruthCollectionContainer_tlp3.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRK_PARTICLE_TRUTH_COLL_CNTNR_TLP3
6
#define TRK_PARTICLE_TRUTH_COLL_CNTNR_TLP3
7
8
/*
9
@brief T/P conversion for TrackParticleTruthCollectionContainer used in the trigger
10
@author Jiri.Masik@cern.ch
11
*/
12
13
#include <vector>
14
#include "
TrackParticleTruthTPCnv/TrackParticleTruthCollectionContainer_p3.h
"
15
16
class
TrackParticleTruthCollectionContainerCnv_tlp3
;
17
18
19
class
TrackParticleTruthCollectionContainer_tlp3
{
20
21
friend
class
TrackParticleTruthCollectionContainerCnv_tlp3
;
22
23
public
:
24
25
TrackParticleTruthCollectionContainer_tlp3
();
26
virtual
~TrackParticleTruthCollectionContainer_tlp3
();
27
28
private
:
29
30
std::vector<TrackParticleTruthCollectionContainer_p3>
m_trackPartTruthCollConts
;
31
32
};
33
34
#endif
TrackParticleTruthCollectionContainer_tlp3
Definition:
TrackParticleTruthCollectionContainer_tlp3.h:19
TrackParticleTruthCollectionContainer_tlp3::~TrackParticleTruthCollectionContainer_tlp3
virtual ~TrackParticleTruthCollectionContainer_tlp3()
Definition:
TrackParticleTruthCollectionContainer_tlp3.cxx:12
TrackParticleTruthCollectionContainerCnv_tlp3
Tau details container converter.
Definition:
TrackParticleTruthCollectionContainerCnv_tlp3.h:22
TrackParticleTruthCollectionContainer_tlp3::m_trackPartTruthCollConts
std::vector< TrackParticleTruthCollectionContainer_p3 > m_trackPartTruthCollConts
Definition:
TrackParticleTruthCollectionContainer_tlp3.h:30
TrackParticleTruthCollectionContainer_tlp3::TrackParticleTruthCollectionContainer_tlp3
TrackParticleTruthCollectionContainer_tlp3()
Definition:
TrackParticleTruthCollectionContainer_tlp3.cxx:7
TrackParticleTruthCollectionContainer_p3.h
Generated on Sat Apr 26 2025 21:21:15 for ATLAS Offline Software by
1.8.18