Ignore:
Timestamp:
01/12/04 10:35:05 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MExtractSignal.h

    r2732 r2766  
    3131  MRawRunHeader            *fRunHeader;    // RunHeader information
    3232
    33   Byte_t fFirst;
     33  Byte_t fHiGainFirst;
    3434  Byte_t fLoGainFirst;
    3535
     
    4747 
    4848public:
    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);
    5249
    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);
    5453  void SetSaturationLimit(Byte_t lim)      { fSaturationLimit = lim; }
    5554
Note: See TracChangeset for help on using the changeset viewer.