Changeset 5058 for trunk/MagicSoft/Mars/mimage
- Timestamp:
- 09/16/04 09:07:07 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHillasCalc.cc
r5039 r5058 339 339 // -------------------------------------------------------------------------- 340 340 // 341 // This is used to print the output in the PostProcess. Later (having342 // millions of events) we may want to improve the output.343 //344 void MHillasCalc::PrintSkipped(UInt_t i, const char *str)345 {346 *fLog << " " << setw(7) << fErrors[i] << " (";347 *fLog << setw(3) << (int)(100.*fErrors[i]/GetNumExecutions());348 *fLog << "%) Evts skipped: " << str << endl;349 }350 351 // --------------------------------------------------------------------------352 //353 341 // Prints some statistics about the hillas calculation. The percentage 354 342 // is calculated with respect to the number of executions of this task.
Note:
See TracChangeset
for help on using the changeset viewer.