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
xAODEventInfoAthenaPool
src
xAODEventAuxInfoCnv_v1.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
//
3
// Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
4
//
5
#ifndef XAODEVENTINFOATHENAPOOL_XAODEVENAUXINFOCNV_V1_H
6
#define XAODEVENTINFOATHENAPOOL_XAODEVENAUXINFOCNV_V1_H
7
8
// Gaudi/Athena include(s).
9
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
10
11
// EDM include(s).
12
#include "
xAODEventInfo/versions/EventAuxInfo_v1.h
"
13
#include "
xAODEventInfo/EventAuxInfo.h
"
14
22
class
xAODEventAuxInfoCnv_v1
:
23
public
T_AthenaPoolTPCnvConstBase
< xAOD::EventAuxInfo,
24
xAOD::EventAuxInfo_v1 > {
25
26
public
:
28
using
base_class::transToPers
;
29
using
base_class::persToTrans
;
30
32
xAODEventAuxInfoCnv_v1
() =
default
;
33
35
virtual
void
persToTrans
(
const
xAOD::EventAuxInfo_v1
* oldObj,
36
xAOD::EventAuxInfo
* newObj,
37
MsgStream&
log
)
const override
;
39
virtual
void
transToPers
(
const
xAOD::EventAuxInfo
*,
40
xAOD::EventAuxInfo_v1
*,
41
MsgStream&
log
)
const override
;
42
43
};
// class xAODEventAuxInfoCnv_v1
44
45
#endif // XAODEVENTINFOATHENAPOOL_XAODEVENAUXINFOCNV_V1_H
xAOD::EventAuxInfo_v1
Auxiliary information about the event.
Definition:
EventAuxInfo_v1.h:31
xAODEventAuxInfoCnv_v1::transToPers
virtual void transToPers(const xAOD::EventAuxInfo *, xAOD::EventAuxInfo_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
Definition:
xAODEventAuxInfoCnv_v1.cxx:30
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
xAOD::EventAuxInfo_v3
Auxiliary information about the event.
Definition:
EventAuxInfo_v3.h:28
xAODEventAuxInfoCnv_v1::xAODEventAuxInfoCnv_v1
xAODEventAuxInfoCnv_v1()=default
Default constructor.
T_AthenaPoolTPConverter.h
xAODEventAuxInfoCnv_v1::persToTrans
virtual void persToTrans(const xAOD::EventAuxInfo_v1 *oldObj, xAOD::EventAuxInfo *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
Definition:
xAODEventAuxInfoCnv_v1.cxx:13
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
EventAuxInfo.h
EventAuxInfo_v1.h
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
xAODEventAuxInfoCnv_v1
Converter for reading xAOD::EventAuxInfo_v1.
Definition:
xAODEventAuxInfoCnv_v1.h:24
TPConverterConstBase
Definition:
TPConverter.h:776
Generated on Sat Apr 12 2025 21:23:41 for ATLAS Offline Software by
1.8.18