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
Tracking
TrkEventCnv
TrkTruthTPCnv
TrkTruthTPCnv
PRD_MultiTruthCollectionCnv_p3.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// Dear emacs, this is -*-c++-*-
6
7
// Andrei.Gaponenko@cern.ch, 2007
8
// Olivier.Arnaez@cern.ch, 2015
9
10
#ifndef PRD_MULTITRUTHCOLLECTIONCNV_P3_H
11
#define PRD_MULTITRUTHCOLLECTIONCNV_P3_H
12
13
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
14
#include "
TrkTruthTPCnv/PRD_MultiTruthCollection_p3.h
"
15
16
class
MsgStream;
17
class
PRD_MultiTruthCollection
;
18
// namespace Trk { class PRD_MultiTruthCollection_p3; }
19
20
21
class
PRD_MultiTruthCollectionCnv_p3
22
:
public
T_AthenaPoolTPCnvBase
<PRD_MultiTruthCollection,
23
Trk::PRD_MultiTruthCollection_p3>
24
{
25
public
:
26
30
virtual
void
persToTrans
(
const
Trk::PRD_MultiTruthCollection_p3
* persObj,
31
PRD_MultiTruthCollection
* transObj,
32
MsgStream&
msg
);
33
37
virtual
void
transToPers
(
const
PRD_MultiTruthCollection
* transObj,
38
Trk::PRD_MultiTruthCollection_p3
* persObj,
39
MsgStream&
msg
);
40
41
};
42
43
#endif
/*PRD_MULTITRUTHCOLLECTIONCNV_P3_H*/
PRD_MultiTruthCollectionCnv_p3
Definition:
PRD_MultiTruthCollectionCnv_p3.h:24
PRD_MultiTruthCollection
A PRD is mapped onto all contributing particles.
Definition:
PRD_MultiTruthCollection.h:24
TPConverterBase
Definition:
TPConverter.h:738
PRD_MultiTruthCollectionCnv_p3::transToPers
virtual void transToPers(const PRD_MultiTruthCollection *transObj, Trk::PRD_MultiTruthCollection_p3 *persObj, MsgStream &msg)
Method creating the persistent representation PRD_MultiTruthCollection_p3 from its transient represen...
Definition:
PRD_MultiTruthCollectionCnv_p3.cxx:36
PRD_MultiTruthCollectionCnv_p3::persToTrans
virtual void persToTrans(const Trk::PRD_MultiTruthCollection_p3 *persObj, PRD_MultiTruthCollection *transObj, MsgStream &msg)
Method creating the transient representation of Analysis::PRD_MultiTruthCollection from its persisten...
Definition:
PRD_MultiTruthCollectionCnv_p3.cxx:21
PRD_MultiTruthCollection_p3.h
T_AthenaPoolTPConverter.h
Trk::PRD_MultiTruthCollection_p3
Definition:
PRD_MultiTruthCollection_p3.h:19
python.AutoConfigFlags.msg
msg
Definition:
AutoConfigFlags.py:7
Generated on Wed Apr 2 2025 21:16:57 for ATLAS Offline Software by
1.8.18