Ignore:
Timestamp:
12/19/03 15:41:03 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2715 r2725  
    4141
    4242  Byte_t  fSaturationLimit;
    43   Float_t fConversionHiLo;
    4443
    4544  Bool_t ReInit(MParList *pList);
     
    5049public:
    5150
    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);
     51  MExtractSignal(const Byte_t first=4, const Byte_t last=9,
     52                 const Byte_t logainshift=1,
     53                 const char *name=NULL, const char *title=NULL);
    5354 
    5455  void SetSaturationLimit(Byte_t lim)      { fSaturationLimit = lim; }
    55   void SetConversionHiLo(Float_t con)      { fConversionHiLo = con; }
    5656
    5757  ClassDef(MExtractSignal, 0)   // Task to fill the Extracted Signal Containers from raw data
Note: See TracChangeset for help on using the changeset viewer.