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
InDetPrepRawData
SCT_ClusterCnv_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 SCT_CLUSTER_CNV_P1_H
6
#define SCT_CLUSTER_CNV_P1_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: SCT_ClusterCnv_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
14
#include "
InDetPrepRawData/SCT_Cluster.h
"
15
#include "
SCT_Cluster_p1.h
"
16
17
#include "
SiClusterCnv_p1.h
"
18
19
20
class
MsgStream;
21
22
class
SCT_ClusterCnv_p1
23
:
public
T_AthenaPoolTPPolyCnvBase
< Trk::PrepRawData, InDet::SCT_Cluster, InDet::SCT_Cluster_p1>
24
{
25
public
:
26
SCT_ClusterCnv_p1
() :
m_siClusterCnv
(0) {}
27
28
void
persToTrans
(
const
InDet::SCT_Cluster_p1
*persObj,
InDet::SCT_Cluster
*transObj, MsgStream &
log
);
29
void
transToPers
(
const
InDet::SCT_Cluster
*transObj,
InDet::SCT_Cluster_p1
*persObj,MsgStream &
log
);
30
31
private
:
32
SiClusterCnv_p1
*
m_siClusterCnv
;
33
};
34
35
36
#endif // SCT_CLUSTER_CNV_P1_H
SiClusterCnv_p1.h
SCT_Cluster_p1.h
SCT_ClusterCnv_p1::transToPers
void transToPers(const InDet::SCT_Cluster *transObj, InDet::SCT_Cluster_p1 *persObj, MsgStream &log)
Definition:
SCT_ClusterCnv_p1.cxx:22
SCT_Cluster.h
TPPolyCnvBase
Definition:
TPConverter.h:674
SCT_ClusterCnv_p1::m_siClusterCnv
SiClusterCnv_p1 * m_siClusterCnv
Definition:
SCT_ClusterCnv_p1.h:32
InDet::SCT_Cluster
Definition:
InnerDetector/InDetRecEvent/InDetPrepRawData/InDetPrepRawData/SCT_Cluster.h:34
SCT_ClusterCnv_p1
Definition:
SCT_ClusterCnv_p1.h:24
SCT_ClusterCnv_p1::SCT_ClusterCnv_p1
SCT_ClusterCnv_p1()
Definition:
SCT_ClusterCnv_p1.h:26
SiClusterCnv_p1
Definition:
SiClusterCnv_p1.h:25
SCT_ClusterCnv_p1::persToTrans
void persToTrans(const InDet::SCT_Cluster_p1 *persObj, InDet::SCT_Cluster *transObj, MsgStream &log)
Definition:
SCT_ClusterCnv_p1.cxx:15
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
InDet::SCT_Cluster_p1
Definition:
SCT_Cluster_p1.h:18
Generated on Mon Apr 21 2025 21:18:06 for ATLAS Offline Software by
1.8.18