Changeset 7005 for trunk/MagicSoft/Mars/mfilter
- Timestamp:
- 05/10/05 12:13:12 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MFDeltaT.cc
r5061 r7005 110 110 // -------------------------------------------------------------------------- 111 111 // 112 // Calculate the con sition. The consition is true if the time difference112 // Calculate the condition. The condition is true if the time difference 113 113 // between two consecutive events are >0 or <= upper limit. 114 114 // … … 158 158 PrintSkipped(fErrors[5], "MTime not initialized"); 159 159 *fLog << " " << (int)fErrors[0] << " ("; 160 *fLog << Form(" 5.1f", 100.*fErrors[0]/GetNumExecutions());160 *fLog << Form("%5.1f", 100.*fErrors[0]/GetNumExecutions()); 161 161 *fLog << "%) Evts fullfilled filter condition!" << endl; 162 162 *fLog << endl;
Note:
See TracChangeset
for help on using the changeset viewer.