Index: trunk/MagicSoft/Mars/mhist/MHHadronness.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHHadronness.cc	(revision 1925)
+++ trunk/MagicSoft/Mars/mhist/MHHadronness.cc	(revision 1926)
@@ -106,4 +106,6 @@
     fIntGhness->SetYTitle("Acceptance");
     fIntPhness->SetYTitle("Acceptance");
+    fIntGhness->SetMaximum(1.1);
+    fIntPhness->SetMaximum(1.1);
 
     fQfac = new TGraph;
@@ -261,9 +263,8 @@
     // Normalize hadron distribution
     if (sump>0)
-        fGhness->Scale(1./sump);
+        fPhness->Scale(1./sump);
 
     // Calculate acceptances
     Float_t max=0;
-
 
     for (Int_t i=1; i<=n; i++)
