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
w
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
MuonEventAthenaPool
src
CscRawDataCnv_p3.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUON_CSCRAWDATACNV_P3_H
6
#define MUON_CSCRAWDATACNV_P3_H
7
8
9
10
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
11
#include "
MuonEventAthenaPool/CscRawData_p3.h
"
12
#include "
MuonRDO/CscRawData.h
"
13
#include "
MuonIdHelpers/IMuonIdHelperSvc.h
"
14
15
class
MsgStream;
16
20
class
CscRawDataCnv_p3
:
public
T_AthenaPoolTPCnvBase
<CscRawData, CscRawData_p3>
21
{
22
public
:
23
CscRawDataCnv_p3
() {}
24
25
virtual
void
persToTrans
(
const
CscRawData_p3
* persObj,
CscRawData
* transObj, MsgStream &
log
);
26
virtual
void
transToPers
(
const
CscRawData
* transObj,
CscRawData_p3
* persObj, MsgStream &
log
);
27
void
setMuonIdHelperSvc
(
Muon::IMuonIdHelperSvc
* muonIdHelper);
28
private
:
29
Muon::IMuonIdHelperSvc
*
m_idHelp
=
nullptr
;
30
};
31
inline
void
CscRawDataCnv_p3::setMuonIdHelperSvc
(
Muon::IMuonIdHelperSvc
* muonIdHelper) {
32
m_idHelp
= muonIdHelper;
33
}
34
35
#endif
36
CscRawData_p3.h
CscRawDataCnv_p3::persToTrans
virtual void persToTrans(const CscRawData_p3 *persObj, CscRawData *transObj, MsgStream &log)
Definition:
CscRawDataCnv_p3.cxx:34
TPConverterBase
Definition:
TPConverter.h:738
CscRawDataCnv_p3
Transient/Persistent converter for CscRawData class.
Definition:
CscRawDataCnv_p3.h:21
CscRawDataCnv_p3::setMuonIdHelperSvc
void setMuonIdHelperSvc(Muon::IMuonIdHelperSvc *muonIdHelper)
Definition:
CscRawDataCnv_p3.h:31
CscRawDataCnv_p3::CscRawDataCnv_p3
CscRawDataCnv_p3()
Definition:
CscRawDataCnv_p3.h:23
T_AthenaPoolTPConverter.h
CscRawDataCnv_p3::m_idHelp
Muon::IMuonIdHelperSvc * m_idHelp
Definition:
CscRawDataCnv_p3.h:29
CscRawData.h
CscRawData_p3
Definition:
CscRawData_p3.h:17
CscRawData
Class to hold the electronic output for a single CSC readout channel: n sampling ADC data + the addre...
Definition:
CscRawData.h:21
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
Muon::IMuonIdHelperSvc
Interface for Helper service that creates muon Identifiers and can be used to print Identifiers.
Definition:
IMuonIdHelperSvc.h:27
CscRawDataCnv_p3::transToPers
virtual void transToPers(const CscRawData *transObj, CscRawData_p3 *persObj, MsgStream &log)
Definition:
CscRawDataCnv_p3.cxx:11
IMuonIdHelperSvc.h
Generated on Wed May 14 2025 21:08:10 for ATLAS Offline Software by
1.8.18