Ignore:
Timestamp:
10/20/04 09:37:47 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/msignal
Files:
2 edited

Legend:

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

    r5246 r5292  
    7272
    7373const Byte_t  MExtractTimeAndChargeSlidingWindow::fgHiGainFirst  = 2;
    74 const Byte_t  MExtractTimeAndChargeSlidingWindow::fgHiGainLast   = 14;
     74const Byte_t  MExtractTimeAndChargeSlidingWindow::fgHiGainLast   = 16;
    7575const Byte_t  MExtractTimeAndChargeSlidingWindow::fgLoGainFirst  = 2;
    7676const Byte_t  MExtractTimeAndChargeSlidingWindow::fgLoGainLast   = 14;
  • trunk/MagicSoft/Mars/msignal/MExtractTimeFastSpline.h

    r4732 r5292  
    1616  static const Byte_t  fgLoGainLast;     // Default for fLoGainLast   (now set to: 14)
    1717  static const Float_t fgResolution;     // Default for fResolution   (now set to: 0.003)
    18   static const Float_t fgRiseTime  ;     // Default for fRiseTime     (now set to: 1.5  C 
     18  static const Float_t fgRiseTime  ;     // Default for fRiseTime     (now set to: 1.5  ) 
    1919
    2020  Float_t *fHiGainFirstDeriv;            //!
     
    3939  void SetRange(Byte_t hifirst=0, Byte_t hilast=0, Byte_t lofirst=0, Byte_t lolast=0);     
    4040  void SetResolution(Float_t f=fgResolution)     { fResolution = f;  }
    41   void SetRiseTime  (Float_t f=fgRiseTime  )     { fRiseTime   = f; fStartBeforeMax = (Int_t)(2*fRiseTime); } 
     41  void SetRiseTime  (Float_t f=fgRiseTime  )     { fRiseTime   = f; fStartBeforeMax = (Int_t)(1.5*fRiseTime); } 
    4242
    4343  void Print(Option_t *o) const;
Note: See TracChangeset for help on using the changeset viewer.