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
PhysicsAnalysis
TruthParticleID
McParticleEventTPCnv
src
factories
McParticleEventTPCnv.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// generate the T/P converter entries
6
#include "
AthenaKernel/TPCnvFactory.h
"
7
8
// HepMc includes
9
#include "
GeneratorObjects/McEventCollection.h
"
10
#include "
McParticleEvent/TruthEtIsolations.h
"
11
12
#include "
McParticleEventTPCnv/TruthEtIsolationsCnv_p1.h
"
13
#include "
McParticleEventTPCnv/TruthEtIsolationsContainerCnv_p1.h
"
14
#include "
McParticleEventTPCnv/TruthParticleContainerCnv_p5.h
"
15
#include "
McParticleEventTPCnv/TruthParticleContainerCnv_p6.h
"
16
17
18
DECLARE_TPCNV_FACTORY
(
TruthEtIsolationsCnv_p1
,
19
TruthEtIsolations
,
20
TruthEtIsolations_p1
,
21
Athena::TPCnvVers::Current
)
22
23
DECLARE_NAMED_TPCNV_FACTORY
(
TruthEtIsolationsContainerCnv_p1
,
24
TruthEtIsolationsContainerCnv_p1
,
25
TruthEtIsolationsContainer
,
26
TruthEtIsolationsContainer_p1
,
27
Athena::TPCnvVers::Current
)
28
29
DECLARE_TPCNV_FACTORY
(
TruthParticleContainerCnv_p5
,
30
TruthParticleContainer
,
31
TruthParticleContainer_p5
,
32
Athena
::TPCnvVers::Old)
33
34
DECLARE_TPCNV_FACTORY
(
TruthParticleContainerCnv_p6
,
35
TruthParticleContainer
,
36
TruthParticleContainer_p6
,
37
Athena
::TPCnvVers::Current)
TPCnvFactory.h
Set up plugin loading of TP converters.
DECLARE_TPCNV_FACTORY
DECLARE_TPCNV_FACTORY(TruthEtIsolationsCnv_p1, TruthEtIsolations, TruthEtIsolations_p1, Athena::TPCnvVers::Current) DECLARE_NAMED_TPCNV_FACTORY(TruthEtIsolationsContainerCnv_p1
TruthEtIsolations_p1
Definition:
TruthEtIsolations_p1.h:31
TruthEtIsolationsContainer
Definition:
TruthEtIsolationsContainer.h:26
DECLARE_NAMED_TPCNV_FACTORY
#define DECLARE_NAMED_TPCNV_FACTORY(x, n, trans_type, pers_type, is_last_version)
Definition:
TPCnvFactory.h:171
TruthParticleContainer_p6
Definition:
TruthParticleContainer_p6.h:27
TruthParticleContainer
Definition:
PhysicsAnalysis/TruthParticleID/McParticleEvent/McParticleEvent/TruthParticleContainer.h:42
TruthEtIsolations.h
TruthParticleContainerCnv_p5
Definition:
TruthParticleContainerCnv_p5.h:41
McEventCollection.h
Athena
Some weak symbol referencing magic...
Definition:
AthLegacySequence.h:21
TruthParticleContainer_p5
Definition:
TruthParticleContainer_p5.h:27
TruthEtIsolationsContainerCnv_p1.h
Athena::TPCnvVers::Current
@ Current
Definition:
TPCnvFactory.h:103
TruthParticleContainerCnv_p6
Definition:
TruthParticleContainerCnv_p6.h:41
TruthParticleContainerCnv_p6.h
TruthEtIsolationsContainer_p1
Definition:
TruthEtIsolationsContainer_p1.h:22
TruthEtIsolations
Definition:
TruthEtIsolations.h:40
TruthParticleContainerCnv_p5.h
TPCnvVector
Definition:
TPConverter.h:1256
TruthEtIsolationsCnv_p1
Definition:
TruthEtIsolationsCnv_p1.h:32
TruthEtIsolationsCnv_p1.h
Generated on Fri Mar 21 2025 21:14:25 for ATLAS Offline Software by
1.8.18