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
STGC_RawDataCnv_p3.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef STGC_RAWDATACNV_P3_H
6
#define STGC_RAWDATACNV_P3_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
10
#include "
MuonRDO/STGC_RawData.h
"
11
#include "
STGC_RawData_p3.h
"
12
13
class
MsgStream;
14
15
namespace
Muon
{
16
class
STGC_RawDataCnv_p3
17
:
public
T_AthenaPoolTPCnvBase
< STGC_RawData, STGC_RawData_p3 >
18
{
19
public
:
20
STGC_RawDataCnv_p3
() {}
21
22
void
persToTrans
(
const
STGC_RawData_p3
*persObj,
STGC_RawData
* transObj, MsgStream &
log
)
override
final
;
23
24
void
transToPers
(
const
STGC_RawData
* transObj,
STGC_RawData_p3
*persObj, MsgStream &
log
)
override
final
;
25
26
virtual
STGC_RawData
*
createTransient
(
const
STGC_RawData_p3
* persObj, MsgStream&
log
)
override
final
;
27
};
28
}
29
30
#endif
Muon::STGC_RawDataCnv_p3::STGC_RawDataCnv_p3
STGC_RawDataCnv_p3()
Definition:
STGC_RawDataCnv_p3.h:20
STGC_RawData_p3.h
TPConverterBase
Definition:
TPConverter.h:738
Muon::STGC_RawDataCnv_p3::persToTrans
void persToTrans(const STGC_RawData_p3 *persObj, STGC_RawData *transObj, MsgStream &log) override final
Definition:
STGC_RawDataCnv_p3.cxx:6
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
STGC_RawData.h
Muon::STGC_RawDataCnv_p3::createTransient
virtual STGC_RawData * createTransient(const STGC_RawData_p3 *persObj, MsgStream &log) override final
Definition:
STGC_RawDataCnv_p3.cxx:29
Muon::STGC_RawData
Definition:
STGC_RawData.h:14
T_AthenaPoolTPConverter.h
Muon::STGC_RawDataCnv_p3::transToPers
void transToPers(const STGC_RawData *transObj, STGC_RawData_p3 *persObj, MsgStream &log) override final
Definition:
STGC_RawDataCnv_p3.cxx:11
Muon::STGC_RawData_p3
Definition:
STGC_RawData_p3.h:12
Muon::STGC_RawDataCnv_p3
Definition:
STGC_RawDataCnv_p3.h:18
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
Generated on Sat Mar 15 2025 21:18:56 for ATLAS Offline Software by
1.8.18