Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 5589)
+++ trunk/MagicSoft/Mars/Changelog	(revision 5590)
@@ -20,4 +20,19 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/12/14: Markus Gaug and Abelardo Moralejo
+
+  * msignal/MExtractFixedWindowPeakSearch.cc
+    - adjusted the offset from peak search window to extraction window
+      such that they start at the same slice for the case: 
+      fOffsetFromWindow=0. This was the original intention of thd 
+      extractor and had been lost at some place. However, the default 
+      (fOffsetFromWindow=1) did before correspond to an offset of 2 
+      slices which gives wrong results for the calibration and further
+      default settings. 
+    - Changed one comparison: (Byte_t - Byte_t) > 0 to (Byte_t > Byte_t)
+      since the first mode is always true (a negative "byte" simply gives 
+      256-difference. The version before could have lead to crashes from 
+      time to time.
 
  2004/12/12: Abelardo Moralejo
