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
InnerDetector
InDetEventCnv
InDetEventTPCnv
InDetEventTPCnv
InDetCompetingRIOsOnTrack
CompetingTRT_DriftCirclesOnTrackCnv_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 INDETEVENTTPCNV_COMPETINGTRT_DRIFTCIRCLESONTRACKCNV_P1_H
6
#define INDETEVENTTPCNV_COMPETINGTRT_DRIFTCIRCLESONTRACKCNV_P1_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: CompetingTRT_DriftCirclesOnTrack_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
14
#include "
TrkEventTPCnv/TrkCompetingRIOsOnTrack/CompetingRIOsOnTrackCnv_p1.h
"
15
16
#include "
InDetCompetingRIOsOnTrack/CompetingTRT_DriftCirclesOnTrack.h
"
17
#include "
InDetEventTPCnv/InDetCompetingRIOsOnTrack/CompetingTRT_DriftCirclesOnTrack_p1.h
"
18
19
class
MsgStream;
20
21
class
CompetingTRT_DriftCirclesOnTrackCnv_p1
22
:
public
T_AthenaPoolTPPolyCnvBase
< Trk::MeasurementBase,
23
InDet::CompetingTRT_DriftCirclesOnTrack,
24
InDet::CompetingTRT_DriftCirclesOnTrack_p1 >
25
{
26
public
:
27
CompetingTRT_DriftCirclesOnTrackCnv_p1
() :
m_cRotCnv
(0) {}
28
29
virtual
void
persToTrans
(
const
InDet::CompetingTRT_DriftCirclesOnTrack_p1
*persObj,
30
InDet::CompetingTRT_DriftCirclesOnTrack
*transObj,
31
MsgStream &
log
);
32
33
virtual
void
transToPers
(
const
InDet::CompetingTRT_DriftCirclesOnTrack
*transObj,
34
InDet::CompetingTRT_DriftCirclesOnTrack_p1
*persObj,
35
MsgStream &
log
);
36
37
protected
:
38
CompetingRIOsOnTrackCnv_p1
*
m_cRotCnv
;
39
};
40
41
#endif
42
CompetingTRT_DriftCirclesOnTrack.h
CompetingTRT_DriftCirclesOnTrackCnv_p1::transToPers
virtual void transToPers(const InDet::CompetingTRT_DriftCirclesOnTrack *transObj, InDet::CompetingTRT_DriftCirclesOnTrack_p1 *persObj, MsgStream &log)
Definition:
CompetingTRT_DriftCirclesOnTrackCnv_p1.cxx:46
InDet::CompetingTRT_DriftCirclesOnTrack_p1
Version 1 of the persistent class representing the transient class InDet::CompetingTRT_DriftCirclesOn...
Definition:
CompetingTRT_DriftCirclesOnTrack_p1.h:17
CompetingTRT_DriftCirclesOnTrackCnv_p1
Definition:
CompetingTRT_DriftCirclesOnTrackCnv_p1.h:25
CompetingRIOsOnTrackCnv_p1
Definition:
CompetingRIOsOnTrackCnv_p1.h:23
TPPolyCnvBase
Definition:
TPConverter.h:674
CompetingTRT_DriftCirclesOnTrackCnv_p1::CompetingTRT_DriftCirclesOnTrackCnv_p1
CompetingTRT_DriftCirclesOnTrackCnv_p1()
Definition:
CompetingTRT_DriftCirclesOnTrackCnv_p1.h:27
T_AthenaPoolTPConverter.h
CompetingTRT_DriftCirclesOnTrackCnv_p1::persToTrans
virtual void persToTrans(const InDet::CompetingTRT_DriftCirclesOnTrack_p1 *persObj, InDet::CompetingTRT_DriftCirclesOnTrack *transObj, MsgStream &log)
Definition:
CompetingTRT_DriftCirclesOnTrackCnv_p1.cxx:20
CompetingTRT_DriftCirclesOnTrack_p1.h
InDet::CompetingTRT_DriftCirclesOnTrack
Class for competing TRT_DriftCircles, it extends the Trk::CompetingRIOsOnTrack base class.
Definition:
CompetingTRT_DriftCirclesOnTrack.h:48
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
CompetingTRT_DriftCirclesOnTrackCnv_p1::m_cRotCnv
CompetingRIOsOnTrackCnv_p1 * m_cRotCnv
Definition:
CompetingTRT_DriftCirclesOnTrackCnv_p1.h:38
CompetingRIOsOnTrackCnv_p1.h
Generated on Fri Mar 21 2025 21:08:36 for ATLAS Offline Software by
1.8.18