Changeset 8350 for trunk/MagicSoft/Mars/mpedestal/MPedestalSubtractedEvt.h
- Timestamp:
- 03/01/07 23:43:33 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedestalSubtractedEvt.h
r8349 r8350 59 59 Int_t GetSaturation(const Int_t pixidx, Int_t limit) const 60 60 { 61 Int_t first, last; 61 Int_t first=0; 62 Int_t last=fNumSamples; 62 63 return GetSaturation(pixidx, limit, first, last); 63 64 }
Note:
See TracChangeset
for help on using the changeset viewer.