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
xAODTauAthenaPool
src
xAODTauJetContainerCnv_v2.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
#ifndef XAODTAUATHENAPOOL_XAODTAUJETCONTAINERCNV_V2_H
8
#define XAODTAUATHENAPOOL_XAODTAUJETCONTAINERCNV_V2_H
9
10
// Gaudi/Athena include(s):
11
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
12
13
// EDM include(s):
14
#include "
xAODTau/versions/TauJetContainer_v2.h
"
15
#include "
xAODTau/TauJetContainer.h
"
16
30
class
xAODTauJetContainerCnv_v2
:
31
public
T_AthenaPoolTPCnvConstBase
< xAOD::TauJetContainer,
32
xAOD::TauJetContainer_v2 > {
33
34
public
:
35
using
base_class::transToPers
;
36
using
base_class::persToTrans
;
37
38
40
xAODTauJetContainerCnv_v2
();
41
43
virtual
void
persToTrans
(
const
xAOD::TauJetContainer_v2
* oldObj,
44
xAOD::TauJetContainer
* newObj,
45
MsgStream&
log
)
const override
;
47
virtual
void
transToPers
(
const
xAOD::TauJetContainer
*,
48
xAOD::TauJetContainer_v2
*,
49
MsgStream&
log
)
const override
;
50
51
};
// class xAODTauJetContainer_v2
52
53
#endif // XAODTAUATHENAPOOL_XAODTAUJETCONTAINERCNV_V2_H
xAODTauJetContainerCnv_v2::transToPers
virtual void transToPers(const xAOD::TauJetContainer *, xAOD::TauJetContainer_v2 *, MsgStream &log) const override
Dummy function inherited from the base class.
Definition:
xAODTauJetContainerCnv_v2.cxx:39
xAODTauJetContainerCnv_v2
Converter class used for reading xAOD::TauJetContainer_v2.
Definition:
xAODTauJetContainerCnv_v2.h:32
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
xAODTauJetContainerCnv_v2::xAODTauJetContainerCnv_v2
xAODTauJetContainerCnv_v2()
Default constructor.
Definition:
xAODTauJetContainerCnv_v2.cxx:15
T_AthenaPoolTPConverter.h
TauJetContainer.h
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
TauJetContainer_v2.h
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
TPConverterConstBase
Definition:
TPConverter.h:776
xAODTauJetContainerCnv_v2::persToTrans
virtual void persToTrans(const xAOD::TauJetContainer_v2 *oldObj, xAOD::TauJetContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
Definition:
xAODTauJetContainerCnv_v2.cxx:20
Generated on Sun Apr 6 2025 21:23:35 for ATLAS Offline Software by
1.8.18