Changeset 6114
- Timestamp:
- 01/29/05 15:27:18 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/msignal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractFixedWindowPeakSearch.cc
r5726 r6114 87 87 88 88 const Byte_t MExtractFixedWindowPeakSearch::fgHiGainFirst = 0; 89 const Byte_t MExtractFixedWindowPeakSearch::fgHiGainLast = 1 4;89 const Byte_t MExtractFixedWindowPeakSearch::fgHiGainLast = 16; 90 90 const Byte_t MExtractFixedWindowPeakSearch::fgLoGainFirst = 3; 91 91 const Byte_t MExtractFixedWindowPeakSearch::fgLoGainLast = 14; -
trunk/MagicSoft/Mars/msignal/MExtractFixedWindowPeakSearch.h
r5726 r6114 10 10 private: 11 11 12 static const Byte_t fgHiGainFirst; 13 static const Byte_t fgHiGainLast; 14 static const Byte_t fgLoGainFirst; 15 static const Byte_t fgLoGainLast; 16 static const Byte_t fgHiGainWindowSize; // Default for fWindowSizeHiGain (now set to:6)17 static const Byte_t fgLoGainWindowSize; // Default for fWindowSizeLoGain (now set to:6)18 static const Byte_t fgPeakSearchWindowSize; // Default for fPeakSearchWindowSize (now set to:4)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:1)12 static const Byte_t fgHiGainFirst; //! Default for fHiGainFirst (now set to: 0) 13 static const Byte_t fgHiGainLast; //! Default for fHiGainLast (now set to: 16) 14 static const Byte_t fgLoGainFirst; //! Default for fLoGainFirst (now set to: 3) 15 static const Byte_t fgLoGainLast; //! Default for fLoGainLast (now set to: 14) 16 static const Byte_t fgHiGainWindowSize; //! Default for fWindowSizeHiGain (now set to: 6) 17 static const Byte_t fgLoGainWindowSize; //! Default for fWindowSizeLoGain (now set to: 6) 18 static const Byte_t fgPeakSearchWindowSize; //! Default for fPeakSearchWindowSize (now set to: 4) 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: 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.