Changeset 4288 for trunk/MagicSoft/Mars
- Timestamp:
- 06/13/04 12:18:23 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4285 r4288 19 19 -*-*- END OF LINE -*-*- 20 20 21 22 2004/06/11: Markus Gaug 23 24 * mpedestals/MPedCalcPedRun.cc 25 - set the default upper range to 29, because otherwise the extraction 26 window will be made too small in case that more than 14 "high-gain" 27 slices shall be extracted. This is a bugfix! It calculated wrong 28 pedestals in case that the user says: SetRange(a,b), where b is 29 bigger than 14 in combination with SetWindowSize(x) where x is bigger 30 than 14 as well (instead of : SetRange(a,b,c,d), where 31 everything went fine). However, the intention of the last months 32 changes was to allow exactly also the first possibility. 21 33 22 34 2004/06/11: Markus Gaug -
trunk/MagicSoft/Mars/mpedestal/MPedCalcPedRun.cc
r4147 r4288 88 88 // 89 89 // fHiGainFirst = fgHiGainFirst = 0 90 // fHiGainLast = fgHiGainLast = 1490 // fHiGainLast = fgHiGainLast = 29 91 91 // fLoGainFirst = fgLoGainFirst = 0 92 92 // fLoGainLast = fgLoGainLast = 14 … … 140 140 141 141 const Byte_t MPedCalcPedRun::fgHiGainFirst = 0; 142 const Byte_t MPedCalcPedRun::fgHiGainLast = 14;142 const Byte_t MPedCalcPedRun::fgHiGainLast = 29; 143 143 const Byte_t MPedCalcPedRun::fgLoGainFirst = 0; 144 144 const Byte_t MPedCalcPedRun::fgLoGainLast = 14;
Note:
See TracChangeset
for help on using the changeset viewer.