Changeset 6327
- Timestamp:
- 02/10/05 01:07:15 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
r6326 r6327 479 479 *fLog << Form("%5.1f",((Float_t)fLoGainOutOfRangeLeft*100)/GetNumExecutions()) 480 480 << "% ranging out of lo-gain window to the left!" << endl; 481 if (f HiGainOutOfRangeRight > 0)481 if (fLoGainOutOfRangeRight > 0) 482 482 *fLog << Form("%5.1f",((Float_t)fLoGainOutOfRangeRight*100)/GetNumExecutions()) 483 483 << "% ranging out of lo-gain window to the right!" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.