Changeset 3474 for trunk/MagicSoft/Mars/mimage
- Timestamp:
- 03/11/04 16:09:42 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.