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
InDetRIO_OnTrack
SiClusterOnTrackCnv_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 SI_CLUSTER_ON_TRACK_CNV_P1_H
6
#define SI_CLUSTER_ON_TRACK_CNV_P1_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: SiClusterOnTrackCnv_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
14
#include "
InDetRIO_OnTrack/SiClusterOnTrack.h
"
15
#include "
InDetEventTPCnv/InDetRIO_OnTrack/SiClusterOnTrack_p1.h
"
16
17
#include "
TrkEventTPCnv/TrkRIO_OnTrack/RIO_OnTrackCnv_p1.h
"
18
19
class
MsgStream;
20
21
class
SiClusterOnTrackCnv_p1
22
:
public
T_AthenaPoolTPAbstractPolyCnvBase
< Trk::MeasurementBase,
23
InDet::SiClusterOnTrack,
24
InDet::SiClusterOnTrack_p1 >
25
{
26
public
:
27
SiClusterOnTrackCnv_p1
() :
m_RIOCnv
(0) {}
28
29
void
persToTrans
(
const
InDet::SiClusterOnTrack_p1
*persObj,
30
InDet::SiClusterOnTrack
*transObj,
31
MsgStream &
log
);
32
void
transToPers
(
const
InDet::SiClusterOnTrack
*transObj,
33
InDet::SiClusterOnTrack_p1
*persObj,
34
MsgStream &
log
);
35
36
37
protected
:
38
RIO_OnTrackCnv_p1
*
m_RIOCnv
;
39
};
40
41
#endif // SI_CLUSTER_ON_TRACK_CNV_P1_H
RIO_OnTrackCnv_p1.h
SiClusterOnTrack.h
SiClusterOnTrackCnv_p1
Definition:
SiClusterOnTrackCnv_p1.h:25
SiClusterOnTrackCnv_p1::m_RIOCnv
RIO_OnTrackCnv_p1 * m_RIOCnv
Definition:
SiClusterOnTrackCnv_p1.h:38
TPAbstractPolyCnvBase
Definition:
TPConverter.h:332
SiClusterOnTrackCnv_p1::transToPers
void transToPers(const InDet::SiClusterOnTrack *transObj, InDet::SiClusterOnTrack_p1 *persObj, MsgStream &log)
Definition:
SiClusterOnTrackCnv_p1.cxx:30
RIO_OnTrackCnv_p1
Definition:
RIO_OnTrackCnv_p1.h:30
SiClusterOnTrack_p1.h
InDet::SiClusterOnTrack_p1
Definition:
SiClusterOnTrack_p1.h:20
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
SiClusterOnTrackCnv_p1::persToTrans
void persToTrans(const InDet::SiClusterOnTrack_p1 *persObj, InDet::SiClusterOnTrack *transObj, MsgStream &log)
Definition:
SiClusterOnTrackCnv_p1.cxx:18
SiClusterOnTrackCnv_p1::SiClusterOnTrackCnv_p1
SiClusterOnTrackCnv_p1()
Definition:
SiClusterOnTrackCnv_p1.h:27
InDet::SiClusterOnTrack
Definition:
SiClusterOnTrack.h:39
Generated on Tue Mar 25 2025 21:18:35 for ATLAS Offline Software by
1.8.18