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
Event
xAOD
xAODTrigL1CaloAthenaPool
src
xAODRODHeaderAuxContainerCnv_v1.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id: xAODRODHeaderAuxContainerCnv_v1.h 694352 2015-09-11 12:05:29Z krasznaa $
8
#ifndef XAODTRIGL1CALO_XAODRODHEADERAUXCONTAINERCNV_V1_H
9
#define XAODTRIGL1CALO_XAODRODHEADERAUXCONTAINERCNV_V1_H
10
11
// Gaudi/Athena include(s):
12
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
13
14
// EDM include(s):
15
#include "
xAODTrigL1Calo/versions/RODHeaderAuxContainer_v1.h
"
16
#include "
xAODTrigL1Calo/RODHeaderAuxContainer.h
"
17
28
class
xAODRODHeaderAuxContainerCnv_v1
:
29
public
T_AthenaPoolTPCnvConstBase
< xAOD::RODHeaderAuxContainer,
30
xAOD::RODHeaderAuxContainer_v1 > {
31
32
public
:
33
using
base_class::persToTrans
;
34
using
base_class::transToPers
;
35
36
38
xAODRODHeaderAuxContainerCnv_v1
();
39
41
virtual
void
persToTrans
(
const
xAOD::RODHeaderAuxContainer_v1
* oldObj,
42
xAOD::RODHeaderAuxContainer
* newObj,
43
MsgStream&
log
)
const override
;
45
virtual
void
transToPers
(
const
xAOD::RODHeaderAuxContainer
*,
46
xAOD::RODHeaderAuxContainer_v1
*,
47
MsgStream&
log
)
const override
;
48
49
};
// class xAODRODHeaderAuxContainerCnv_v1
50
51
#endif // XAODTRIGL1CALO_XAODRODHEADERAUXCONTAINERCNV_V1_H
xAODRODHeaderAuxContainerCnv_v1
Converter class for reading xAOD::RODHeaderAuxContainer_v1.
Definition:
xAODRODHeaderAuxContainerCnv_v1.h:30
xAODRODHeaderAuxContainerCnv_v1::transToPers
virtual void transToPers(const xAOD::RODHeaderAuxContainer *, xAOD::RODHeaderAuxContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
Definition:
xAODRODHeaderAuxContainerCnv_v1.cxx:124
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
xAODRODHeaderAuxContainerCnv_v1::persToTrans
virtual void persToTrans(const xAOD::RODHeaderAuxContainer_v1 *oldObj, xAOD::RODHeaderAuxContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
Definition:
xAODRODHeaderAuxContainerCnv_v1.cxx:37
RODHeaderAuxContainer_v1.h
T_AthenaPoolTPConverter.h
xAOD::RODHeaderAuxContainer_v2
AuxContainer for RODHeader_v2.
Definition:
RODHeaderAuxContainer_v2.h:29
xAODRODHeaderAuxContainerCnv_v1::xAODRODHeaderAuxContainerCnv_v1
xAODRODHeaderAuxContainerCnv_v1()
Default constructor.
Definition:
xAODRODHeaderAuxContainerCnv_v1.cxx:32
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
xAOD::RODHeaderAuxContainer_v1
AuxContainer for RODHeader_v1.
Definition:
RODHeaderAuxContainer_v1.h:29
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
RODHeaderAuxContainer.h
TPConverterConstBase
Definition:
TPConverter.h:776
Generated on Sun Apr 6 2025 21:23:35 for ATLAS Offline Software by
1.8.18