Ignore:
Timestamp:
11/26/04 10:57:54 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/msignal
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractFixedWindowPeakSearch.h

    r5250 r5469  
    3939    MExtractFixedWindowPeakSearch(const char *name=NULL, const char *title=NULL);
    4040
     41    Byte_t GetHiGainWindowSize() const { return fHiGainWindowSize; }
     42    Byte_t GetLoGainWindowSize() const { return fLoGainWindowSize; }
     43
    4144    void SetRange(Byte_t hifirst=0, Byte_t hilast=0, Byte_t lofirst=0, Byte_t lolast=0);   
    4245    void SetWindows(Byte_t windowh=fgHiGainWindowSize, Byte_t windowl=fgLoGainWindowSize,
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSlidingWindow.h

    r5240 r5469  
    4343  ~MExtractTimeAndChargeSlidingWindow(); 
    4444
     45  Byte_t GetWindowSizeHiGain() const { return fWindowSizeHiGain; }
     46  Byte_t GetWindowSizeLoGain() const { return fWindowSizeLoGain; }
     47
    4548  void SetRange    ( Byte_t hifirst=0, Byte_t hilast=0, Byte_t lofirst=0, Byte_t lolast=0 ); 
    4649  void SetWindowSize(Byte_t windowh=fgHiGainWindowSize,
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.h

    r5240 r5469  
    6262  ~MExtractTimeAndChargeSpline(); 
    6363
     64  Float_t GetRiseTime() const { return fRiseTime; }
     65  Float_t GetFallTime() const { return fFallTime; }
     66
    6467  void SetRange    ( Byte_t hifirst=0, Byte_t hilast=0, Byte_t lofirst=0, Byte_t lolast=0 ); 
    6568  void SetResolution   ( Float_t f=fgResolution  )  { fResolution  = f;  }
Note: See TracChangeset for help on using the changeset viewer.