Changeset 2715 for trunk/MagicSoft/Mars/manalysis/MExtractSignal.h
- Timestamp:
- 12/18/03 17:23:50 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MExtractSignal.h
r2666 r2715 32 32 33 33 Byte_t fFirst; 34 Byte_t fLoGainFirst; 34 35 35 36 Byte_t fNumHiGainSamples; … … 49 50 public: 50 51 51 MExtractSignal(const Byte_t first=4, const Byte_t last=9, const char *name=NULL, const char *title=NULL);52 MExtractSignal(const Byte_t first=4, const Byte_t last=9, const Byte_t logainshift=1, const char *name=NULL, const char *title=NULL); 52 53 53 54 void SetSaturationLimit(Byte_t lim) { fSaturationLimit = lim; }
Note:
See TracChangeset
for help on using the changeset viewer.