ATLAS Offline Software
Loading...
Searching...
No Matches
ParticleShallowCloneCnv_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// 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
23class MsgStream;
24namespace Analysis {
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,
53 MsgStream& msg ) const override;
54};
55
56
59
60#endif //> PARTICLEEVENTTPCNV_COMPOSITEPARTICLECNV_P1_H
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
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...
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...
ParticleShallowCloneCnv_p1()
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.
The namespace of all packages in PhysicsAnalysis/JetTagging.
MsgStream & msg
Definition testRead.cxx:32