Ignore:
Timestamp:
01/08/05 20:17:34 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5745 r5747  
    252252
    253253      if (*p++ >= fSaturationLimit)
    254         sat++;
     254        if (!sat)
     255          sat = ids-3;
    255256    }
    256257
     
    272273         
    273274          if (*logain++ >= fSaturationLimit)
    274             sat++;
     275            if (!sat)
     276              sat = ids-3;
    275277
    276278          range++;
Note: See TracChangeset for help on using the changeset viewer.