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
xAODTriggerAthenaPool
src
xAODTriggerMenuAuxContainerCnv.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: xAODTriggerMenuAuxContainerCnv.h 647168 2015-02-16 15:30:50Z krasznaa $
8
#ifndef XAODTRIGGERATHENAPOOL_XAODTRIGGERMENUAUXCONTAINERCNV_H
9
#define XAODTRIGGERATHENAPOOL_XAODTRIGGERMENUAUXCONTAINERCNV_H
10
11
// Gaudi/Athena include(s):
12
#include "
AthenaPoolCnvSvc/T_AthenaPoolAuxContainerCnv.h
"
13
14
// EDM include(s):
15
#include "
xAODTrigger/TriggerMenuAuxContainer.h
"
16
18
typedef
T_AthenaPoolAuxContainerCnv< xAOD::TriggerMenuAuxContainer >
19
xAODTriggerMenuAuxContainerCnvBase
;
20
33
class
xAODTriggerMenuAuxContainerCnv
:
34
public
xAODTriggerMenuAuxContainerCnvBase
{
35
36
// Declare the factory as our friend:
37
friend
class
CnvFactory
<
xAODTriggerMenuAuxContainerCnv
>;
38
39
protected
:
41
public
:
42
xAODTriggerMenuAuxContainerCnv
( ISvcLocator* svcLoc );
43
protected
:
44
46
virtual
xAOD::TriggerMenuAuxContainer
*
47
createTransientWithKey
(
const
std::string&
key
)
override
;
48
49
};
// class xAODTriggerMenuAuxContainerCnv
50
51
#endif // XAODTRIGGERATHENAPOOL_XAODTRIGGERMENUAUXCONTAINERCNV_H
TriggerMenuAuxContainer.h
T_AthenaPoolAuxContainerCnv
Athena pool converter for aux store classes.
Definition:
T_AthenaPoolAuxContainerCnv.h:39
T_AthenaPoolAuxContainerCnv.h
Athena pool converter for aux store classes.
CnvFactory
Abstract factory to create the converter.
Definition:
ToyConverter.h:16
xAODTriggerMenuAuxContainerCnv::createTransientWithKey
virtual xAOD::TriggerMenuAuxContainer * createTransientWithKey(const std::string &key) override
Function reading in the object from the input file.
Definition:
xAODTriggerMenuAuxContainerCnv.cxx:20
xAODTriggerMenuAuxContainerCnv::xAODTriggerMenuAuxContainerCnv
xAODTriggerMenuAuxContainerCnv(ISvcLocator *svcLoc)
Converter constructor.
Definition:
xAODTriggerMenuAuxContainerCnv.cxx:14
xAODTriggerMenuAuxContainerCnv
POOL converter for the xAOD::TriggerMenuAuxContainer class.
Definition:
xAODTriggerMenuAuxContainerCnv.h:34
xAOD::TriggerMenuAuxContainer_v1
Auxiliary store object for TriggerMenuContainer_v1.
Definition:
TriggerMenuAuxContainer_v1.h:36
xAODTriggerMenuAuxContainerCnvBase
T_AthenaPoolAuxContainerCnv< xAOD::TriggerMenuAuxContainer > xAODTriggerMenuAuxContainerCnvBase
Base class for the converter.
Definition:
xAODTriggerMenuAuxContainerCnv.h:19
mapkey::key
key
Definition:
TElectronEfficiencyCorrectionTool.cxx:37
Generated on Sun Apr 6 2025 21:23:39 for ATLAS Offline Software by
1.8.18