From 496fc41ae928a30b41dc97a22daf9c8de828e157 Mon Sep 17 00:00:00 2001 From: shuyaota <shuyan_timeslip@hotmail.com> Date: Thu, 8 Feb 2018 10:34:13 -0600 Subject: [PATCH] Latest NPReaction.cxx --- NPLib/Physics/NPReaction.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NPLib/Physics/NPReaction.cxx b/NPLib/Physics/NPReaction.cxx index e8a7496fb..48cbb0da8 100644 --- a/NPLib/Physics/NPReaction.cxx +++ b/NPLib/Physics/NPReaction.cxx @@ -262,6 +262,8 @@ double Reaction::ReconstructRelativistic(double EnergyLab, double ThetaLab){ double Eex = fEnergyImpulsionLab_4.Mag() - fNuclei4.Mass(); +//by Shuya 171005 +//cout << m1 << " " << m2 << " " << fNuclei4.Mass() << " " << m3 << " " << EnergyLab << " " << ThetaLab << " " << ThetaLab/deg << " " << Eex << endl; return Eex; } -- GitLab