11#ifndef EVENTCOMMONTPCNV_P4PXPYPZECNV_P1_H
12#define EVENTCOMMONTPCNV_P4PXPYPZECNV_P1_H
55 MsgStream &log )
const override;
62 MsgStream &log )
const override;
TPConverterConstBase< TRANS, PERS > T_AthenaPoolTPCnvConstBase
virtual void transToPers(const P4PxPyPzE *transObj, P4PxPyPzE_p1 *persObj, MsgStream &log) const override
Method creating the persistent representation P4PxPyPzE_p1 from its transient representation P4PxPyPz...
virtual ~P4PxPyPzECnv_p1()
Destructor:
virtual void persToTrans(const P4PxPyPzE_p1 *persObj, P4PxPyPzE *transObj, MsgStream &log) const override
Method creating the transient representation of P4PxPyPzE from its persistent representation P4PxPyPz...
P4PxPyPzECnv_p1()
Default constructor:
P4PxPyPzE is a class with 4-momentum behavior, for which Px, Py, Pz and M are data members.
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.