diff --git a/NPLib/Physics/NPReaction.cxx b/NPLib/Physics/NPReaction.cxx index e8a7496fb0b10fa7cc42930ee8c4ef4bbd792924..48cbb0da87ec8f409edcd4e899388cc6f0f8cd2d 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; }