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
TrkParameters
PerigeeCnv_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 PERIGEE_CNV_P1_H
6
#define PERIGEE_CNV_P1_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: PerigeeCnv_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
14
15
//#include "TrkEventPrimitives/LocalPosition.h"
16
17
#include "
TrkParameters/TrackParameters.h
"
18
#include "
TrkEventTPCnv/TrkParameters/Perigee_p1.h
"
19
20
#include "
TrkEventTPCnv/TrkParameters/TrackParametersCnv_p1.h
"
21
#include "
TrkEventTPCnv/TrkSurfaces/PerigeeSurfaceCnv_p1.h
"
22
//#include "TrkEventTPCnv/TrkEventPrimitives/LocalPositionCnv_p1.h"
23
24
25
class
MsgStream;
26
27
class
PerigeeCnv_p1
28
:
public
T_AthenaPoolTPPolyCnvBase
< Trk::TrackParameters, Trk::Perigee, Trk::Perigee_p1>
29
{
30
public
:
31
PerigeeCnv_p1
() :
m_perigeeSurfaceCnv
(0),
/* m_localPosCnv(0),*/
m_trackParametersCnv
(0) {}
32
33
34
void
persToTrans
(
const
Trk::Perigee_p1
*,
Trk::Perigee
*, MsgStream& );
35
void
transToPers
(
const
Trk::Perigee
*,
Trk::Perigee_p1
*, MsgStream& );
36
37
PerigeeSurfaceCnv_p1
*
m_perigeeSurfaceCnv
;
// always this type
38
// ITPConverterFor<Trk::LocalPosition> * m_localPosCnv; // not polymorphic I think ...
39
// LocalPositionCnv_p1 * m_localPosCnv;
40
TrackParametersCnv_p1
*
m_trackParametersCnv
;
// base class always the same
41
};
42
43
44
#endif // PERIGEE_CNV_P1_H
45
46
47
48
49
PerigeeCnv_p1::transToPers
void transToPers(const Trk::Perigee *, Trk::Perigee_p1 *, MsgStream &)
Definition:
PerigeeCnv_p1.cxx:37
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
PerigeeCnv_p1::m_trackParametersCnv
TrackParametersCnv_p1 * m_trackParametersCnv
Definition:
PerigeeCnv_p1.h:40
PerigeeCnv_p1::persToTrans
void persToTrans(const Trk::Perigee_p1 *, Trk::Perigee *, MsgStream &)
Definition:
PerigeeCnv_p1.cxx:15
PerigeeCnv_p1::PerigeeCnv_p1
PerigeeCnv_p1()
Definition:
PerigeeCnv_p1.h:31
TPPolyCnvBase
Definition:
TPConverter.h:674
T_AthenaPoolTPConverter.h
PerigeeSurfaceCnv_p1
Definition:
PerigeeSurfaceCnv_p1.h:30
PerigeeCnv_p1::m_perigeeSurfaceCnv
PerigeeSurfaceCnv_p1 * m_perigeeSurfaceCnv
Definition:
PerigeeCnv_p1.h:37
PerigeeSurfaceCnv_p1.h
PerigeeCnv_p1
Definition:
PerigeeCnv_p1.h:29
TrackParametersCnv_p1.h
TrackParametersCnv_p1
Definition:
TrackParametersCnv_p1.h:24
Perigee_p1.h
Trk::Perigee_p1
Definition:
Perigee_p1.h:12
Generated on Thu Mar 13 2025 21:16:16 for ATLAS Offline Software by
1.8.18