Changeset 4991 for trunk/MagicSoft/Mars/mbase/MTask.cc
- Timestamp:
- 09/14/04 12:13:07 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTask.cc
r3895 r4991 483 483 MParContainer::SetDisplay(d); 484 484 } 485 486 // -------------------------------------------------------------------------- 487 // 488 // This is used to print the output in the PostProcess/Finalize. 489 // Or everywhere else in a nice fashioned and unified way. 490 // 491 void MTask::PrintSkipped(UInt_t n, const char *str) 492 { 493 *fLog << " " << setw(7) << n << " ("; 494 *fLog << setw(3) << TMath::Nint(100.*n/GetNumExecutions()); 495 *fLog << "%) Evts skipped: " << str << endl; 496 }
Note:
See TracChangeset
for help on using the changeset viewer.