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
xAODJetAthenaPool
src
xAODJetAuxContainerCnv.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: xAODJetAuxContainerCnv.h 566967 2013-10-24 13:24:31Z krasznaa $
8
#ifndef XAODJETATHENAPOOL_XAODJETAUXCONTAINERCNV_H
9
#define XAODJETATHENAPOOL_XAODJETAUXCONTAINERCNV_H
10
11
// Gaudi/Athena include(s):
12
#include "
AthenaPoolCnvSvc/T_AthenaPoolAuxContainerCnv.h
"
13
14
// EDM include(s):
15
#include "
xAODJet/JetAuxContainer.h
"
16
18
typedef
T_AthenaPoolAuxContainerCnv< xAOD::JetAuxContainer>
19
xAODJetAuxContainerCnvBase
;
20
35
class
xAODJetAuxContainerCnv
:
36
public
xAODJetAuxContainerCnvBase
37
{
38
public
:
39
using
xAODJetAuxContainerCnvBase::xAODJetAuxContainerCnvBase
;
40
42
virtual
xAOD::JetAuxContainer
*
43
createPersistentWithKey
(
xAOD::JetAuxContainer
* trans,
44
const
std::string&
key
)
override
;
45
46
};
// class xAODJetAuxContainerCnv
47
48
#endif // XAODJETATHENAPOOL_XAODJETAUXCONTAINERCNV_H
xAODJetAuxContainerCnvBase
T_AthenaPoolAuxContainerCnv< xAOD::JetAuxContainer > xAODJetAuxContainerCnvBase
Base class for the converter.
Definition:
xAODJetAuxContainerCnv.h:19
T_AthenaPoolAuxContainerCnv
Athena pool converter for aux store classes.
Definition:
T_AthenaPoolAuxContainerCnv.h:39
xAOD::JetAuxContainer_v1
Temporary container used until we have I/O for AuxStoreInternal.
Definition:
JetAuxContainer_v1.h:37
xAODJetAuxContainerCnv
POOL converter for the xAOD::JetAuxContainer class.
Definition:
xAODJetAuxContainerCnv.h:37
xAODJetAuxContainerCnv::createPersistentWithKey
virtual xAOD::JetAuxContainer * createPersistentWithKey(xAOD::JetAuxContainer *trans, const std::string &key) override
Function preparing the container to be written out.
Definition:
xAODJetAuxContainerCnv.cxx:18
T_AthenaPoolAuxContainerCnv.h
Athena pool converter for aux store classes.
JetAuxContainer.h
mapkey::key
key
Definition:
TElectronEfficiencyCorrectionTool.cxx:37
Generated on Wed Apr 23 2025 21:23:46 for ATLAS Offline Software by
1.8.18