Changeset 5361 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 11/09/04 18:43:11 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractor.h
r5360 r5361 57 57 TString fNamePedestalCam; // Name of the 'MPedestalCam' container 58 58 59 Bool_t IsNoiseCalculation() { return fNoiseCalculation; }60 61 59 virtual void FindSignalHiGain(Byte_t *firstused, Byte_t *lowgain, Float_t &sum, Byte_t &sat) const { } 62 60 virtual void FindSignalLoGain(Byte_t *firstused, Float_t &sum, Byte_t &sat) const { } … … 78 76 Float_t GetNumLoGainSamples() const { return fNumLoGainSamples; } 79 77 78 Bool_t IsNoiseCalculation() { return fNoiseCalculation; } 79 80 80 virtual void SetRange ( Byte_t hifirst=0, Byte_t hilast=0, Byte_t lofirst=0, Byte_t lolast=0 ); 81 81
Note:
See TracChangeset
for help on using the changeset viewer.