ATLAS Offline Software
ParticleShallowCloneContainerCnv_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 // ParticleShallowCloneContainerCnv_p1.h
8 // Header file for class ParticleShallowCloneContainerCnv_p1
9 // Author: Karsten Koeneke - February 2013
11 #ifndef PARTICLEEVENTTPCNV_PARTICLESHALLOWCLONECONTAINERCNV_P1_H
12 #define PARTICLEEVENTTPCNV_PARTICLESHALLOWCLONECONTAINERCNV_P1_H
13 
14 // STL includes
15 
16 // Gaudi includes
17 
18 // AthenaPoolCnvSvc includes
20 
21 // ParticleEvent includes
23 
24 // ParticleEventTPCnv includes
26 
27 // forward declares
28 
30  : public T_AthenaPoolTPCnvConstBase< ParticleShallowCloneContainer,
31  ParticleShallowCloneContainer_p1
32  >
33 {
34  public:
37 
38 
42 
43 
47  virtual void persToTrans( const ParticleShallowCloneContainer_p1* pers,
49  MsgStream& msg ) const override;
50 
54  virtual void transToPers( const ParticleShallowCloneContainer* trans,
56  MsgStream& msg ) const override;
57 };
58 
59 
61 {}
62 
63 #endif //> PARTICLEEVENTTPCNV_PARTICLESHALLOWCLONECONTAINERCNV_P1_H
ParticleShallowCloneContainer
Definition: ParticleShallowCloneContainer.h:35
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
ParticleShallowCloneContainer_p1.h
ParticleShallowCloneContainerCnv_p1
Definition: ParticleShallowCloneContainerCnv_p1.h:33
ParticleShallowCloneContainerCnv_p1::ParticleShallowCloneContainerCnv_p1
ParticleShallowCloneContainerCnv_p1()
Default constructor:
Definition: ParticleShallowCloneContainerCnv_p1.h:60
ParticleShallowCloneContainer.h
ParticleShallowCloneContainerCnv_p1::persToTrans
virtual void persToTrans(const ParticleShallowCloneContainer_p1 *pers, ParticleShallowCloneContainer *trans, MsgStream &msg) const override
Method creating the transient representation of ParticleShallowCloneContainer from its persistent rep...
Definition: ParticleShallowCloneContainerCnv_p1.cxx:29
T_AthenaPoolTPConverter.h
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
ParticleShallowCloneContainer_p1
Definition: ParticleShallowCloneContainer_p1.h:22
ParticleShallowCloneContainerCnv_p1::transToPers
virtual void transToPers(const ParticleShallowCloneContainer *trans, ParticleShallowCloneContainer_p1 *pers, MsgStream &msg) const override
Method creating the persistent representation ParticleShallowCloneContainer_p1 from its transient rep...
Definition: ParticleShallowCloneContainerCnv_p1.cxx:62
TPConverterConstBase
Definition: TPConverter.h:776
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7