Index: trunk/MagicSoft/TDAS-Extractor/Algorithms.tex
===================================================================
--- trunk/MagicSoft/TDAS-Extractor/Algorithms.tex	(revision 5763)
+++ trunk/MagicSoft/TDAS-Extractor/Algorithms.tex	(revision 5765)
@@ -538,5 +538,5 @@
 This extractor is not yet implemented as MARS-class...
 \par
-It fit the pulse shape to a Landau convoluted with a Gaussian using the following 
+It fits the pulse shape to a Landau convoluted with a Gaussian using the following 
 parameters:...
 
@@ -555,24 +555,33 @@
 \subsection{Used Extractors for this Analysis}
 
-We propose to test the following parameterized extractors:
-
-\begin{description}
-\item[MExtractFixedWindow]: with the following parameters, if {\textit{maxbin}} defines the 
-   mean position of the High-Gain FADC slice carrying the pulse maximum:
+We tested in this TDAS the following parameterized extractors:
+
+\begin{description}
+\item[MExtractFixedWindow]: with the following intialization, if {\textit{maxbin}} defines the 
+   mean position of the high-gain FADC slice which carries the pulse maximum \footnote{The function 
+{\textit{MExtractor::SetRange(higain first, higain last, logain first, logain last)}} sets the extraction 
+range with the high gain start bin {\textit{higain first}} to (including) the last bin {\textit{higain last}}. 
+Analoguously for the low gain extraction range. Note that in MARS, the low-gain FADC samples start with 
+the index 0 again, thus {\textit{maxbin+0.5}} means in reality {\textit{maxbin+15+0.5}}. }
+:
 \begin{enumerate}
 \item SetRange({\textit{maxbin}}-1,{\textit{maxbin}}+2,{\textit{maxbin}}+0.5,{\textit{maxbin}}+3.5);
 \item SetRange({\textit{maxbin}}-1,{\textit{maxbin}}+2,{\textit{maxbin}}-0.5,{\textit{maxbin}}+4.5);
 \item SetRange({\textit{maxbin}}-2,{\textit{maxbin}}+3,{\textit{maxbin}}-0.5,{\textit{maxbin}}+4.5);
-\item SetRange({\textit{maxbin}}-3,{\textit{maxbin}}+4,{\textit{maxbin}}-1.5,{\textit{maxbin}}+5.5);
-\item SetRange({\textit{maxbin}}-5,{\textit{maxbin}}+8,{\textit{maxbin}}-1.5,{\textit{maxbin}}+7.5);
+\item SetRange({\textit{maxbin}}-2,{\textit{maxbin}}+5,{\textit{maxbin}}-0.5,{\textit{maxbin}}+6.5);
+\item SetRange({\textit{maxbin}}-3,{\textit{maxbin}}+10,{\textit{maxbin}}-1.5,{\textit{maxbin}}+7.5);
 \suspend{enumerate}
-\item[MExtractFixedWindowSpline]: with the following parameters, if {\textit{maxbin}} defines the 
-   mean position of the High-Gain FADC slice carrying the pulse maximum:
+\item[MExtractFixedWindowSpline]: with the following initialization, if {\textit{maxbin}} defines the 
+   mean position of the high-gain FADC slice carrying the pulse maximum footnote{The function 
+{\textit{MExtractor::SetRange(higain first, higain last, logain first, logain last)}} sets the extraction 
+range with the high gain start bin {\textit{higain first}} to (including) the last bin {\textit{higain last}}. 
+Analoguously for the low gain extraction range. Note that in MARS, the low-gain FADC samples start with 
+the index 0 again, thus {\textit{maxbin+0.5}} means in reality {\textit{maxbin+15+0.5}}.:
 \resume{enumerate}
-\item SetRange({\textit{maxbin}}-1,{\textit{maxbin}}+2,{\textit{maxbin}}+0.5,{\textit{maxbin}}+3.5);
-\item SetRange({\textit{maxbin}}-1,{\textit{maxbin}}+2,{\textit{maxbin}}-0.5,{\textit{maxbin}}+4.5);
-\item SetRange({\textit{maxbin}}-2,{\textit{maxbin}}+3,{\textit{maxbin}}-0.5,{\textit{maxbin}}+4.5);
-\item SetRange({\textit{maxbin}}-3,{\textit{maxbin}}+4,{\textit{maxbin}}-1.5,{\textit{maxbin}}+5.5);
-\item SetRange({\textit{maxbin}}-5,{\textit{maxbin}}+8,{\textit{maxbin}}-1.5,{\textit{maxbin}}+7.5);
+\item SetRange({\textit{maxbin}}-1,{\textit{maxbin}}+3,{\textit{maxbin}}+0.5,{\textit{maxbin}}+4.5);
+\item SetRange({\textit{maxbin}}-1,{\textit{maxbin}}+3,{\textit{maxbin}}-0.5,{\textit{maxbin}}+5.5);
+\item SetRange({\textit{maxbin}}-2,{\textit{maxbin}}+4,{\textit{maxbin}}-0.5,{\textit{maxbin}}+5.5);
+\item SetRange({\textit{maxbin}}-2,{\textit{maxbin}}+6,{\textit{maxbin}}-0.5,{\textit{maxbin}}+7.5);
+\item SetRange({\textit{maxbin}}-3,{\textit{maxbin}}+11,{\textit{maxbin}}-1.5,{\textit{maxbin}}+8.5);
 \suspend{enumerate}
 \item[MExtractFixedWindowPeakSearch]: with the following parameters: \\
