Ignore:
Timestamp:
06/19/07 10:35:33 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8502 r8582  
    251251        fLoGainFirst=0;
    252252        fLoGainLast =0;
    253         if (fSaturationLimit>0xff)
     253        if (fSaturationLimit>fRunHeader->GetMax())
    254254        {
    255             *fLog << " and saturation limit";
    256             fSaturationLimit=0xff;
     255            *fLog << " and saturation limit to " << fRunHeader->GetMax();
     256            fSaturationLimit=fRunHeader->GetMax();
    257257        }
    258258        *fLog << "." << endl;
Note: See TracChangeset for help on using the changeset viewer.