16#include "GaudiKernel/MsgStream.h"
42 persObj->
m_iPt = (float)transObj->
iPt();
44 persObj->
m_phi = (float)transObj->
phi();
45 persObj->
m_mass = (float)transObj->
m();
virtual void transToPers(const P4IPtCotThPhiM *transObj, P4IPtCotThPhiM_p1 *persObj, MsgStream &log) const override
Method creating the persistent representation P4IPtCotThPhiM_p1 from its transient representation P4I...
virtual void persToTrans(const P4IPtCotThPhiM_p1 *persObj, P4IPtCotThPhiM *transObj, MsgStream &log) const override
Method creating the transient representation of P4IPtCotThPhiM from its persistent representation P4I...
P4IPtCotThPhiM is a concrete class with 4-momentum behavior for which 1/Pt, cottan(tehta),...
virtual double m() const
get m data member
virtual void setIPt(double theIPt)
set inverse pT data member
virtual void setPhi(double thePhi)
set phi data member
virtual void setCotTh(double theCotTh)
set cot(theta) data member
virtual void setM(double theM)
set m data member
virtual double cotTh() const
get cot(theta) data member
virtual double phi() const
get phi data member
virtual double iPt() const
get inverse pT data member