ATLAS Offline Software
CaloEnergyCnv_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 // CaloEnergyCnv_p1.h
8 // Header file for class CaloEnergyCnv_p1
9 // Author: S.Binet<binet@cern.ch>
11 #ifndef RECTPCNV_CALOENERGYCNV_P1_H
12 #define RECTPCNV_CALOENERGYCNV_P1_H
13 
14 // STL includes
15 
16 // AthenaPoolCnvSvc includes
18 
19 // RecTPCnv includes
20 #include "RecTPCnv/CaloEnergy_p1.h"
21 
22 // Forward declaration
23 class MsgStream;
24 class CaloEnergy;
25 
26 class CaloEnergyCnv_p1 : public T_AthenaPoolTPCnvConstBase<CaloEnergy,
27  CaloEnergy_p1>
28 {
29  public:
32 
33 
37 
38 
42  virtual void persToTrans( const CaloEnergy_p1* persObj,
43  CaloEnergy* transObj,
44  MsgStream& msg ) const override;
45 
49  virtual void transToPers( const CaloEnergy* transObj,
50  CaloEnergy_p1* persObj,
51  MsgStream& msg ) const override;
52 };
53 
54 
56 {}
57 
58 #endif //> RECTPCNV_CALOENERGYCNV_P1_H
CaloEnergy
class extending the basic Trk::EnergyLoss to describe the measured or parameterised muon energy loss ...
Definition: CaloEnergy.h:28
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
CaloEnergyCnv_p1::transToPers
virtual void transToPers(const CaloEnergy *transObj, CaloEnergy_p1 *persObj, MsgStream &msg) const override
Method creating the persistent representation CaloEnergy_p1 from its transient representation CaloEne...
Definition: CaloEnergyCnv_p1.cxx:74
CaloEnergyCnv_p1::CaloEnergyCnv_p1
CaloEnergyCnv_p1()
Default constructor:
Definition: CaloEnergyCnv_p1.h:55
CaloEnergyCnv_p1
Definition: CaloEnergyCnv_p1.h:28
T_AthenaPoolTPConverter.h
CaloEnergyCnv_p1::persToTrans
virtual void persToTrans(const CaloEnergy_p1 *persObj, CaloEnergy *transObj, MsgStream &msg) const override
Method creating the transient representation of CaloEnergy from its persistent representation CaloEne...
Definition: CaloEnergyCnv_p1.cxx:38
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
CaloEnergy_p1.h
CaloEnergy_p1
Definition: CaloEnergy_p1.h:25
TPConverterConstBase
Definition: TPConverter.h:776
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7