Ignore:
Timestamp:
09/16/04 09:17:25 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5059 r5060  
    352352    *fLog << inf << endl;
    353353    *fLog << GetDescriptor() << " execution statistics:" << endl;
    354     *fLog << dec << setfill(' ');
    355354    if (TestBit(kCalcHillas))
    356355    {
     
    365364        PrintSkipped(fErrors[6], "Arg2==0");
    366365    }
    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;
    368367    *fLog << endl;
    369368
Note: See TracChangeset for help on using the changeset viewer.