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
tauEventTPCnv
tauEventTPCnv
TauDetailsContainer_tlp3.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
14
#ifndef tauEventTPCnv_TAU_DETAILS_CONTAINER_TLP3_H
15
#define tauEventTPCnv_TAU_DETAILS_CONTAINER_TLP3_H
16
17
#include <vector>
18
#include "
tauEventTPCnv/TauDetailsContainer_p1.h
"
19
#include "
tauEventTPCnv/TauCommonDetails_p2.h
"
20
#include "
tauEventTPCnv/TauCommonExtraDetails_p1.h
"
21
#include "
TrkEventTPCnv/VxVertex/RecVertex_p1.h
"
22
#include "
TrkEventTPCnv/VxVertex/Vertex_p1.h
"
23
#include "
TrkEventTPCnv/TrkEventPrimitives/FitQuality_p1.h
"
24
#include "
TrkEventTPCnv/TrkEventPrimitives/HepSymMatrix_p1.h
"
25
26
//Pre declarations
27
class
TauDetailsContainerCnv_tlp3
;
28
30
class
TauDetailsContainer_tlp3
{
31
friend
class
TauDetailsContainerCnv_tlp3
;
32
public
:
34
TauDetailsContainer_tlp3
();
35
37
virtual
~TauDetailsContainer_tlp3
();
38
private
:
40
std::vector<TauDetailsContainer_p1>
m_tauDetailsContainers
;
41
43
std::vector<TauCommonDetails_p2>
m_tauCommonDetails
;
44
46
std::vector<TauCommonExtraDetails_p1>
m_tauCommonExtraDetails
;
47
49
std::vector<Trk::RecVertex_p1>
m_recVertices
;
50
52
std::vector<Trk::Vertex_p1>
m_vertices
;
53
55
std::vector<Trk::FitQuality_p1>
m_fitQualities
;
56
58
std::vector<Trk::HepSymMatrix_p1>
m_errorMatrices
;
59
};
60
61
#endif // tauEventTPCnv_TAU_DETAILS_CONTAINER_TLP1_H
TauDetailsContainerCnv_tlp3
Tau details container converter.
Definition:
TauDetailsContainerCnv_tlp3.h:25
TauDetailsContainer_tlp3::m_tauCommonExtraDetails
std::vector< TauCommonExtraDetails_p1 > m_tauCommonExtraDetails
Tau extra common details.
Definition:
TauDetailsContainer_tlp3.h:46
HepSymMatrix_p1.h
TauDetailsContainer_tlp3::TauDetailsContainer_tlp3
TauDetailsContainer_tlp3()
Constructor.
Definition:
TauDetailsContainer_tlp3.cxx:12
TauCommonExtraDetails_p1.h
TauDetailsContainer_tlp3::m_errorMatrices
std::vector< Trk::HepSymMatrix_p1 > m_errorMatrices
Error matrix.
Definition:
TauDetailsContainer_tlp3.h:58
FitQuality_p1.h
TauDetailsContainer_p1.h
TauDetailsContainer_tlp3::~TauDetailsContainer_tlp3
virtual ~TauDetailsContainer_tlp3()
Destructor.
Definition:
TauDetailsContainer_tlp3.cxx:17
TauDetailsContainer_tlp3::m_fitQualities
std::vector< Trk::FitQuality_p1 > m_fitQualities
Fit quality.
Definition:
TauDetailsContainer_tlp3.h:55
Vertex_p1.h
TauDetailsContainer_tlp3::m_tauCommonDetails
std::vector< TauCommonDetails_p2 > m_tauCommonDetails
Tau common details.
Definition:
TauDetailsContainer_tlp3.h:43
TauCommonDetails_p2.h
TauDetailsContainer_tlp3::m_tauDetailsContainers
std::vector< TauDetailsContainer_p1 > m_tauDetailsContainers
Tau details container.
Definition:
TauDetailsContainer_tlp3.h:40
TauDetailsContainer_tlp3
Persistent class for Analysis::TauDetailsContainer.
Definition:
TauDetailsContainer_tlp3.h:30
TauDetailsContainer_tlp3::m_vertices
std::vector< Trk::Vertex_p1 > m_vertices
Vertex.
Definition:
TauDetailsContainer_tlp3.h:52
RecVertex_p1.h
TauDetailsContainer_tlp3::m_recVertices
std::vector< Trk::RecVertex_p1 > m_recVertices
Rec vertex.
Definition:
TauDetailsContainer_tlp3.h:49
Generated on Thu Mar 13 2025 21:18:55 for ATLAS Offline Software by
1.8.18