Index: trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.cc
===================================================================
--- trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.cc	(revision 8888)
+++ trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.cc	(revision 8957)
@@ -227,9 +227,9 @@
         const Float_t s = gx->Integral(1, y+1);
         const Float_t b = hx->Integral(1, y+1);
-        const Float_t sig1 = MMath::SignificanceLiMa(s+b, b);
-        const Float_t sig2 = s<1 ? 0 : MMath::SignificanceLiMa(s+b, b)*TMath::Log10(s);
-
-        gr3.SetPoint(y, h.GetYaxis()->GetBinLowEdge(y+2), sig1);
-        gr4.SetPoint(y, h.GetYaxis()->GetBinLowEdge(y+2), sig2);
+        const Float_t sg1 = MMath::SignificanceLiMa(s+b, b);
+        const Float_t sg2 = s<1 ? 0 : MMath::SignificanceLiMa(s+b, b)*TMath::Log10(s);
+
+        gr3.SetPoint(y, h.GetYaxis()->GetBinLowEdge(y+2), sg1);
+        gr4.SetPoint(y, h.GetYaxis()->GetBinLowEdge(y+2), sg2);
     }
     delete hx;
