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
TrkEventTPCnv
TrkEventTPCnv
VxVertex
RecVertexCnv_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
#ifndef REC_VERTEX_CNV_P2_H
6
#define REC_VERTEX_CNV_P2_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
10
#include "
VxVertex/RecVertex.h
"
11
#include "
TrkEventTPCnv/VxVertex/RecVertex_p2.h
"
12
#include "
VxVertex/Vertex.h
"
13
#include "
TrkEventTPCnv/TrkEventPrimitives/ErrorMatrixCnv_p1.h
"
14
15
class
MsgStream;
16
17
class
RecVertexCnv_p2
:
public
T_AthenaPoolTPPolyCnvBase
< Trk::Vertex, Trk::RecVertex, Trk::RecVertex_p2>
18
{
19
public
:
20
21
RecVertexCnv_p2
():
m_errorMatrixConverter
(0){}
//,m_vertexConverter(0),m_fitQualityConverter(0){}
22
23
void
persToTrans
(
const
Trk::RecVertex_p2
* persObj,
Trk::RecVertex
* transObj, MsgStream &
log
);
24
25
void
transToPers
(
const
Trk::RecVertex
* transObj,
Trk::RecVertex_p2
* persObj, MsgStream &
log
);
26
27
private
:
28
29
ITPConverterFor<Trk::ErrorMatrix>
*
m_errorMatrixConverter
;
30
// ITPConverterFor<Trk::Vertex> *m_vertexConverter;
31
// ITPConverterFor<Trk::FitQuality> *m_fitQualityConverter;
32
33
};
34
35
#endif
RecVertex.h
ITPConverterFor< Trk::ErrorMatrix >
RecVertexCnv_p2::persToTrans
void persToTrans(const Trk::RecVertex_p2 *persObj, Trk::RecVertex *transObj, MsgStream &log)
Definition:
RecVertexCnv_p2.cxx:14
RecVertexCnv_p2::RecVertexCnv_p2
RecVertexCnv_p2()
Definition:
RecVertexCnv_p2.h:21
Trk::RecVertex
Trk::RecVertex inherits from Trk::Vertex.
Definition:
RecVertex.h:44
TPPolyCnvBase
Definition:
TPConverter.h:674
T_AthenaPoolTPConverter.h
RecVertexCnv_p2::transToPers
void transToPers(const Trk::RecVertex *transObj, Trk::RecVertex_p2 *persObj, MsgStream &log)
Definition:
RecVertexCnv_p2.cxx:38
RecVertexCnv_p2::m_errorMatrixConverter
ITPConverterFor< Trk::ErrorMatrix > * m_errorMatrixConverter
Definition:
RecVertexCnv_p2.h:29
Vertex.h
ErrorMatrixCnv_p1.h
RecVertex_p2.h
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
RecVertexCnv_p2
Definition:
RecVertexCnv_p2.h:18
Trk::RecVertex_p2
Definition:
RecVertex_p2.h:14
Generated on Sat Mar 15 2025 21:17:24 for ATLAS Offline Software by
1.8.18