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
TrkTrack
TrackStateOnSurfaceCnv_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 TRACK_STATE_ON_SURFACE_CNV_P2_H
6
#define TRACK_STATE_ON_SURFACE_CNV_P2_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: TrackStateOnSurfaceCnv_p2.h
11
//
12
//-----------------------------------------------------------------------------
13
14
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
15
16
#include "
TrkTrack/TrackStateOnSurface.h
"
17
#include "
TrkEventTPCnv/TrkTrack/TrackStateOnSurface_p2.h
"
18
19
#include "
TrkEventTPCnv/TrkEventPrimitives/FitQualityCnv_p1.h
"
20
//#include "TrkEventTPCnv/TrkMaterialOnTrack/MaterialEffectsBaseCnv_p1.h"
21
22
class
MsgStream;
23
24
class
TrackStateOnSurfaceCnv_p2
25
:
public
T_AthenaPoolTPCnvBase
<Trk::TrackStateOnSurface, Trk::TrackStateOnSurface_p2>
26
{
27
public
:
28
TrackStateOnSurfaceCnv_p2
() :
m_fitQCnv
(0) {}
29
30
virtual
void
persToTrans
(
const
Trk::TrackStateOnSurface_p2
*persObj,
31
Trk::TrackStateOnSurface
*transObj,
32
MsgStream &
log
) ;
33
virtual
void
transToPers
(
const
Trk::TrackStateOnSurface
*transObj,
34
Trk::TrackStateOnSurface_p2
*persObj,
35
MsgStream &
log
);
36
private
:
37
FitQualityCnv_p1
*
m_fitQCnv
;
38
// MaterialEffectsBaseCnv_p1 *m_matBaseCnv;
39
};
40
41
#endif // TRACK_STATE_ON_SURFACE_CNV_P2_H
Trk::TrackStateOnSurface_p2
Definition:
TrackStateOnSurface_p2.h:19
TPConverterBase
Definition:
TPConverter.h:738
FitQualityCnv_p1
Definition:
FitQualityCnv_p1.h:22
TrackStateOnSurfaceCnv_p2::persToTrans
virtual void persToTrans(const Trk::TrackStateOnSurface_p2 *persObj, Trk::TrackStateOnSurface *transObj, MsgStream &log)
Definition:
TrackStateOnSurfaceCnv_p2.cxx:23
T_AthenaPoolTPConverter.h
Trk::TrackStateOnSurface
represents the track state (measurement, material, fit parameters and quality) at a surface.
Definition:
TrackStateOnSurface.h:71
FitQualityCnv_p1.h
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
TrackStateOnSurfaceCnv_p2::TrackStateOnSurfaceCnv_p2
TrackStateOnSurfaceCnv_p2()
Definition:
TrackStateOnSurfaceCnv_p2.h:28
TrackStateOnSurface_p2.h
TrackStateOnSurfaceCnv_p2
Definition:
TrackStateOnSurfaceCnv_p2.h:26
TrackStateOnSurfaceCnv_p2::transToPers
virtual void transToPers(const Trk::TrackStateOnSurface *transObj, Trk::TrackStateOnSurface_p2 *persObj, MsgStream &log)
Definition:
TrackStateOnSurfaceCnv_p2.cxx:56
TrackStateOnSurfaceCnv_p2::m_fitQCnv
FitQualityCnv_p1 * m_fitQCnv
Definition:
TrackStateOnSurfaceCnv_p2.h:37
TrackStateOnSurface.h
Generated on Sat Mar 15 2025 21:21:03 for ATLAS Offline Software by
1.8.18