Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 5058)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 5059)
@@ -19,4 +19,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/09/16: Thomas Bretz
+
+   * mimage/MHillasCalc.[h,cc]
+     - removed obsolete PrintSkipped
+
+
 
  2004/09/15: Thomas Bretz
Index: /trunk/MagicSoft/Mars/mimage/MHillasCalc.cc
===================================================================
--- /trunk/MagicSoft/Mars/mimage/MHillasCalc.cc	(revision 5058)
+++ /trunk/MagicSoft/Mars/mimage/MHillasCalc.cc	(revision 5059)
@@ -355,15 +355,15 @@
     if (TestBit(kCalcHillas))
     {
-        PrintSkipped(1, "Less than 3 pixels (before cleaning)");
-        PrintSkipped(2, "Calculated Size == 0 (after cleaning)");
-        PrintSkipped(3, "Number of used pixels < 3");
-        PrintSkipped(4, "CorrXY==0");
+        PrintSkipped(fErrors[1], "Less than 3 pixels (before cleaning)");
+        PrintSkipped(fErrors[2], "Calculated Size == 0 (after cleaning)");
+        PrintSkipped(fErrors[3], "Number of used pixels < 3");
+        PrintSkipped(fErrors[4], "CorrXY==0");
     }
     if (TestBit(kCalcHillasSrc))
     {
-        PrintSkipped(5, "Dist==0");
-        PrintSkipped(6, "Arg2==0");
-    }
-    *fLog << " " << (int)fErrors[0] << " (" << (int)(100.*fErrors[0]/GetNumExecutions()) << "%) Evts survived Hillas calculation!" << endl;
+        PrintSkipped(fErrors[5], "Dist==0");
+        PrintSkipped(fErrors[6], "Arg2==0");
+    }
+    *fLog << " " << (int)fErrors[0] << " (" << Form("%.1f", 100.*fErrors[0]/GetNumExecutions()) << "%) Evts survived Hillas calculation!" << endl;
     *fLog << endl;
 
Index: /trunk/MagicSoft/Mars/mimage/MHillasCalc.h
===================================================================
--- /trunk/MagicSoft/Mars/mimage/MHillasCalc.h	(revision 5058)
+++ /trunk/MagicSoft/Mars/mimage/MHillasCalc.h	(revision 5059)
@@ -63,7 +63,4 @@
     Short_t              fIdxIsland;        // Number of island to use for calculation
 
-    // Helper
-    void  PrintSkipped(UInt_t i, const char *str);
-
     // MParContainer
     void StreamPrimitive(ofstream &out) const;
