ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
AnalysisCommon
ParticleEventTPCnv
ParticleEventTPCnv
SelectedParticlesCnv_p1.h
Go to the documentation of this file.
1
2
3
/*
4
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// SelectedParticlesCnv_p1.h
8
// Header file for class SelectedParticlesCnv_p1
9
// Author: S.Protopopescu serban@bnl.gov
11
#ifndef PARTICLEEVENTTPCNV_SELECTEDPARTICLESCNV_P1_H
12
#define PARTICLEEVENTTPCNV_SELECTEDPARTICLESCNV_P1_H
13
14
// STL includes
15
16
// Gaudi includes
17
18
// AthenaPoolCnvSvc includes
19
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
20
21
// ParticleEventTPCnv includes
22
#include "
ParticleEventTPCnv/SelectedParticles_p1.h
"
23
24
// Forward declaration
25
class
MsgStream;
26
class
SelectedParticles
;
27
28
class
SelectedParticlesCnv_p1
:
public
T_AthenaPoolTPCnvConstBase
<
29
SelectedParticles,
30
SelectedParticles_p1
31
>
32
{
33
public
:
34
using
base_class::transToPers
;
35
using
base_class::persToTrans
;
36
37
40
SelectedParticlesCnv_p1
();
41
42
46
virtual
void
persToTrans
(
const
SelectedParticles_p1
* pers,
47
SelectedParticles
* trans,
48
MsgStream&
msg
)
const override
;
49
53
virtual
void
transToPers
(
const
SelectedParticles
* trans,
54
SelectedParticles_p1
* pers,
55
MsgStream&
msg
)
const override
;
56
};
57
58
59
inline
SelectedParticlesCnv_p1::SelectedParticlesCnv_p1
()
60
{}
61
62
63
#endif
//> PARTICLEEVENTTPCNV_SELECTEDPARTICLESCNV_P1_H
SelectedParticles_p1.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvConstBase
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
Definition
T_AthenaPoolTPConverter.h:44
SelectedParticlesCnv_p1::transToPers
virtual void transToPers(const SelectedParticles *trans, SelectedParticles_p1 *pers, MsgStream &msg) const override
Method creating the persistent representation SelectedParticles_p1 from its transient representation ...
Definition
SelectedParticlesCnv_p1.cxx:32
SelectedParticlesCnv_p1::SelectedParticlesCnv_p1
SelectedParticlesCnv_p1()
Default constructor:
Definition
SelectedParticlesCnv_p1.h:59
SelectedParticlesCnv_p1::persToTrans
virtual void persToTrans(const SelectedParticles_p1 *pers, SelectedParticles *trans, MsgStream &msg) const override
Method creating the transient representation of SelectedParticles from its persistent representation ...
Definition
SelectedParticlesCnv_p1.cxx:21
SelectedParticles_p1
Definition
SelectedParticles_p1.h:16
SelectedParticles
Definition
SelectedParticles.h:54
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
msg
MsgStream & msg
Definition
testRead.cxx:32
Generated on
for ATLAS Offline Software by
1.17.0