Index: trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc
===================================================================
--- trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc	(revision 8711)
+++ trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc	(revision 8713)
@@ -220,5 +220,5 @@
     txt.SetTextColor(kBlue);
 
-    TF1 ref("RefShape100%", "-131+1333*x-385*x*x", fgIntegralLoLim, fgIntegralUpLim);
+    TF1 ref("RefShape100%", "-77.07+1249.3*x-351.2*x*x", fgIntegralLoLim, fgIntegralUpLim);
     // old: 573*x + 430
     ref.SetLineColor(kBlue);
@@ -239,5 +239,5 @@
 
     ref.SetName("RefShape12mm");
-    ref.Compile("0.0655*x*x - 0.226*x + 0.226");
+    ref.Compile("- 0.02711*x + 0.09359");
     gROOT->GetListOfFunctions()->Remove(ref.DrawCopy("same"));
 
