Changeset 6820 for trunk/MagicSoft/Mars/msignal/MExtractor.h
- Timestamp:
- 03/15/05 11:10:55 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractor.h
r5976 r6820 72 72 MExtractor(const char *name=NULL, const char *title=NULL); 73 73 74 void Clear(Option_t *o="") 75 { 76 fHiGainFirst = fHiGainLast = fLoGainFirst = fLoGainLast = fHiLoLast = 0; 77 } 78 74 79 Byte_t GetHiGainFirst() const { return fHiGainFirst; } 75 80 Byte_t GetHiGainLast () const { return fHiGainLast ; }
Note:
See TracChangeset
for help on using the changeset viewer.