Changeset 6327


Ignore:
Timestamp:
02/10/05 01:07:15 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc

    r6326 r6327  
    479479    *fLog << Form("%5.1f",((Float_t)fLoGainOutOfRangeLeft*100)/GetNumExecutions())
    480480          << "% ranging out of lo-gain window to the left!" << endl;
    481   if (fHiGainOutOfRangeRight > 0)
     481  if (fLoGainOutOfRangeRight > 0)
    482482    *fLog << Form("%5.1f",((Float_t)fLoGainOutOfRangeRight*100)/GetNumExecutions())
    483483          << "% ranging out of lo-gain window to the right!" << endl;
Note: See TracChangeset for help on using the changeset viewer.