Ignore:
Timestamp:
10/16/02 10:40:39 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/manalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MHillasCalc.cc

    r1540 r1542  
    125125    *fLog << inf << endl;
    126126    *fLog << GetDescriptor() << " execution statistics:" << endl;
     127    *fLog << dec << setfill(' ');
    127128    *fLog << " " << setw(7) << fErrors[1] << " (" << setw(3) << (int)(fErrors[1]*100/GetNumExecutions()) << "%) Evts skipped due to: Event has less than 3 pixels" << endl;
    128129    *fLog << " " << setw(7) << fErrors[2] << " (" << setw(3) << (int)(fErrors[2]*100/GetNumExecutions()) << "%) Evts skipped due to: Calculated Size == 0" << endl;
  • trunk/MagicSoft/Mars/manalysis/MHillasSrcCalc.cc

    r1540 r1542  
    122122    *fLog << inf << endl;
    123123    *fLog << GetDescriptor() << " execution statistics:" << endl;
     124    *fLog << dec << setfill(' ');
    124125    *fLog << " " << fErrors << " (" << (int)(fErrors*100/GetNumExecutions()) << "%) Evts skipped due to: Dist==0" << endl;
    125126    *fLog << endl;
Note: See TracChangeset for help on using the changeset viewer.