Changeset 5250
- Timestamp:
- 10/12/04 15:30:16 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/msignal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractFixedWindowPeakSearch.cc
r4723 r5250 85 85 const Byte_t MExtractFixedWindowPeakSearch::fgPeakSearchWindowSize = 4; 86 86 const Byte_t MExtractFixedWindowPeakSearch::fgOffsetFromWindow = 1; 87 const Byte_t MExtractFixedWindowPeakSearch::fgLoGainPeakShift = 0;87 const Byte_t MExtractFixedWindowPeakSearch::fgLoGainPeakShift = 1; 88 88 // -------------------------------------------------------------------------- 89 89 // … … 474 474 // MJPedestal.MExtractor.PeakSearchWindow: 4 475 475 // MJPedestal.MExtractor.OffsetFromWindow: 1 476 // MJPedestal.MExtractor.LoGainPeakShift: 0476 // MJPedestal.MExtractor.LoGainPeakShift: 1 477 477 // 478 478 Int_t MExtractFixedWindowPeakSearch::ReadEnv(const TEnv &env, TString prefix, Bool_t print) -
trunk/MagicSoft/Mars/msignal/MExtractFixedWindowPeakSearch.h
r4723 r5250 18 18 static const Byte_t fgPeakSearchWindowSize; // Default for fPeakSearchWindowSize (now set to: 4) 19 19 static const Byte_t fgOffsetFromWindow; // Default for fOffsetFromWindow (now set to: 1) 20 static const Byte_t fgLoGainPeakShift; // Default for fLowGainPeakShift (now set to: 0)20 static const Byte_t fgLoGainPeakShift; // Default for fLowGainPeakShift (now set to: 1) 21 21 22 22 Byte_t fHiGainWindowSize; // Number of Hi Gain slices in window
Note:
See TracChangeset
for help on using the changeset viewer.