Changeset 6171 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 02/01/05 15:43:23 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.h
r6140 r6171 42 42 ULong_t fLoGainOutOfRangeRight; // Number of events out of range to the right side in low gain 43 43 44 void FindPeak(Byte_t *ptr, Byte_t &startslice, Int_t &signal, Int_t &sat, Byte_t &satpos) const; 44 void FindPeak(Byte_t *ptr, Byte_t *logain, 45 Byte_t &startslice, Int_t &max, Int_t &sat, Byte_t &satpos) const; 45 46 46 47 Int_t PreProcess(MParList *pList);
Note:
See TracChangeset
for help on using the changeset viewer.