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
Control
DataModelTest
DataModelTestDataReadCnv
src
HAuxContainerCnv_v1.h
Go to the documentation of this file.
1
// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id$
16
#ifndef DATAMODELTESTDATAREADCNV_HAUXCONTAINERCNV_V1_H
17
#define DATAMODELTESTDATAREADCNV_HAUXCONTAINERCNV_V1_H
18
19
20
#include "
DataModelTestDataRead/HAuxContainer.h
"
21
#include "
DataModelTestDataRead/versions/HAuxContainer_v1.h
"
22
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
23
24
25
namespace
DMTest
{
26
27
28
class
HAuxContainerCnv_v1
29
:
public
T_AthenaPoolTPCnvBase
< DMTest::HAuxContainer,
30
DMTest::HAuxContainer_v1 >
31
{
32
public
:
33
HAuxContainerCnv_v1
();
34
35
virtual
void
persToTrans
(
const
DMTest::HAuxContainer_v1
* oldObj,
36
DMTest::HAuxContainer
* newObj,
37
MsgStream&
log
)
override
;
38
39
virtual
void
transToPers
(
const
DMTest::HAuxContainer
*,
40
DMTest::HAuxContainer_v1
*,
41
MsgStream&
log
)
override
;
42
};
43
44
45
}
// namespace DMTest
46
47
48
#endif // not DATAMODELTESTDATAREADCNV_HAUXCONTAINERCNV_V1_H
DMTest::HAuxContainerCnv_v1::transToPers
virtual void transToPers(const DMTest::HAuxContainer *, DMTest::HAuxContainer_v1 *, MsgStream &log) override
Definition:
HAuxContainerCnv_v1.cxx:51
DMTest::HAuxContainer_v2
Definition:
HAuxContainer_v2.h:28
DMTest::HAuxContainerCnv_v1::HAuxContainerCnv_v1
HAuxContainerCnv_v1()
Definition:
HAuxContainerCnv_v1.cxx:23
TPConverterBase
Definition:
TPConverter.h:738
DMTest::HAuxContainer_v1
Definition:
DataModelTestDataRead/DataModelTestDataRead/versions/HAuxContainer_v1.h:27
DMTest::HAuxContainerCnv_v1::persToTrans
virtual void persToTrans(const DMTest::HAuxContainer_v1 *oldObj, DMTest::HAuxContainer *newObj, MsgStream &log) override
Definition:
HAuxContainerCnv_v1.cxx:28
T_AthenaPoolTPConverter.h
HAuxContainer.h
Test for xAOD schema evolution.
DMTest::HAuxContainerCnv_v1
Definition:
HAuxContainerCnv_v1.h:31
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
DMTest
Definition:
B.h:23
HAuxContainer_v1.h
Generated on Tue Apr 22 2025 21:11:23 for ATLAS Offline Software by
1.8.18