11#ifndef EVENTCOMMONTPCNV_P4IMPLEETAPHIMCNV_P2_H
12#define EVENTCOMMONTPCNV_P4IMPLEETAPHIMCNV_P2_H
55 MsgStream &log )
const override;
62 MsgStream &log )
const override;
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
P4ImplEEtaPhiMCnv_p2()
Default constructor:
virtual void transToPers(const P4ImplEEtaPhiM *transObj, P4EEtaPhiMFloat_p2 *persObj, MsgStream &log) const override
Method creating the persistent representation P4EEtaPhiMFloat_p2 from its transient representation P4...
virtual void persToTrans(const P4EEtaPhiMFloat_p2 *persObj, P4ImplEEtaPhiM *transObj, MsgStream &log) const override
Method creating the transient representation of P4ImplEEtaPhiM from its persistent representation P4E...
virtual ~P4ImplEEtaPhiMCnv_p2()
Destructor:
P4ImplEEtaPhiM is a base class for classes with 4-momentum behavior, for which E, eta,...
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.