Changeset 6095 for trunk/MagicSoft/Mars/mpedestal
- Timestamp:
- 01/28/05 17:08:45 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc
r5839 r6095 100 100 // fCheckWinFirst = fgCheckWinFirst = 0 101 101 // fCheckWinLast = fgCheckWinLast = 29 102 // fExtractWinFirst = fgExtractWinFirst = 1 5102 // fExtractWinFirst = fgExtractWinFirst = 17 103 103 // fExtractWinSize = fgExtractWinSize = 6 104 104 // fMaxSignalVar = fgMaxSignalVar = 40; … … 159 159 const UShort_t MPedCalcFromLoGain::fgCheckWinFirst = 0; 160 160 const UShort_t MPedCalcFromLoGain::fgCheckWinLast = 29; 161 const UShort_t MPedCalcFromLoGain::fgExtractWinFirst = 1 5;161 const UShort_t MPedCalcFromLoGain::fgExtractWinFirst = 17; 162 162 const UShort_t MPedCalcFromLoGain::fgExtractWinSize = 6; 163 163 const UShort_t MPedCalcFromLoGain::fgMaxSignalVar = 40;
Note:
See TracChangeset
for help on using the changeset viewer.