Index: /trunk/Mars/Changelog
===================================================================
--- /trunk/Mars/Changelog	(revision 9855)
+++ /trunk/Mars/Changelog	(revision 9856)
@@ -28,4 +28,7 @@
      - fixed claculation of the weighted time spreads
      - fixed a bug in the calculation of the third moments!
+
+   * mhist/MHHadronness.cc:
+     - fixed min/max of the intgral histogram
 
 
Index: /trunk/Mars/mhist/MHHadronness.cc
===================================================================
--- /trunk/Mars/mhist/MHHadronness.cc	(revision 9855)
+++ /trunk/Mars/mhist/MHHadronness.cc	(revision 9856)
@@ -120,6 +120,8 @@
     fIntGhness->SetYTitle("Acceptance");
     fIntPhness->SetYTitle("Acceptance");
-    fIntGhness->SetMaximum(1.1);
-    fIntPhness->SetMaximum(1.1);
+    fIntGhness->SetMaximum(1);
+    fIntPhness->SetMaximum(1);
+    fIntGhness->SetMinimum(0);
+    fIntPhness->SetMinimum(0);
     fIntGhness->SetDirectory(NULL);
     fIntPhness->SetDirectory(NULL);
