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