- Timestamp:
- 04/28/04 13:36:09 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractFixedWindowPeakSearch.h
r3861 r3868 23 23 Byte_t fWindowSizeLoGain; // Number of Lo Gain slices in window 24 24 25 void FindSignalHiGain(Byte_t *ptr, Int_t last, Int_t&sum, Byte_t &sat) const;26 void FindSignalLoGain(Byte_t *ptr, Int_t last, Int_t&sum, Byte_t &sat) const;25 void FindSignalHiGain(Byte_t *ptr, Int_t &sum, Byte_t &sat) const; 26 void FindSignalLoGain(Byte_t *ptr, Int_t &sum, Byte_t &sat) const; 27 27 28 28 void FindPeak(Byte_t *ptr, Byte_t window, Byte_t &startslice, Int_t &signal, Int_t &sat) const;
Note:
See TracChangeset
for help on using the changeset viewer.