From f186d66f7918363df1642f592dc5fd878474e57f Mon Sep 17 00:00:00 2001 From: shuyaota <shuyan_timeslip@hotmail.com> Date: Mon, 20 Feb 2017 10:57:05 -0600 Subject: [PATCH] I changed this with Momo --- NPLib/Detectors/GeTAMU/TGeTAMUPhysics.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NPLib/Detectors/GeTAMU/TGeTAMUPhysics.cxx b/NPLib/Detectors/GeTAMU/TGeTAMUPhysics.cxx index a8c6e55ea..521f518c7 100644 --- a/NPLib/Detectors/GeTAMU/TGeTAMUPhysics.cxx +++ b/NPLib/Detectors/GeTAMU/TGeTAMUPhysics.cxx @@ -380,7 +380,7 @@ TVector3 TGeTAMUPhysics::GetPositionOfInteraction(unsigned int& i){ // original energy, position, beta double TGeTAMUPhysics::GetDopplerCorrectedEnergy(double& energy , TVector3 direction, TVector3& beta){ // renormalise pos vector - position.SetMag(1); + direction.SetMag(1); m_GammaLV.SetPx(energy*direction.X()); m_GammaLV.SetPy(energy*direction.Y()); m_GammaLV.SetPz(energy*direction.Z()); -- GitLab