Changeset 8349 for trunk/MagicSoft/Mars/mpedestal
- Timestamp:
- 03/01/07 23:37:37 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedestalSubtractedEvt.h
r8250 r8349 57 57 return GetMax(pixidx, 0, fNumSamples, val); 58 58 } 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 } 59 64 60 65 Int_t GetIntegralRaw(Int_t idx, Int_t first, Int_t last) const
Note:
See TracChangeset
for help on using the changeset viewer.