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
MuonRDO
MM_RawDataCnv_p2.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 MM_RAWDATACNV_P2_H
6
#define MM_RAWDATACNV_P2_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
10
#include "
MuonRDO/MM_RawData.h
"
11
#include "
MM_RawData_p2.h
"
12
13
class
MsgStream;
14
15
namespace
Muon
{
16
class
MM_RawDataCnv_p2
17
:
public
T_AthenaPoolTPCnvBase
< MM_RawData, MM_RawData_p2 >
18
{
19
public
:
20
MM_RawDataCnv_p2
() {}
21
22
void
persToTrans
(
const
MM_RawData_p2
*persObj,
MM_RawData
* transObj, MsgStream &
log
)
override
final
;
23
24
void
transToPers
(
const
MM_RawData
* transObj,
MM_RawData_p2
*persObj, MsgStream &
log
)
override
final
;
25
26
virtual
MM_RawData
*
createTransient
(
const
MM_RawData_p2
* persObj, MsgStream&
log
)
override
final
;
27
};
28
}
29
30
#endif
Muon::MM_RawDataCnv_p2
Definition:
MM_RawDataCnv_p2.h:18
Muon::MM_RawData_p2
Definition:
MM_RawData_p2.h:12
Muon::MM_RawDataCnv_p2::createTransient
virtual MM_RawData * createTransient(const MM_RawData_p2 *persObj, MsgStream &log) override final
Definition:
MM_RawDataCnv_p2.cxx:20
TPConverterBase
Definition:
TPConverter.h:738
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
Muon::MM_RawDataCnv_p2::transToPers
void transToPers(const MM_RawData *transObj, MM_RawData_p2 *persObj, MsgStream &log) override final
Definition:
MM_RawDataCnv_p2.cxx:11
Muon::MM_RawData
Temporary class to hold the MM RDO.
Definition:
MM_RawData.h:20
T_AthenaPoolTPConverter.h
Muon::MM_RawDataCnv_p2::MM_RawDataCnv_p2
MM_RawDataCnv_p2()
Definition:
MM_RawDataCnv_p2.h:20
Muon::MM_RawDataCnv_p2::persToTrans
void persToTrans(const MM_RawData_p2 *persObj, MM_RawData *transObj, MsgStream &log) override final
Definition:
MM_RawDataCnv_p2.cxx:6
MM_RawData.h
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
MM_RawData_p2.h
Generated on Mon Apr 21 2025 21:15:03 for ATLAS Offline Software by
1.8.18