Index: /trunk/MagicSoft/TDAS-Extractor/Algorithms.tex
===================================================================
--- /trunk/MagicSoft/TDAS-Extractor/Algorithms.tex	(revision 5585)
+++ /trunk/MagicSoft/TDAS-Extractor/Algorithms.tex	(revision 5586)
@@ -42,6 +42,7 @@
 consecutive non-saturating FADC slices in a (smaller) peak-search window. This reference 
 point removes the coherent movement of the arrival times over whole camera due to the trigger jitter.
-
-Then, simply adds the FADC contents around the reference point in a fixed window manner.
+\par
+Then, it starts adding the FADC contents starting from one slice before the peak-search window up to 
+a pre-defined window size.
 It loops twice over the all pixels every event, because it first has to find the reference point. 
 As it does not correct for the clock-noise, only an even number of samples is allowed.
@@ -336,8 +337,8 @@
 SetRange(0,18,2,14); and:
 \resume{enumerate}
-\item SetWindows(2,2,2);
+\item SetWindows(2,2,2); SetOffsetFromWindow(0);
 \item SetWindows(4,4,2);
 \item SetWindows(6,6,4);
-\item SetWindows(4,6,4);
+\item SetWindows(4,6,4); SetOffsetFromWindow(0);
 \item SetWindows(8,8,4);
 \item SetWindows(14,10,4);
@@ -390,3 +391,4 @@
 %%% mode: latex
 %%% TeX-master: "MAGIC_signal_reco"
+%%% TeX-master: "MAGIC_signal_reco"
 %%% End: 
Index: /trunk/MagicSoft/TDAS-Extractor/Changelog
===================================================================
--- /trunk/MagicSoft/TDAS-Extractor/Changelog	(revision 5585)
+++ /trunk/MagicSoft/TDAS-Extractor/Changelog	(revision 5586)
@@ -25,4 +25,6 @@
                     - took out the UV-weights extractor with low-gain 
                       inversed weights
+                    - added the offsetFromWindow in the description of 
+                      MExtractFixedWindowPeakSearch
 
 2004/12/07: Markus Gaug 
