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
InDetConditions
InDetByteStreamErrorsAthenaPool
src
IDCInDetBSErrContainerCnv_p1.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 INDETBYTESTREAMERRORSATHENAPOOL_IDCINDETBSERRCONTAINERCNV_H
6
#define INDETBYTESTREAMERRORSATHENAPOOL_IDCINDETBSERRCONTAINERCNV_H
7
8
#include "
InDetByteStreamErrors/IDCInDetBSErrContainer.h
"
9
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
10
#include "
InDetByteStreamErrorsAthenaPool/InDetBSErrContainer64_p1.h
"
11
12
13
class
IDCInDetBSErrContainerCnv_p1
final
:
public
T_AthenaPoolTPCnvBase
<IDCInDetBSErrContainer, InDetBSErrContainer64_p1>
14
{
15
public
:
16
IDCInDetBSErrContainerCnv_p1
() {};
17
18
virtual
void
persToTrans
(
const
InDetBSErrContainer64_p1
* persCont,
19
IDCInDetBSErrContainer
* transCont,
20
MsgStream&
log
);
21
virtual
void
transToPers
(
const
IDCInDetBSErrContainer
* transCont,
22
InDetBSErrContainer64_p1
* persCont,
23
MsgStream&
log
);
24
virtual
IDCInDetBSErrContainer
*
createTransient
(
const
InDetBSErrContainer64_p1
* persObj,
25
MsgStream&
log
);
26
27
};
28
29
#endif
IDCInDetBSErrContainer
IDC like storage for BS errors, TODO, customise implementation further so that we store int rather th...
Definition:
IDCInDetBSErrContainer.h:19
TPConverterBase
Definition:
TPConverter.h:738
InDetBSErrContainer64_p1.h
InDetBSErrContainer64_p1
Definition:
InDetBSErrContainer64_p1.h:15
T_AthenaPoolTPConverter.h
IDCInDetBSErrContainerCnv_p1::createTransient
virtual IDCInDetBSErrContainer * createTransient(const InDetBSErrContainer64_p1 *persObj, MsgStream &log)
Definition:
IDCInDetBSErrContainerCnv_p1.cxx:23
IDCInDetBSErrContainerCnv_p1::transToPers
virtual void transToPers(const IDCInDetBSErrContainer *transCont, InDetBSErrContainer64_p1 *persCont, MsgStream &log)
Definition:
IDCInDetBSErrContainerCnv_p1.cxx:8
columnar::final
CM final
Definition:
ColumnAccessor.h:106
IDCInDetBSErrContainerCnv_p1::persToTrans
virtual void persToTrans(const InDetBSErrContainer64_p1 *persCont, IDCInDetBSErrContainer *transCont, MsgStream &log)
Definition:
IDCInDetBSErrContainerCnv_p1.cxx:15
IDCInDetBSErrContainer.h
IDCInDetBSErrContainerCnv_p1::IDCInDetBSErrContainerCnv_p1
IDCInDetBSErrContainerCnv_p1()
Definition:
IDCInDetBSErrContainerCnv_p1.h:16
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
IDCInDetBSErrContainerCnv_p1
Definition:
IDCInDetBSErrContainerCnv_p1.h:14
Generated on Sat Mar 29 2025 21:11:33 for ATLAS Offline Software by
1.8.18