Changeset 8304 for trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.h
- Timestamp:
- 02/04/07 15:33:08 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.h
r8297 r8304 30 30 MExtractTimeAndCharge(const char *name=NULL, const char *title=NULL); 31 31 32 Int_t GetWindowSizeHiGain () const { return fWindowSizeHiGain; } 33 Int_t GetWindowSizeLoGain () const { return fWindowSizeLoGain; } 34 Byte_t GetLoGainSwitch () const { return fLoGainSwitch; } 32 Int_t GetWindowSizeHiGain () const { return fWindowSizeHiGain; } 33 Int_t GetWindowSizeLoGain () const { return fWindowSizeLoGain; } 34 Float_t GetLoGainStartShift () const { return fLoGainStartShift; } 35 Byte_t GetLoGainSwitch () const { return fLoGainSwitch; } 35 36 36 37 void SetLoGainStartShift( const Float_t f=fgLoGainStartShift ) { fLoGainStartShift = f + fOffsetLoGain; }
Note:
See TracChangeset
for help on using the changeset viewer.