Ignore:
Timestamp:
01/10/05 11:58:32 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/TDAS-Extractor/Algorithms.tex

    r5763 r5765  
    538538This extractor is not yet implemented as MARS-class...
    539539\par
    540 It fit the pulse shape to a Landau convoluted with a Gaussian using the following
     540It fits the pulse shape to a Landau convoluted with a Gaussian using the following
    541541parameters:...
    542542
     
    555555\subsection{Used Extractors for this Analysis}
    556556
    557 We propose to test the following parameterized extractors:
    558 
    559 \begin{description}
    560 \item[MExtractFixedWindow]: with the following parameters, if {\textit{maxbin}} defines the
    561    mean position of the High-Gain FADC slice carrying the pulse maximum:
     557We tested in this TDAS the following parameterized extractors:
     558
     559\begin{description}
     560\item[MExtractFixedWindow]: with the following intialization, if {\textit{maxbin}} defines the
     561   mean position of the high-gain FADC slice which carries the pulse maximum \footnote{The function
     562{\textit{MExtractor::SetRange(higain first, higain last, logain first, logain last)}} sets the extraction
     563range with the high gain start bin {\textit{higain first}} to (including) the last bin {\textit{higain last}}.
     564Analoguously for the low gain extraction range. Note that in MARS, the low-gain FADC samples start with
     565the index 0 again, thus {\textit{maxbin+0.5}} means in reality {\textit{maxbin+15+0.5}}. }
     566:
    562567\begin{enumerate}
    563568\item SetRange({\textit{maxbin}}-1,{\textit{maxbin}}+2,{\textit{maxbin}}+0.5,{\textit{maxbin}}+3.5);
    564569\item SetRange({\textit{maxbin}}-1,{\textit{maxbin}}+2,{\textit{maxbin}}-0.5,{\textit{maxbin}}+4.5);
    565570\item SetRange({\textit{maxbin}}-2,{\textit{maxbin}}+3,{\textit{maxbin}}-0.5,{\textit{maxbin}}+4.5);
    566 \item SetRange({\textit{maxbin}}-3,{\textit{maxbin}}+4,{\textit{maxbin}}-1.5,{\textit{maxbin}}+5.5);
    567 \item SetRange({\textit{maxbin}}-5,{\textit{maxbin}}+8,{\textit{maxbin}}-1.5,{\textit{maxbin}}+7.5);
     571\item SetRange({\textit{maxbin}}-2,{\textit{maxbin}}+5,{\textit{maxbin}}-0.5,{\textit{maxbin}}+6.5);
     572\item SetRange({\textit{maxbin}}-3,{\textit{maxbin}}+10,{\textit{maxbin}}-1.5,{\textit{maxbin}}+7.5);
    568573\suspend{enumerate}
    569 \item[MExtractFixedWindowSpline]: with the following parameters, if {\textit{maxbin}} defines the
    570    mean position of the High-Gain FADC slice carrying the pulse maximum:
     574\item[MExtractFixedWindowSpline]: with the following initialization, if {\textit{maxbin}} defines the
     575   mean position of the high-gain FADC slice carrying the pulse maximum footnote{The function
     576{\textit{MExtractor::SetRange(higain first, higain last, logain first, logain last)}} sets the extraction
     577range with the high gain start bin {\textit{higain first}} to (including) the last bin {\textit{higain last}}.
     578Analoguously for the low gain extraction range. Note that in MARS, the low-gain FADC samples start with
     579the index 0 again, thus {\textit{maxbin+0.5}} means in reality {\textit{maxbin+15+0.5}}.:
    571580\resume{enumerate}
    572 \item SetRange({\textit{maxbin}}-1,{\textit{maxbin}}+2,{\textit{maxbin}}+0.5,{\textit{maxbin}}+3.5);
    573 \item SetRange({\textit{maxbin}}-1,{\textit{maxbin}}+2,{\textit{maxbin}}-0.5,{\textit{maxbin}}+4.5);
    574 \item SetRange({\textit{maxbin}}-2,{\textit{maxbin}}+3,{\textit{maxbin}}-0.5,{\textit{maxbin}}+4.5);
    575 \item SetRange({\textit{maxbin}}-3,{\textit{maxbin}}+4,{\textit{maxbin}}-1.5,{\textit{maxbin}}+5.5);
    576 \item SetRange({\textit{maxbin}}-5,{\textit{maxbin}}+8,{\textit{maxbin}}-1.5,{\textit{maxbin}}+7.5);
     581\item SetRange({\textit{maxbin}}-1,{\textit{maxbin}}+3,{\textit{maxbin}}+0.5,{\textit{maxbin}}+4.5);
     582\item SetRange({\textit{maxbin}}-1,{\textit{maxbin}}+3,{\textit{maxbin}}-0.5,{\textit{maxbin}}+5.5);
     583\item SetRange({\textit{maxbin}}-2,{\textit{maxbin}}+4,{\textit{maxbin}}-0.5,{\textit{maxbin}}+5.5);
     584\item SetRange({\textit{maxbin}}-2,{\textit{maxbin}}+6,{\textit{maxbin}}-0.5,{\textit{maxbin}}+7.5);
     585\item SetRange({\textit{maxbin}}-3,{\textit{maxbin}}+11,{\textit{maxbin}}-1.5,{\textit{maxbin}}+8.5);
    577586\suspend{enumerate}
    578587\item[MExtractFixedWindowPeakSearch]: with the following parameters: \\
Note: See TracChangeset for help on using the changeset viewer.