Ignore:
Timestamp:
11/11/04 10:32:21 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/msignal
Files:
2 edited

Legend:

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

    r5368 r5381  
    403403    }
    404404
     405    // Be carefull: Returning kERROR is not forseen in derived classes
    405406    return rc;
    406407}
  • trunk/MagicSoft/Mars/msignal/MExtractor.h

    r5362 r5381  
    7878  Bool_t  IsNoiseCalculation () const { return fNoiseCalculation; }
    7979 
    80   virtual void SetRange    ( Byte_t hifirst=0, Byte_t hilast=0, Byte_t lofirst=0, Byte_t lolast=0 );
     80  virtual void SetRange(Byte_t hifirst=0, Byte_t hilast=0, Byte_t lofirst=0, Byte_t lolast=0);
    8181
    82   void SetOffsetLoGain ( const Float_t f=fgOffsetLoGain) { fOffsetLoGain = f; }
    83   void SetSaturationLimit  ( Byte_t       lim=fgSaturationLimit        ) { fSaturationLimit  = lim; }
    84   void SetNamePedestalCam ( const char *name=fgNamePedestalCam.Data()) { fNamePedestalCam = name; }
    85   void SetNoiseCalculation( const Bool_t b=kFALSE )   {   fNoiseCalculation = b;  }
     82  void SetOffsetLoGain(const Float_t f=fgOffsetLoGain) { fOffsetLoGain = f; }
     83  void SetSaturationLimit(Byte_t lim=fgSaturationLimit) { fSaturationLimit  = lim; }
     84  void SetNamePedestalCam(const char *name=fgNamePedestalCam.Data()) { fNamePedestalCam = name; }
     85  void SetNoiseCalculation(const Bool_t b=kTRUE)        { fNoiseCalculation = b; }
    8686
    8787  void Print(Option_t *o="") const;
Note: See TracChangeset for help on using the changeset viewer.