Loading [MathJax]/jax/input/TeX/config.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
xAODTrigMuonAthenaPool
src
xAODTrigMuonAthenaPoolTPCnv.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// $Id: xAODTrigMuonAthenaPoolTPCnv.cxx 707606 2015-11-12 19:59:49Z krasznaa $
6
7
// Gaudi/Athena include(s):
8
#include "
AthenaKernel/TPCnvFactory.h
"
9
10
// EDM include(s):
11
#include "
xAODTrigMuon/L2StandAloneMuonContainer.h
"
12
#include "
xAODTrigMuon/versions/L2StandAloneMuonContainer_v1.h
"
13
#include "
xAODTrigMuon/L2StandAloneMuonAuxContainer.h
"
14
#include "
xAODTrigMuon/versions/L2StandAloneMuonAuxContainer_v1.h
"
15
16
// Local include(s):
17
#include "
xAODL2StandAloneMuonContainerCnv_v1.h
"
18
#include "
xAODL2StandAloneMuonAuxContainerCnv_v1.h
"
19
20
// Declare the T/P converter(s):
21
DECLARE_TPCNV_FACTORY
(
xAODL2StandAloneMuonContainerCnv_v1
,
22
DataVector<xAOD::L2StandAloneMuon>
,
23
DataVector<xAOD::L2StandAloneMuon_v1>
,
24
Athena::TPCnvVers::Old
)
25
DECLARE_TPCNV_FACTORY
(
xAODL2StandAloneMuonAuxContainerCnv_v1
,
26
xAOD::L2StandAloneMuonAuxContainer
,
27
xAOD::L2StandAloneMuonAuxContainer_v1
,
28
Athena::TPCnvVers::Old
)
TPCnvFactory.h
Set up plugin loading of TP converters.
xAODL2StandAloneMuonAuxContainerCnv_v1.h
L2StandAloneMuonContainer.h
L2StandAloneMuonAuxContainer_v1.h
L2StandAloneMuonContainer_v1.h
xAODL2StandAloneMuonAuxContainerCnv_v1
Converter class used for reading xAOD::L2StandAloneMuonAuxContainer_v1.
Definition:
xAODL2StandAloneMuonAuxContainerCnv_v1.h:31
xAODL2StandAloneMuonContainerCnv_v1
Converter class used for reading xAOD::L2StandAloneMuonContainer_v1.
Definition:
xAODL2StandAloneMuonContainerCnv_v1.h:31
xAOD::L2StandAloneMuonAuxContainer_v1
Auxiliary container for muon SA containers.
Definition:
L2StandAloneMuonAuxContainer_v1.h:32
Athena::TPCnvVers::Old
@ Old
Definition:
TPCnvFactory.h:102
xAOD::L2StandAloneMuonAuxContainer_v2
Auxiliary container for muon SA containers.
Definition:
L2StandAloneMuonAuxContainer_v2.h:32
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
DECLARE_TPCNV_FACTORY
DECLARE_TPCNV_FACTORY(xAODL2StandAloneMuonContainerCnv_v1, DataVector< xAOD::L2StandAloneMuon >, DataVector< xAOD::L2StandAloneMuon_v1 >, Athena::TPCnvVers::Old) DECLARE_TPCNV_FACTORY(xAODL2StandAloneMuonAuxContainerCnv_v1
xAODL2StandAloneMuonContainerCnv_v1.h
L2StandAloneMuonAuxContainer.h
Generated on Sun Apr 6 2025 21:23:40 for ATLAS Offline Software by
1.8.18