Index: trunk/MagicSoft/TDAS-Extractor/Algorithms.tex
===================================================================
--- trunk/MagicSoft/TDAS-Extractor/Algorithms.tex	(revision 5310)
+++ trunk/MagicSoft/TDAS-Extractor/Algorithms.tex	(revision 5311)
@@ -266,4 +266,82 @@
 \ldots {\it Hendrik, Wolfgang ... }
 
+
+\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:
+\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}}-1.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);
+\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:
+\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}}-1.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);
+\suspend{enumerate}
+\item[MExtractFixedWindowPeakSearch]: with the following parameters: \\
+SetRange(0,18,2,14); and:
+\resume{enumerate}
+\item SetWindows(2,2,2);
+\item SetWindows(4,4,2);
+\item SetWindows(6,6,4);
+\item SetWindows(4,6,4);
+\item SetWindows(8,8,4);
+\item SetWindows(14,10,4);
+\suspend{enumerate}
+\item[MExtractTimeAndChargeSlidingWindow]: with the following parameters: \\
+SetRange(0,18,2,14); and:
+\resume{enumerate}
+\item SetWindowSize(2,2);
+\item SetWindowSize(4,4);
+\item SetWindowSize(6,6);
+\item SetWindowSize(4,6);
+\item SetWindowSize(8,8);
+\item SetWindowSize(14,10);
+\suspend{enumerate}
+\item[MExtractTimeAndChargeSpline]: with the following parameters:\\
+SetChargeType(MExtractTimeAndChargeSpline::kIntegral); \\
+SetRange(0,18,2,14); \\
+and:
+
+\resume{enumerate}
+\item SetRiseTime(1.5); SetFallTime(4.5);
+\item SetRiseTime(0.5); SetFallTime(2.5);
+\item SetRiseTime(0.5); SetFallTime(1.5);
+\item SetRiseTime(0.5); SetFallTime(0.5);
+\suspend{enumerate}
+and:
+\resume{enumerate}
+\item SetChargeType(MExtractTimeAndChargeSpline::kAmplitude); \\
+SetRange(0,10,4,11); and:
+\suspend{enumerate}
+\item[MExtractTimeAndChargeDigitalFilter]: with the following parameters:
+\resume{enumerate}
+\item SetWeightsFile(``cosmic\_weights6.dat'');
+\item SetWeightsFile(``cosmic\_weights4.dat'');
+\item SetWeightsFile(``cosmic\_weights2.dat'');
+\item SetWeightsFile(``cosmic\_weights\_logain6.dat'');
+\item SetWeightsFile(``cosmic\_weights\_logain4.dat'');
+\item SetWeightsFile(``cosmic\_weights\_logain2.dat'');
+\item SetWeightsFile(``calibration\_weights\_UV6.dat'');
+\item SetWeightsFile(``calibration\_weights\_UV4.dat'');
+\item SetWeightsFile(``calibration\_weights\_UV2.dat'');
+\item SetWeightsFile(``calibration\_weights\_UV\_logain6.dat'');
+\item SetWeightsFile(``calibration\_weights\_UV\_logain4.dat'');
+\item SetWeightsFile(``calibration\_weights\_UV\_logain2.dat'');
+\suspend{enumerate}
+\end{description}
+
+
 References: \cite{OF77,OF94}.
 
@@ -272,3 +350,4 @@
 %%% mode: latex
 %%% TeX-master: "MAGIC_signal_reco"
+%%% TeX-master: "Algorithms"
 %%% End: 
Index: trunk/MagicSoft/TDAS-Extractor/MAGIC_signal_reco.tex
===================================================================
--- trunk/MagicSoft/TDAS-Extractor/MAGIC_signal_reco.tex	(revision 5310)
+++ trunk/MagicSoft/TDAS-Extractor/MAGIC_signal_reco.tex	(revision 5311)
@@ -14,4 +14,5 @@
 %\usepackage{citesort}
 \usepackage{url}
+\usepackage{mdwlist}
 
 \setlength{\parindent}{0cm}
