ATLAS Offline Software
Loading...
Searching...
No Matches
CompositeParticleCnv_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// CompositeParticleCnv_p1.h
8// Header file for class CompositeParticleCnv_p1
9// Author: S.Binet<binet@cern.ch>
11#ifndef PARTICLEEVENTTPCNV_COMPOSITEPARTICLECNV_P1_H
12#define PARTICLEEVENTTPCNV_COMPOSITEPARTICLECNV_P1_H
13
14// STL includes
15
16// AthenaPoolCnvSvc includes
18
19// ParticleEventTPCnv includes
21
22// Forward declaration
23class MsgStream;
25
27 : public T_AthenaPoolTPCnvConstBase<CompositeParticle, CompositeParticle_p1>
28{
29 public:
32
33
37
38
42 virtual void persToTrans( const CompositeParticle_p1* persObj,
43 CompositeParticle* transObj,
44 MsgStream& msg ) const override;
45
49 virtual void transToPers( const CompositeParticle* transObj,
50 CompositeParticle_p1* persObj,
51 MsgStream& msg ) const override;
52};
53
54
57
58#endif //> PARTICLEEVENTTPCNV_COMPOSITEPARTICLECNV_P1_H
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const CompositeParticle *transObj, CompositeParticle_p1 *persObj, MsgStream &msg) const override
Method creating the persistent representation CompositeParticle_p1 from its transient representation ...
CompositeParticleCnv_p1()
Default constructor:
virtual void persToTrans(const CompositeParticle_p1 *persObj, CompositeParticle *transObj, MsgStream &msg) const override
Method creating the transient representation of CompositeParticle from its persistent representation ...
class which is made from the composition of other particles.
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