[ROOT] Error in TParticle

From: Boris Polishchuk (polishch@alice4.ihep.su)
Date: Tue Jun 06 2000 - 14:17:34 MEST


	Dear Rooters,

I found an error in TParticle::Momentum(TLorentzVector &v):

	void Momentum(TLorentzVector &v) { v.SetPxPyPzE(fPx,fPy,fPx,fE);},

I think, it must be 
	void Momentum(TLorentzVector &v) { v.SetPxPyPzE(fPx,fPy,fPz,fE);} !



				Best regards,
						Boris Polishchuk



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:27 MET