ATLAS Offline Software
P4ImplPtEtaPhiMCnv_p2.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 // P4ImplPtEtaPhiMCnv_p2.h
8 // Header file for class P4ImplPtEtaPhiMCnv_p2
9 // Author: I. Vukotic <ivukotic@cern.ch>
11 #ifndef EVENTCOMMONTPCNV_P4IMPLPTETAPHIMCNV_P2_H
12 #define EVENTCOMMONTPCNV_P4IMPLPTETAPHIMCNV_P2_H
13 
14 // STL includes
15 
16 
17 // Gaudi includes
18 
19 // AthenaPoolCnvSvc includes
21 
22 // FourMom includes
24 
25 // EventCommonTPCnv includes
27 
28 // Forward declaration
29 class MsgStream;
30 
32  P4ImplPtEtaPhiM,
33  P4PtEtaPhiMFloat_p2
34  >
35 {
36  public:
39 
40 
44 
47  virtual ~P4ImplPtEtaPhiMCnv_p2();
48 
49 
53  virtual void persToTrans( const P4PtEtaPhiMFloat_p2* persObj,
54  P4ImplPtEtaPhiM* transObj,
55  MsgStream &log ) const override;
56 
60  virtual void transToPers( const P4ImplPtEtaPhiM* transObj,
61  P4PtEtaPhiMFloat_p2* persObj,
62  MsgStream &log ) const override;
63 };
64 
65 
67 {}
68 
70 {}
71 
72 #endif //> EVENTCOMMONTPCNV_P4IMPLPTETAPHIMCNV_P2_H
P4ImplPtEtaPhiMCnv_p2::transToPers
virtual void transToPers(const P4ImplPtEtaPhiM *transObj, P4PtEtaPhiMFloat_p2 *persObj, MsgStream &log) const override
Method creating the persistent representation P4PtEtaPhiMFloat_p2 from its transient representation P...
Definition: P4ImplPtEtaPhiMCnv_p2.cxx:38
P4PtEtaPhiMFloat_p2.h
P4ImplPtEtaPhiMCnv_p2
Definition: P4ImplPtEtaPhiMCnv_p2.h:35
TPConverterConstBase::transToPers
virtual void transToPers(const TRANS *transObj, PERS *persObj, MsgStream &log) const =0
Convert transient representation to persistent one.
P4ImplPtEtaPhiM.h
P4ImplPtEtaPhiMCnv_p2::P4ImplPtEtaPhiMCnv_p2
P4ImplPtEtaPhiMCnv_p2()
Default constructor:
Definition: P4ImplPtEtaPhiMCnv_p2.h:66
P4ImplPtEtaPhiMCnv_p2::~P4ImplPtEtaPhiMCnv_p2
virtual ~P4ImplPtEtaPhiMCnv_p2()
Destructor:
Definition: P4ImplPtEtaPhiMCnv_p2.h:69
T_AthenaPoolTPConverter.h
P4ImplPtEtaPhiM
Definition: P4ImplPtEtaPhiM.h:41
TPConverterConstBase::persToTrans
virtual void persToTrans(const PERS *persObj, TRANS *transObj, MsgStream &log) const =0
Convert persistent representation to transient one.
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20
P4ImplPtEtaPhiMCnv_p2::persToTrans
virtual void persToTrans(const P4PtEtaPhiMFloat_p2 *persObj, P4ImplPtEtaPhiM *transObj, MsgStream &log) const override
Method creating the transient representation of P4ImplPtEtaPhiM from its persistent representation P4...
Definition: P4ImplPtEtaPhiMCnv_p2.cxx:26
TPConverterConstBase
Definition: TPConverter.h:776
P4PtEtaPhiMFloat_p2
Definition: P4PtEtaPhiMFloat_p2.h:23