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