Ignore:
Timestamp:
12/18/03 17:23:50 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2666 r2715  
    3232
    3333  Byte_t fFirst;
     34  Byte_t fLoGainFirst;
    3435
    3536  Byte_t fNumHiGainSamples;
     
    4950public:
    5051
    51   MExtractSignal(const Byte_t first=4, const Byte_t last=9, const char *name=NULL, const char *title=NULL);
     52  MExtractSignal(const Byte_t first=4, const Byte_t last=9, const Byte_t logainshift=1, const char *name=NULL, const char *title=NULL);
    5253 
    5354  void SetSaturationLimit(Byte_t lim)      { fSaturationLimit = lim; }
Note: See TracChangeset for help on using the changeset viewer.