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