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
TrkMaterialOnTrack
MaterialEffectsOnTrackCnv_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 MATERIAL_EFFECTS_ON_TRACK_CNV_P2_TRK_H
6
#define MATERIAL_EFFECTS_ON_TRACK_CNV_P2_TRK_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
#include "
TrkMaterialOnTrack/MaterialEffectsBase.h
"
10
#include "
TrkMaterialOnTrack/MaterialEffectsOnTrack.h
"
11
#include "
TrkEventTPCnv/TrkMaterialOnTrack/MaterialEffectsOnTrack_p2.h
"
12
13
class
MsgStream;
14
18
class
MaterialEffectsOnTrackCnv_p2
:
19
public
T_AthenaPoolTPPolyCnvBase
< Trk::MaterialEffectsBase,
20
Trk::MaterialEffectsOnTrack,
21
Trk::MaterialEffectsOnTrack_p2 >
22
{
23
public
:
24
25
MaterialEffectsOnTrackCnv_p2
() :
m_mefBaseCnv
(0) {}
26
27
void
persToTrans
(
const
Trk::MaterialEffectsOnTrack_p2
*persObj,
28
Trk::MaterialEffectsOnTrack
*transObj,
29
MsgStream &
log
);
30
void
transToPers
(
const
Trk::MaterialEffectsOnTrack
*transObj,
31
Trk::MaterialEffectsOnTrack_p2
*persObj,
32
MsgStream &
log
);
33
private
:
34
ITPConverterFor< Trk::MaterialEffectsBase >
*
m_mefBaseCnv
;
35
36
};
37
38
#endif
ITPConverterFor< Trk::MaterialEffectsBase >
MaterialEffectsOnTrackCnv_p2
T/P converter v2 for MaterialEffectsOnTrack.
Definition:
MaterialEffectsOnTrackCnv_p2.h:22
MaterialEffectsOnTrackCnv_p2::m_mefBaseCnv
ITPConverterFor< Trk::MaterialEffectsBase > * m_mefBaseCnv
Definition:
MaterialEffectsOnTrackCnv_p2.h:34
MaterialEffectsBase.h
MaterialEffectsOnTrack.h
Trk::MaterialEffectsOnTrack
represents the full description of deflection and e-loss of a track in material.
Definition:
MaterialEffectsOnTrack.h:40
TPPolyCnvBase
Definition:
TPConverter.h:674
T_AthenaPoolTPConverter.h
MaterialEffectsOnTrackCnv_p2::persToTrans
void persToTrans(const Trk::MaterialEffectsOnTrack_p2 *persObj, Trk::MaterialEffectsOnTrack *transObj, MsgStream &log)
Definition:
MaterialEffectsOnTrackCnv_p2.cxx:15
Trk::MaterialEffectsOnTrack_p2
persistent representation v2 of MaterialEffectsOnTrack
Definition:
MaterialEffectsOnTrack_p2.h:24
MaterialEffectsOnTrackCnv_p2::MaterialEffectsOnTrackCnv_p2
MaterialEffectsOnTrackCnv_p2()
Definition:
MaterialEffectsOnTrackCnv_p2.h:25
MaterialEffectsOnTrack_p2.h
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
MaterialEffectsOnTrackCnv_p2::transToPers
void transToPers(const Trk::MaterialEffectsOnTrack *transObj, Trk::MaterialEffectsOnTrack_p2 *persObj, MsgStream &log)
Definition:
MaterialEffectsOnTrackCnv_p2.cxx:35
Generated on Thu Apr 24 2025 21:14:27 for ATLAS Offline Software by
1.8.18