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
TrkNeutralParameters
MeasuredNeutralPerigeeCnv_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 MEASURED_NEUTRAL_PERIGEE_CNV_P1_H
6
#define MEASURED_NEUTRAL_PERIGEE_CNV_P1_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: MeasuredNeutralPerigeeCnv_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
14
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
15
16
#include "
TrkParameters/TrackParameters.h
"
17
18
#include "
TrkNeutralParameters/NeutralParameters.h
"
19
#include "
TrkEventTPCnv/TrkParameters/MeasuredPerigee_p1.h
"
20
21
#include "
NeutralPerigeeCnv_p1.h
"
22
#include "
TrkEventTPCnv/TrkEventPrimitives/ErrorMatrixCnv_p1.h
"
23
24
class
MsgStream;
25
26
class
MeasuredNeutralPerigeeCnv_p1
27
:
public
T_AthenaPoolTPPolyCnvBase
< Trk::NeutralParameters, Trk::NeutralPerigee, Trk::MeasuredPerigee_p1>
28
{
29
public
:
30
MeasuredNeutralPerigeeCnv_p1
() :
m_perigeeConverter
(0),
m_emConverter
(0) {}
31
32
void
persToTrans
(
const
Trk::MeasuredPerigee_p1
*persObj,
33
Trk::NeutralPerigee
*transObj,
34
MsgStream &
log
);
35
void
transToPers
(
const
Trk::NeutralPerigee
*transObj,
36
Trk::MeasuredPerigee_p1
*persObj,
37
MsgStream &
log
);
38
39
private
:
40
NeutralPerigeeCnv_p1
*
m_perigeeConverter
;
41
ErrorMatrixCnv_p1
*
m_emConverter
;
42
};
43
44
#endif // NEUTRAL_MEASURED_PERIGEE_CNV_P1_H
MeasuredPerigee_p1.h
TrackParameters.h
Trk::ParametersT
Dummy class used to allow special convertors to be called for surfaces owned by a detector element.
Definition:
EMErrorDetail.h:25
MeasuredNeutralPerigeeCnv_p1::persToTrans
void persToTrans(const Trk::MeasuredPerigee_p1 *persObj, Trk::NeutralPerigee *transObj, MsgStream &log)
Definition:
MeasuredNeutralPerigeeCnv_p1.cxx:17
ErrorMatrixCnv_p1
Definition:
ErrorMatrixCnv_p1.h:33
NeutralParameters.h
NeutralPerigeeCnv_p1
Definition:
NeutralPerigeeCnv_p1.h:30
MeasuredNeutralPerigeeCnv_p1::MeasuredNeutralPerigeeCnv_p1
MeasuredNeutralPerigeeCnv_p1()
Definition:
MeasuredNeutralPerigeeCnv_p1.h:30
TPPolyCnvBase
Definition:
TPConverter.h:674
MeasuredNeutralPerigeeCnv_p1::m_perigeeConverter
NeutralPerigeeCnv_p1 * m_perigeeConverter
Definition:
MeasuredNeutralPerigeeCnv_p1.h:40
MeasuredNeutralPerigeeCnv_p1::transToPers
void transToPers(const Trk::NeutralPerigee *transObj, Trk::MeasuredPerigee_p1 *persObj, MsgStream &log)
Definition:
MeasuredNeutralPerigeeCnv_p1.cxx:27
T_AthenaPoolTPConverter.h
MeasuredNeutralPerigeeCnv_p1::m_emConverter
ErrorMatrixCnv_p1 * m_emConverter
Definition:
MeasuredNeutralPerigeeCnv_p1.h:41
MeasuredNeutralPerigeeCnv_p1
Definition:
MeasuredNeutralPerigeeCnv_p1.h:28
Trk::MeasuredPerigee_p1
Definition:
MeasuredPerigee_p1.h:18
ErrorMatrixCnv_p1.h
NeutralPerigeeCnv_p1.h
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
Generated on Wed Apr 2 2025 21:14:37 for ATLAS Offline Software by
1.8.18