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
xAODHIEventAthenaPool
src
xAODHIEventShapeAuxContainerCnv_v1.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id: xAODHIEventShapeAuxContainerCnv_v1.h 693658 2015-09-08 10:00:53Z krasznaa $
8
#ifndef XAODHIEVENTATHENAPOOL_XAODHIEVENTSHAPEAUXCONTAINERCNV_V1_H
9
#define XAODHIEVENTATHENAPOOL_XAODHIEVENTSHAPEAUXCONTAINERCNV_V1_H
10
11
// Gaudi/Athena include(s):
12
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
13
14
// EDM include(s):
15
#include "
xAODHIEvent/versions/HIEventShapeAuxContainer_v1.h
"
16
#include "
xAODHIEvent/HIEventShapeAuxContainer.h
"
17
29
class
xAODHIEventShapeAuxContainerCnv_v1
:
30
public
T_AthenaPoolTPCnvBase
< xAOD::HIEventShapeAuxContainer,
31
xAOD::HIEventShapeAuxContainer_v1 > {
32
33
public
:
35
xAODHIEventShapeAuxContainerCnv_v1
();
36
38
virtual
void
persToTrans
(
const
xAOD::HIEventShapeAuxContainer_v1
* oldObj,
39
xAOD::HIEventShapeAuxContainer
* newObj,
40
MsgStream&
log
);
42
virtual
void
transToPers
(
const
xAOD::HIEventShapeAuxContainer
*,
43
xAOD::HIEventShapeAuxContainer_v1
*,
44
MsgStream&
log
);
45
46
};
// class xAODHIEventShapeAuxContainerCnv_v1
47
48
#endif // XAODHIEVENTATHENAPOOL_XAODHIEVENTSHAPEAUXCONTAINERCNV_V1_H
xAOD::HIEventShapeAuxContainer_v1
Definition:
HIEventShapeAuxContainer_v1.h:14
xAODHIEventShapeAuxContainerCnv_v1::persToTrans
virtual void persToTrans(const xAOD::HIEventShapeAuxContainer_v1 *oldObj, xAOD::HIEventShapeAuxContainer *newObj, MsgStream &log)
Function converting from the old type to the current one.
Definition:
xAODHIEventShapeAuxContainerCnv_v1.cxx:37
TPConverterBase
Definition:
TPConverter.h:738
xAOD::HIEventShapeAuxContainer_v2
Auxiliary store for xAOD::HIEventShape_v2.
Definition:
HIEventShapeAuxContainer_v2.h:31
HIEventShapeAuxContainer_v1.h
T_AthenaPoolTPConverter.h
xAODHIEventShapeAuxContainerCnv_v1::transToPers
virtual void transToPers(const xAOD::HIEventShapeAuxContainer *, xAOD::HIEventShapeAuxContainer_v1 *, MsgStream &log)
Dummy function inherited from the base class.
Definition:
xAODHIEventShapeAuxContainerCnv_v1.cxx:129
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
HIEventShapeAuxContainer.h
xAODHIEventShapeAuxContainerCnv_v1
Converter class used for reading xAOD::HIEventShapeAuxContainer_v1.
Definition:
xAODHIEventShapeAuxContainerCnv_v1.h:31
xAODHIEventShapeAuxContainerCnv_v1::xAODHIEventShapeAuxContainerCnv_v1
xAODHIEventShapeAuxContainerCnv_v1()
Default constructor.
Definition:
xAODHIEventShapeAuxContainerCnv_v1.cxx:30
Generated on Sun Apr 6 2025 21:23:32 for ATLAS Offline Software by
1.8.18