Changeset 5060 for trunk/MagicSoft/Mars/mimage
- Timestamp:
- 09/16/04 09:17:25 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHillasCalc.cc
r5059 r5060 352 352 *fLog << inf << endl; 353 353 *fLog << GetDescriptor() << " execution statistics:" << endl; 354 *fLog << dec << setfill(' ');355 354 if (TestBit(kCalcHillas)) 356 355 { … … 365 364 PrintSkipped(fErrors[6], "Arg2==0"); 366 365 } 367 *fLog << " " << (int)fErrors[0] << " (" << Form("% .1f", 100.*fErrors[0]/GetNumExecutions()) << "%) Evts survived Hillas calculation!" << endl;366 *fLog << " " << (int)fErrors[0] << " (" << Form("%5.1f", 100.*fErrors[0]/GetNumExecutions()) << "%) Evts survived Hillas calculation!" << endl; 368 367 *fLog << endl; 369 368
Note:
See TracChangeset
for help on using the changeset viewer.