Changeset 5058 for trunk/MagicSoft
- Timestamp:
- 09/16/04 09:07:07 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5044 r5058 59 59 - THE USE OF THIS TASK IS DEPRICATED. PLEASE USE MHillasCalc INSTEAD!!! 60 60 61 * mimage/MHillas.cc: 62 - enhanced Paint 63 64 61 65 62 66 2004/09/15: Markus Gaug … … 86 90 * mcalib/MCalibrationBlindCam.[h,cc] 87 91 - added function GetFluxInsidePlexiglass() and variances 92 88 93 89 94 -
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.