Changeset 3474
- Timestamp:
- 03/11/04 16:09:42 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3471 r3474 18 18 19 19 -*-*- 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. 20 26 21 27 2004/03/11: Thomas Bretz -
trunk/MagicSoft/Mars/mimage/MHillasCalc.cc
r2470 r3474 200 200 *fLog << GetDescriptor() << " execution statistics:" << endl; 201 201 *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)"); 204 204 PrintSkipped(3, "Number of used pixels < 3"); 205 205 PrintSkipped(4, "CorrXY==0");
Note:
See TracChangeset
for help on using the changeset viewer.