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
MuonSpectrometer
MuonCnv
MuonEventTPCnv
MuonEventTPCnv
MuonSegment
MuonSegmentCnv_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 MUONEVENTTPCNV_MuonSegmentCnv_p2_H
6
#define MUONEVENTTPCNV_MuonSegmentCnv_p2_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: MuonSegmentCnv_p2.h
11
//
12
//-----------------------------------------------------------------------------
13
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
14
#include "
MuonSegment/MuonSegment.h
"
15
#include "
MuonEventTPCnv/MuonSegment/MuonSegment_p1.h
"
16
#include "
TrkEventTPCnv/TrkSurfaces/SurfaceCnv_p2.h
"
17
#include "
TrkEventTPCnv/TrkSegment/SegmentCnv_p1.h
"
18
#include "
TrkEventTPCnv/TrkEventPrimitives/LocalDirectionCnv_p1.h
"
19
#include "
TrkSurfaces/Surface.h
"
20
21
class
MsgStream;
22
23
class
MuonSegmentCnv_p2
24
:
public
T_AthenaPoolTPPolyCnvBase
< Trk::MeasurementBase,
25
Muon::MuonSegment,
26
Muon::MuonSegment_p1 >
27
{
28
public
:
29
MuonSegmentCnv_p2
() :
m_segmentCnv
(0),
m_surfCnv
(0) {}
30
31
void
persToTrans
(
const
Muon :: MuonSegment_p1 *persObj,
32
Muon::MuonSegment
*transObj,
33
MsgStream &
log
);
34
void
transToPers
(
const
Muon :: MuonSegment
*transObj,
35
Muon::MuonSegment_p1
*persObj,
36
MsgStream &
log
);
37
38
protected
:
39
SegmentCnv_p1
*
m_segmentCnv
;
40
LocalDirectionCnv_p1
m_localDirCnv
;
41
ITPConverterFor<Trk::Surface>
*
m_surfCnv
;
42
};
43
44
#endif
ITPConverterFor< Trk::Surface >
MuonSegmentCnv_p2
Definition:
MuonSegmentCnv_p2.h:27
Surface.h
MuonSegmentCnv_p2::transToPers
void transToPers(const Muon ::MuonSegment *transObj, Muon::MuonSegment_p1 *persObj, MsgStream &log)
Definition:
MuonSegmentCnv_p2.cxx:39
LocalDirectionCnv_p1
Definition:
LocalDirectionCnv_p1.h:23
MuonSegmentCnv_p2::m_segmentCnv
SegmentCnv_p1 * m_segmentCnv
Definition:
MuonSegmentCnv_p2.h:39
xAOD::MuonSegment
MuonSegment_v1 MuonSegment
Reference the current persistent version:
Definition:
Event/xAOD/xAODMuon/xAODMuon/MuonSegment.h:13
TPPolyCnvBase
Definition:
TPConverter.h:674
MuonSegmentCnv_p2::m_localDirCnv
LocalDirectionCnv_p1 m_localDirCnv
Definition:
MuonSegmentCnv_p2.h:40
SegmentCnv_p1
Definition:
SegmentCnv_p1.h:30
LocalDirectionCnv_p1.h
MuonSegmentCnv_p2::MuonSegmentCnv_p2
MuonSegmentCnv_p2()
Definition:
MuonSegmentCnv_p2.h:29
T_AthenaPoolTPConverter.h
MuonSegment_p1.h
MuonSegmentCnv_p2::persToTrans
void persToTrans(const Muon ::MuonSegment_p1 *persObj, Muon::MuonSegment *transObj, MsgStream &log)
Definition:
MuonSegmentCnv_p2.cxx:14
SurfaceCnv_p2.h
MuonSegmentCnv_p2::m_surfCnv
ITPConverterFor< Trk::Surface > * m_surfCnv
Definition:
MuonSegmentCnv_p2.h:41
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
MuonSegment.h
Muon::MuonSegment_p1
Definition:
MuonSegment_p1.h:20
Muon::MuonSegment
Definition:
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonSegment/MuonSegment/MuonSegment.h:45
SegmentCnv_p1.h
Generated on Mon Mar 24 2025 21:15:39 for ATLAS Offline Software by
1.8.18