Changeset 3872
- Timestamp:
- 04/28/04 18:31:47 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractor.h
r3868 r3872 55 55 MExtractor(const char *name=NULL, const char *title=NULL); 56 56 57 Byte_t GetHiGainFirst() const { return fHiGainFirst; } 58 Byte_t GetHiGainLast () const { return fHiGainLast ; } 59 Byte_t GetLoGainFirst() const { return fLoGainFirst; } 60 Byte_t GetLoGainLast () const { return fLoGainLast ; } 61 Float_t GetNumHiGainSamples() const { return fNumHiGainSamples; } 62 Float_t GetNumLoGainSamples() const { return fNumLoGainSamples; } 63 57 64 void SetRange(Byte_t hifirst=0, Byte_t hilast=0, Byte_t lofirst=0, Byte_t lolast=0); 58 65 void SetSaturationLimit(Byte_t lim) { fSaturationLimit = lim; }
Note:
See TracChangeset
for help on using the changeset viewer.