Changeset 5492
- Timestamp:
- 11/28/04 17:06:53 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5488 r5492 26 26 - fixed documentation of data members 27 27 - Introduced setter and getter for name of weights file 28 29 * msignal/MExtractFixedWindowPeakSearch.cc 30 - fixed a bug which affects the extractor used with: 31 SetRange(hifirst,hilast,lofirst,lolast) where hilast is bigger 32 than the number of high-gain samples minus 1 (e.g. 14 in case of 33 MAGIC). While other extractors treat this case by setting a 34 steering variable ("fHiLoLast") in the ReInit(), this 35 extractor allocates this variable dynamically. However, the 36 setting in ReInit() was also kept such that in the case that the 37 peak-search-window did NOT exceed the number of high-gain samples, 38 the part of the low-gain samples corresponding to fHILoLast was 39 still extracted. This behaviour is corrected now, I hope it 40 does not affect any current analysis! 28 41 29 42 2004/11/26: Markus Gaug
Note:
See TracChangeset
for help on using the changeset viewer.