Changeset 5381 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 11/11/04 10:32:21 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/msignal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractor.cc
r5368 r5381 403 403 } 404 404 405 // Be carefull: Returning kERROR is not forseen in derived classes 405 406 return rc; 406 407 } -
trunk/MagicSoft/Mars/msignal/MExtractor.h
r5362 r5381 78 78 Bool_t IsNoiseCalculation () const { return fNoiseCalculation; } 79 79 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); 81 81 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; } 86 86 87 87 void Print(Option_t *o="") const;
Note:
See TracChangeset
for help on using the changeset viewer.