ATLAS Offline Software
Loading...
Searching...
No Matches
ParticleShallowCloneContainerCnv_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// 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
62
63#endif //> PARTICLEEVENTTPCNV_PARTICLESHALLOWCLONECONTAINERCNV_P1_H
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const ParticleShallowCloneContainer *trans, ParticleShallowCloneContainer_p1 *pers, MsgStream &msg) const override
Method creating the persistent representation ParticleShallowCloneContainer_p1 from its transient rep...
virtual void persToTrans(const ParticleShallowCloneContainer_p1 *pers, ParticleShallowCloneContainer *trans, MsgStream &msg) const override
Method creating the transient representation of ParticleShallowCloneContainer from its persistent rep...
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