ATLAS Offline Software
ParticleShallowCloneCnv_p1.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // ParticleShallowCloneCnv_p1.h
8 // Header file for class ParticleShallowCloneCnv_p1
9 // Author: Karsten Koeneke - February 2013
11 #ifndef PARTICLEEVENTTPCNV_PARTICLESHALLOWCLONECNV_P1_H
12 #define PARTICLEEVENTTPCNV_PARTICLESHALLOWCLONECNV_P1_H
13 
14 // STL includes
15 
16 // AthenaPoolCnvSvc includes
18 
19 // ParticleEventTPCnv includes
21 
22 // Forward declaration
23 class MsgStream;
24 namespace Analysis {
25  class ParticleShallowClone;
26 }
27 
29  : public T_AthenaPoolTPCnvConstBase<Analysis::ParticleShallowClone, ParticleShallowClone_p1>
30 {
31  public:
34 
35 
39 
40 
44  virtual void persToTrans( const ParticleShallowClone_p1* persObj,
46  MsgStream& msg ) const override;
47 
51  virtual void transToPers( const Analysis::ParticleShallowClone* transObj,
52  ParticleShallowClone_p1* persObj,
53  MsgStream& msg ) const override;
54 };
55 
56 
58 {}
59 
60 #endif //> PARTICLEEVENTTPCNV_COMPOSITEPARTICLECNV_P1_H
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
ParticleShallowCloneCnv_p1::persToTrans
virtual void persToTrans(const ParticleShallowClone_p1 *persObj, Analysis::ParticleShallowClone *transObj, MsgStream &msg) const override
Method creating the transient representation of ParticleShallowClone from its persistent representati...
Definition: ParticleShallowCloneCnv_p1.cxx:38
ParticleShallowCloneCnv_p1::transToPers
virtual void transToPers(const Analysis::ParticleShallowClone *transObj, ParticleShallowClone_p1 *persObj, MsgStream &msg) const override
Method creating the persistent representation ParticleShallowClone_p1 from its transient representati...
Definition: ParticleShallowCloneCnv_p1.cxx:69
ParticleShallowClone_p1
Definition: ParticleShallowClone_p1.h:28
ParticleShallowClone_p1.h
T_AthenaPoolTPConverter.h
Analysis::ParticleShallowClone
Definition: ParticleShallowClone.h:51
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition: BTaggingCnvAlg.h:20
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
ParticleShallowCloneCnv_p1::ParticleShallowCloneCnv_p1
ParticleShallowCloneCnv_p1()
Default constructor:
Definition: ParticleShallowCloneCnv_p1.h:57
TPConverterConstBase
Definition: TPConverter.h:776
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7
ParticleShallowCloneCnv_p1
Definition: ParticleShallowCloneCnv_p1.h:30