Ignore:
Timestamp:
05/10/05 12:13:12 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfilter/MFDeltaT.cc

    r5061 r7005  
    110110// --------------------------------------------------------------------------
    111111//
    112 // Calculate the consition. The consition is true if the time difference
     112// Calculate the condition. The condition is true if the time difference
    113113// between two consecutive events are >0 or <= upper limit.
    114114//
     
    158158    PrintSkipped(fErrors[5], "MTime not initialized");
    159159    *fLog << " " << (int)fErrors[0] << " (";
    160     *fLog << Form("5.1f", 100.*fErrors[0]/GetNumExecutions());
     160    *fLog << Form("%5.1f", 100.*fErrors[0]/GetNumExecutions());
    161161    *fLog << "%) Evts fullfilled filter condition!" << endl;
    162162    *fLog << endl;
Note: See TracChangeset for help on using the changeset viewer.