Ignore:
Timestamp:
03/15/05 11:10:55 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractor.h

    r5976 r6820  
    7272  MExtractor(const char *name=NULL, const char *title=NULL);
    7373 
     74  void Clear(Option_t *o="")
     75    {
     76      fHiGainFirst = fHiGainLast = fLoGainFirst = fLoGainLast = fHiLoLast = 0;
     77    }
     78
    7479  Byte_t  GetHiGainFirst()      const { return fHiGainFirst;      }
    7580  Byte_t  GetHiGainLast ()      const { return fHiGainLast ;      }
Note: See TracChangeset for help on using the changeset viewer.