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
TrkSurfaces
EllipseBoundsCnv_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 TRKEVENTTPCNV_ELLIPSEBOUNDS_P1_CNV_H
6
#define TRKEVENTTPCNV_ELLIPSEBOUNDS_P1_CNV_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
10
#include "
TrkSurfaces/EllipseBounds.h
"
11
#include "
TrkEventTPCnv/TrkSurfaces/EllipseBounds_p1.h
"
12
13
class
MsgStream;
14
15
class
EllipseBoundsCnv_p1
16
:
public
T_AthenaPoolTPPolyCnvBase
< Trk::SurfaceBounds, Trk::EllipseBounds, Trk::EllipseBounds_p1 >
17
{
18
public
:
19
EllipseBoundsCnv_p1
() {}
20
21
void
persToTrans
(
const
Trk::EllipseBounds_p1
*,
Trk::EllipseBounds
*, MsgStream& );
22
void
transToPers
(
const
Trk::EllipseBounds
*,
Trk::EllipseBounds_p1
*, MsgStream& );
23
};
24
25
#endif
EllipseBounds.h
EllipseBoundsCnv_p1::transToPers
void transToPers(const Trk::EllipseBounds *, Trk::EllipseBounds_p1 *, MsgStream &)
Definition:
EllipseBoundsCnv_p1.cxx:20
Trk::EllipseBounds_p1
Persistent representation of the transient Trk::EllipseBounds_p1 class.
Definition:
EllipseBounds_p1.h:13
EllipseBoundsCnv_p1::persToTrans
void persToTrans(const Trk::EllipseBounds_p1 *, Trk::EllipseBounds *, MsgStream &)
Definition:
EllipseBoundsCnv_p1.cxx:8
Trk::EllipseBounds
Definition:
EllipseBounds.h:38
EllipseBoundsCnv_p1
Definition:
EllipseBoundsCnv_p1.h:17
TPPolyCnvBase
Definition:
TPConverter.h:674
T_AthenaPoolTPConverter.h
EllipseBounds_p1.h
EllipseBoundsCnv_p1::EllipseBoundsCnv_p1
EllipseBoundsCnv_p1()
Definition:
EllipseBoundsCnv_p1.h:19
Generated on Sat Mar 15 2025 21:10:16 for ATLAS Offline Software by
1.8.18