ATLAS Offline Software
Loading...
Searching...
No Matches
HepMcParticleLinkCnv_p1.h
Go to the documentation of this file.
1
2
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
27class 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< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void persToTrans(const HepMcParticleLink_p1 *persObj, HepMcParticleLink *transObj, MsgStream &msg) const override
Method creating the transient representation of HepMcParticleLink from its persistent representation ...
virtual void transToPers(const HepMcParticleLink *transObj, HepMcParticleLink_p1 *persObj, MsgStream &msg) const override
Method creating the persistent representation HepMcParticleLink_p1 from its transient representation ...
HepMcParticleLinkCnv_p1()=default
Default constructor:
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
MsgStream & msg
Definition testRead.cxx:32