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