Ignore:
Timestamp:
12/21/03 10:34:23 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2725 r2732  
    4545  Int_t  PreProcess(MParList *pList);
    4646  Int_t  Process();
    47   Int_t  PostProcess();
    4847 
    4948public:
     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);
    5052
    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);
    54  
     53  void SetRange(Byte_t first=4, Byte_t last=9, Byte_t logainshift=1);
    5554  void SetSaturationLimit(Byte_t lim)      { fSaturationLimit = lim; }
    5655
    57   ClassDef(MExtractSignal, 0)   // Task to fill the Extracted Signal Containers from raw data
     56  ClassDef(MExtractSignal, 0) // Task to fill the Extracted Signal Containers from raw data
    5857};
    5958
Note: See TracChangeset for help on using the changeset viewer.