Ignore:
Timestamp:
03/01/07 23:37:37 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpedestal/MPedestalSubtractedEvt.h

    r8250 r8349  
    5757        return GetMax(pixidx, 0, fNumSamples, val);
    5858    }
     59    Int_t GetSaturation(const Int_t pixidx, Int_t limit) const
     60    {
     61        Int_t first, last;
     62        return GetSaturation(pixidx, limit, first, last);
     63    }
    5964
    6065    Int_t GetIntegralRaw(Int_t idx, Int_t first, Int_t last) const
Note: See TracChangeset for help on using the changeset viewer.