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
InDetBCM_EventAthenaPool
src
BCM_RawDataCnv_p0.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 INDETBCM_EVENTATHENAPOOL_BCM_RAWDATACNV_P0_H
6
#define INDETBCM_EVENTATHENAPOOL_BCM_RAWDATACNV_P0_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
9
#include "
InDetBCM_RawData/BCM_RawData.h
"
10
#include "
InDetBCM_EventAthenaPool/BCM_RawData_p0.h
"
11
12
class
MsgStream;
13
14
class
BCM_RawDataCnv_p0
:
public
T_AthenaPoolTPCnvBase
<BCM_RawData, BCM_RawData_p0> {
15
16
public
:
17
BCM_RawDataCnv_p0
() {}
18
19
virtual
void
persToTrans
(
const
BCM_RawData_p0
* persObj,
BCM_RawData
* transObj, MsgStream &
log
);
20
virtual
void
transToPers
(
const
BCM_RawData
* transObj,
BCM_RawData_p0
* persObj, MsgStream &
log
);
21
};
22
23
#endif
TPConverterBase
Definition:
TPConverter.h:738
BCM_RawData_p0
Definition:
BCM_RawData_p0.h:11
BCM_RawData
Definition:
BCM_RawData.h:36
T_AthenaPoolTPConverter.h
BCM_RawData.h
BCM_RawDataCnv_p0::BCM_RawDataCnv_p0
BCM_RawDataCnv_p0()
Definition:
BCM_RawDataCnv_p0.h:17
BCM_RawDataCnv_p0::transToPers
virtual void transToPers(const BCM_RawData *transObj, BCM_RawData_p0 *persObj, MsgStream &log)
Definition:
BCM_RawDataCnv_p0.cxx:14
BCM_RawData_p0.h
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
BCM_RawDataCnv_p0::persToTrans
virtual void persToTrans(const BCM_RawData_p0 *persObj, BCM_RawData *transObj, MsgStream &log)
Definition:
BCM_RawDataCnv_p0.cxx:9
BCM_RawDataCnv_p0
Definition:
BCM_RawDataCnv_p0.h:14
Generated on Mon Apr 21 2025 21:07:39 for ATLAS Offline Software by
1.8.18