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
TrkSegment
SegmentCnv_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 SEGMENT_CNV_P1_H
6
#define SEGMENT_CNV_P1_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: SegmentCnv_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
14
15
#include "
TrkSegment/Segment.h
"
16
#include "
TrkEventTPCnv/TrkSegment/Segment_p1.h
"
17
18
#include "
TrkEventTPCnv/TrkEventPrimitives/LocalParametersCnv_p1.h
"
19
#include "
TrkEventTPCnv/TrkEventPrimitives/ErrorMatrixCnv_p1.h
"
20
// #include "TrkEventTPCnv/TrkEventPrimitives/FitQualityCnv_p1.h"
21
22
#include "
TrkMeasurementBase/MeasurementBase.h
"
23
24
#include "
AthContainers/DataVector.h
"
25
26
class
MsgStream;
27
28
class
SegmentCnv_p1
29
:
public
T_AthenaPoolTPAbstractPolyCnvBase
< Trk::MeasurementBase, Trk::Segment, Trk::Segment_p1 >
30
{
31
public
:
32
SegmentCnv_p1
() :
m_localParCnv
(0),
m_errorMxCnv
(0) {}
33
34
void
persToTrans
(
const
Trk::Segment_p1
*persObj,
Trk::Segment
*transObj, MsgStream &
log
);
35
void
transToPers
(
const
Trk::Segment
*transObj,
Trk::Segment_p1
*persObj, MsgStream &
log
);
36
37
virtual
void
initPrivateConverters
(
AthenaPoolTopLevelTPCnvBase
*topCnv ) {
38
m_containedMeasBasesCnv
.
setTopConverter
( topCnv, 0 );
39
}
40
41
private
:
42
typedef
T_AthenaPoolTPPolyVectorCnv< DataVector< const Trk::MeasurementBase >
,
43
std::vector<TPObjRef>,
44
ITPConverterFor<Trk::MeasurementBase>
>
MeasurementBaseCnv_p1
;
45
46
LocalParametersCnv_p1
*
m_localParCnv
;
47
ErrorMatrixCnv_p1
*
m_errorMxCnv
;
48
// FitQualityCnv_p1 *m_fitQualCnv;
49
MeasurementBaseCnv_p1
m_containedMeasBasesCnv
;
50
};
51
52
#endif // SEGMENT_CNV_P1_H
ITPConverterFor< Trk::MeasurementBase >
MeasurementBase.h
Trk::Segment_p1
Definition:
Segment_p1.h:23
SegmentCnv_p1::SegmentCnv_p1
SegmentCnv_p1()
Definition:
SegmentCnv_p1.h:32
ErrorMatrixCnv_p1
Definition:
ErrorMatrixCnv_p1.h:33
LocalParametersCnv_p1.h
LocalParametersCnv_p1
Definition:
LocalParametersCnv_p1.h:24
SegmentCnv_p1::m_containedMeasBasesCnv
MeasurementBaseCnv_p1 m_containedMeasBasesCnv
Definition:
SegmentCnv_p1.h:49
SegmentCnv_p1::initPrivateConverters
virtual void initPrivateConverters(AthenaPoolTopLevelTPCnvBase *topCnv)
Definition:
SegmentCnv_p1.h:37
SegmentCnv_p1::m_errorMxCnv
ErrorMatrixCnv_p1 * m_errorMxCnv
Definition:
SegmentCnv_p1.h:47
TPAbstractPolyCnvBase
Definition:
TPConverter.h:332
SegmentCnv_p1
Definition:
SegmentCnv_p1.h:30
T_AthenaPoolTPConverter.h
Trk::Segment
Definition:
Tracking/TrkEvent/TrkSegment/TrkSegment/Segment.h:56
TopLevelTPCnvBase
Base class for top-level TP converters.
Definition:
TopLevelTPCnvBase.h:32
ITPConverterFor::setTopConverter
virtual void setTopConverter(TopLevelTPCnvBase *topConverter, const TPObjRef::typeID_t &TPtypeID)
Set which top-level converter owns this elemental converter, and what TPtypeID was assigned to the pe...
Definition:
TPConverter.h:221
ErrorMatrixCnv_p1.h
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
SegmentCnv_p1::persToTrans
void persToTrans(const Trk::Segment_p1 *persObj, Trk::Segment *transObj, MsgStream &log)
Definition:
SegmentCnv_p1.cxx:10
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
SegmentCnv_p1::m_localParCnv
LocalParametersCnv_p1 * m_localParCnv
Definition:
SegmentCnv_p1.h:46
TPPolyVectorCnv
Definition:
TPConverter.h:1118
SegmentCnv_p1::transToPers
void transToPers(const Trk::Segment *transObj, Trk::Segment_p1 *persObj, MsgStream &log)
Definition:
SegmentCnv_p1.cxx:28
Segment_p1.h
SegmentCnv_p1::MeasurementBaseCnv_p1
T_AthenaPoolTPPolyVectorCnv< DataVector< const Trk::MeasurementBase >, std::vector< TPObjRef >, ITPConverterFor< Trk::MeasurementBase > > MeasurementBaseCnv_p1
Definition:
SegmentCnv_p1.h:44
Segment.h
Generated on Mon Mar 24 2025 21:18:19 for ATLAS Offline Software by
1.8.18