29 #include "TLorentzVector.h"
48 TLorentzVector tot4mom = TLorentzVector ( 0,0,0,0 );
54 while ( ( trkptr = iter.
Next() ) ) {
57 tot4mom += trkptr->
P4();
60 _total4Momentum = tot4mom;
61 _total4MomentumCms = _total4Momentum;
62 TVector3 cms = evtinfo.
CmFrame().BoostVector();
63 _total4MomentumCms.Boost ( - ( cms ) );
65 _missing4Momentum = evtinfo.
CmFrame()-tot4mom;
66 _missing4MomentumCms = _missing4Momentum;
67 _missing4MomentumCms.Boost ( - ( cms ) );
const TLorentzVector & CmFrame() const
RhoTotalMomentum(RhoCandList &, const RhoEventInfo &)
TLorentzVector P4() const
ClassImp(RhoTotalMomentum) TBuffer &operator>>(TBuffer &buf
virtual ~RhoTotalMomentum()