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
Simulation
G4SimCnv
G4SimTPCnv
src
factories
G4SimTPCnv.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// generate the T/P converter entries
6
#include "
AthenaKernel/TPCnvFactory.h
"
7
8
#include "
G4SimTPCnv/TrackRecordCollectionCnv_p1.h
"
9
#include "
G4SimTPCnv/TrackRecordCollectionCnv_p2.h
"
10
#include "
G4SimTPCnv/TrackRecordCollectionCnv_p3.h
"
11
#include "
G4SimTPCnv/TrackRecord_p1.h
"
12
#include "
G4SimTPCnv/TrackRecordCollection_p1.h
"
13
#include "
G4SimTPCnv/TrackRecordCollection_p2.h
"
14
#include "
G4SimTPCnv/TrackRecordCollection_p3.h
"
15
16
// For Root streamer:
17
// for ROOT streamer
18
#include "
G4SimTPCnv/TrackRecord_p0.h
"
19
#include "
G4SimTPCnv/TrackRecordStreamer_p0.h
"
20
21
DECLARE_NAMED_TPCNV_FACTORY
(
TrackRecordCollectionCnv_p1
,
22
TrackRecordCollectionCnv_p1
,
23
AtlasHitsVector<TrackRecord>
,
24
TrackRecordCollection_p1
,
25
Athena::TPCnvVers::Old
)
26
27
DECLARE_NAMED_TPCNV_FACTORY
(
TrackRecordCollectionCnv_p2
,
28
TrackRecordCollectionCnv_p2
,
29
AtlasHitsVector<TrackRecord>
,
30
TrackRecordCollection_p2
,
31
Athena::TPCnvVers::Current
)
32
33
DECLARE_NAMED_TPCNV_FACTORY
(
TrackRecordCollectionCnv_p3
,
34
TrackRecordCollectionCnv_p3
,
35
AtlasHitsVector<TrackRecord>
,
36
TrackRecordCollection_p3
,
37
Athena::TPCnvVers::Old
)
TPCnvFactory.h
Set up plugin loading of TP converters.
TrackRecordCollection_p2.h
TrackRecordStreamer_p0.h
TrackRecordCollection_p1.h
TrackRecordCollectionCnv_p3.h
AtlasHitsVector
Definition:
AtlasHitsVector.h:33
TrackRecordCollection_p3.h
TrackRecordCollectionCnv_p1.h
DECLARE_NAMED_TPCNV_FACTORY
DECLARE_NAMED_TPCNV_FACTORY(TrackRecordCollectionCnv_p1, TrackRecordCollectionCnv_p1, AtlasHitsVector< TrackRecord >, TrackRecordCollection_p1, Athena::TPCnvVers::Old) DECLARE_NAMED_TPCNV_FACTORY(TrackRecordCollectionCnv_p2
TrackRecordCollection_p1
Definition:
TrackRecordCollection_p1.h:21
Athena::TPCnvVers::Old
@ Old
Definition:
TPCnvFactory.h:102
TrackRecordCollection_p2
Definition:
TrackRecordCollection_p2.h:21
TrackRecordCollectionCnv_p2.h
T_AtlasHitsVectorCnv
Definition:
TPConverter.h:1234
Athena::TPCnvVers::Current
@ Current
Definition:
TPCnvFactory.h:103
TrackRecordCollection_p3
Definition:
TrackRecordCollection_p3.h:21
TrackRecord_p1.h
TPCnvStdVectorConst
Const version of TPCnvStdVector.
Definition:
TPConverter.h:1308
TrackRecord_p0.h
Generated on Tue May 6 2025 21:10:01 for ATLAS Offline Software by
1.8.18