Changeset 4339 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 06/23/04 01:48:35 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractor.h
r4047 r4339 47 47 Byte_t fSaturationLimit; 48 48 49 virtual void FindSignalHiGain(Byte_t *firstused, Byte_t *lowgain, Int_t &sum, Byte_t &sat) const;50 virtual void FindSignalLoGain(Byte_t *firstused, Int_t &sum, Byte_t &sat) const;49 virtual void FindSignalHiGain(Byte_t *firstused, Byte_t *lowgain, Float_t &sum, Byte_t &sat) const; 50 virtual void FindSignalLoGain(Byte_t *firstused, Float_t &sum, Byte_t &sat) const; 51 51 52 52 virtual Int_t PreProcess(MParList *pList);
Note:
See TracChangeset
for help on using the changeset viewer.