ATLAS Offline Software
HepMcParticleLinkCnv_p1.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // HepMcParticleLinkCnv_p1.h
8 // Header file for class HepMcParticleLinkCnv_p1
9 // Author: S.Binet<binet@cern.ch>
11 #ifndef GENERATOROBJECTSTPCNV_HEPMCPARTICLELINKCNV_P1_H
12 #define GENERATOROBJECTSTPCNV_HEPMCPARTICLELINKCNV_P1_H
13 
14 // STL includes
15 #include <map>
16 
17 // AthenaPoolCnvSvc includes
19 
20 // GeneratorObjects includes
22 
23 // GeneratorObjectsAthenaPool includes
25 
26 // Forward declaration
27 class MsgStream;
28 
30  HepMcParticleLink,
31  HepMcParticleLink_p1
32  >
33 {
34  public:
37 
41 
42 
46  virtual void persToTrans( const HepMcParticleLink_p1* persObj,
47  HepMcParticleLink* transObj,
48  MsgStream &msg ) const override;
49 
53  virtual void transToPers( const HepMcParticleLink* transObj,
54  HepMcParticleLink_p1* persObj,
55  MsgStream &msg ) const override;
56 
57 
58 };
59 
60 #endif //> GENERATOROBJECTSTPCNV_HEPMCPARTICLELINKCNV_P1_H
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
T_AthenaPoolTPConverter.h
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
HepMcParticleLinkCnv_p1::transToPers
virtual void transToPers(const HepMcParticleLink *transObj, HepMcParticleLink_p1 *persObj, MsgStream &msg) const override
Method creating the persistent representation HepMcParticleLink_p1 from its transient representation ...
Definition: HepMcParticleLinkCnv_p1.cxx:46
HepMcParticleLinkCnv_p1
Definition: HepMcParticleLinkCnv_p1.h:33
HepMcParticleLinkCnv_p1::persToTrans
virtual void persToTrans(const HepMcParticleLink_p1 *persObj, HepMcParticleLink *transObj, MsgStream &msg) const override
Method creating the transient representation of HepMcParticleLink from its persistent representation ...
Definition: HepMcParticleLinkCnv_p1.cxx:30
HepMcParticleLinkCnv_p1::HepMcParticleLinkCnv_p1
HepMcParticleLinkCnv_p1()=default
Default constructor:
TPConverterConstBase
Definition: TPConverter.h:776
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7