Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3473)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3474)
@@ -18,4 +18,10 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/03/11: Abelardo Moralejo
+
+   * mimage/MHillasCalc.cc
+     - Added some printout in PostProcess, to better express the reasons
+       for which the reconstruction of some events did not succeed.
 
  2004/03/11: Thomas Bretz
Index: trunk/MagicSoft/Mars/mimage/MHillasCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mimage/MHillasCalc.cc	(revision 3473)
+++ trunk/MagicSoft/Mars/mimage/MHillasCalc.cc	(revision 3474)
@@ -200,6 +200,6 @@
     *fLog << GetDescriptor() << " execution statistics:" << endl;
     *fLog << dec << setfill(' ');
-    PrintSkipped(1, "Event has less than 3 pixels");
-    PrintSkipped(2, "Calculated Size == 0");
+    PrintSkipped(1, "Event has less than 3 pixels\n                                     (before image cleaning)");
+    PrintSkipped(2, "Calculated Size == 0\n                                     (no pixels survived image cleaning)");
     PrintSkipped(3, "Number of used pixels < 3");
     PrintSkipped(4, "CorrXY==0");
