Changeset 2766 for trunk/MagicSoft/Mars/manalysis/MExtractSignal.h
- Timestamp:
- 01/12/04 10:35:05 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MExtractSignal.h
r2732 r2766 31 31 MRawRunHeader *fRunHeader; // RunHeader information 32 32 33 Byte_t f First;33 Byte_t fHiGainFirst; 34 34 Byte_t fLoGainFirst; 35 35 … … 47 47 48 48 public: 49 MExtractSignal(/*const Byte_t first=4, const Byte_t last=9,50 const Byte_t logainshift=1,*/51 const char *name=NULL, const char *title=NULL);52 49 53 void SetRange(Byte_t first=4, Byte_t last=9, Byte_t logainshift=1); 50 MExtractSignal(const char *name=NULL, const char *title=NULL); 51 52 void SetRange(Byte_t hifirst=3, Byte_t hilast=8, Byte_t lofirst=3, Byte_t lolast=8); 54 53 void SetSaturationLimit(Byte_t lim) { fSaturationLimit = lim; } 55 54
Note:
See TracChangeset
for help on using the changeset viewer.