Changeset 2797 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 01/13/04 17:44:51 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MExtractSignal.h
r2766 r2797 50 50 MExtractSignal(const char *name=NULL, const char *title=NULL); 51 51 52 void SetRange(Byte_t hifirst=3, Byte_t hilast= 8, Byte_t lofirst=3, Byte_t lolast=8);52 void SetRange(Byte_t hifirst=3, Byte_t hilast=10, Byte_t lofirst=3, Byte_t lolast=10); 53 53 void SetSaturationLimit(Byte_t lim) { fSaturationLimit = lim; } 54 54
Note:
See TracChangeset
for help on using the changeset viewer.