Changeset 3474


Ignore:
Timestamp:
03/11/04 16:09:42 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3471 r3474  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2004/03/11: Abelardo Moralejo
     22
     23   * mimage/MHillasCalc.cc
     24     - Added some printout in PostProcess, to better express the reasons
     25       for which the reconstruction of some events did not succeed.
    2026
    2127 2004/03/11: Thomas Bretz
  • trunk/MagicSoft/Mars/mimage/MHillasCalc.cc

    r2470 r3474  
    200200    *fLog << GetDescriptor() << " execution statistics:" << endl;
    201201    *fLog << dec << setfill(' ');
    202     PrintSkipped(1, "Event has less than 3 pixels");
    203     PrintSkipped(2, "Calculated Size == 0");
     202    PrintSkipped(1, "Event has less than 3 pixels\n                                     (before image cleaning)");
     203    PrintSkipped(2, "Calculated Size == 0\n                                     (no pixels survived image cleaning)");
    204204    PrintSkipped(3, "Number of used pixels < 3");
    205205    PrintSkipped(4, "CorrXY==0");
Note: See TracChangeset for help on using the changeset viewer.