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
MuonSpectrometer
MuonCnv
MuonEventTPCnv
MuonEventTPCnv
MuonPrepRawData
CscStripPrepDataCnv_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: CscStripPrepDataCnv_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
14
#include "
MuonPrepRawData/CscStripPrepData.h
"
15
#include "
CscStripPrepData_p1.h
"
16
17
#include "
TrkEventTPCnv/TrkPrepRawData/PrepRawDataCnv_p1.h
"
18
19
class
MsgStream;
20
21
class
CscStripPrepDataCnv_p1
22
:
public
T_AthenaPoolTPPolyCnvBase
< Trk::PrepRawData, Muon::CscStripPrepData, Muon::CscStripPrepData_p1 >
23
{
24
public
:
25
CscStripPrepDataCnv_p1
() :
m_prdCnv
(0) {}
26
27
void
persToTrans
(
const
Muon::CscStripPrepData_p1
*persObj,
28
Muon::CscStripPrepData
*transObj,
29
MsgStream &
log
);
30
void
transToPers
(
const
Muon::CscStripPrepData
*transObj,
31
Muon::CscStripPrepData_p1
*persObj,
32
MsgStream &
log
);
33
34
protected
:
35
PrepRawDataCnv_p1
*
m_prdCnv
;
36
};
37
38
#endif // PIXEL_CLUSTER_CNV_P1_H
PrepRawDataCnv_p1.h
CscStripPrepData.h
CscStripPrepDataCnv_p1::transToPers
void transToPers(const Muon::CscStripPrepData *transObj, Muon::CscStripPrepData_p1 *persObj, MsgStream &log)
Definition:
CscStripPrepDataCnv_p1.cxx:38
CscStripPrepDataCnv_p1
Definition:
CscStripPrepDataCnv_p1.h:23
PrepRawDataCnv_p1
Definition:
PrepRawDataCnv_p1.h:26
Muon::CscStripPrepData
Class representing the raw data of one CSC strip (for clusters look at Muon::CscPrepData).
Definition:
CscStripPrepData.h:40
TPPolyCnvBase
Definition:
TPConverter.h:674
CscStripPrepDataCnv_p1::persToTrans
void persToTrans(const Muon::CscStripPrepData_p1 *persObj, Muon::CscStripPrepData *transObj, MsgStream &log)
Definition:
CscStripPrepDataCnv_p1.cxx:15
CscStripPrepData_p1.h
CscStripPrepDataCnv_p1::CscStripPrepDataCnv_p1
CscStripPrepDataCnv_p1()
Definition:
CscStripPrepDataCnv_p1.h:25
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
Muon::CscStripPrepData_p1
Definition:
CscStripPrepData_p1.h:19
CscStripPrepDataCnv_p1::m_prdCnv
PrepRawDataCnv_p1 * m_prdCnv
Definition:
CscStripPrepDataCnv_p1.h:35
Generated on Thu Mar 13 2025 21:09:08 for ATLAS Offline Software by
1.8.18