Changeset 5765 for trunk


Ignore:
Timestamp:
01/10/05 11:58:32 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/getExtractor.C

    r5697 r5765  
    201201      break;
    202202    case 2:
    203       extractor->SetRange(4,7,5,10);
     203      extractor->SetRange(4,7,6,11);
    204204      break;
    205205    case 3:
    206       extractor->SetRange(3,8,5,10);
     206      extractor->SetRange(4,9,6,11);
    207207      break;
    208208    case 4:
    209       extractor->SetRange(2,9,4,11);
     209      extractor->SetRange(4,11,6,13);
    210210      break;
    211211    case 5:
    212       extractor->SetRange(0,13,4,13);
     212      extractor->SetRange(3,16,5,14);
    213213      break;
    214214      // MExtractFixedWindowSpline:
    215215    case 6:
    216       extractor->SetRange(3,7,5,9);
     216      extractor->SetRange(4,8,6,10);
    217217      break;
    218218    case 7:
    219       extractor->SetRange(3,7,5,11);
     219      extractor->SetRange(4,8,5,11);
    220220      break;
    221221    case 8:
    222       extractor->SetRange(3,9,5,11);
     222      extractor->SetRange(4,10,5,11);
    223223      break;
    224224    case 9:
    225       extractor->SetRange(2,10,4,12);
     225      extractor->SetRange(3,11,5,13);
    226226      break;
    227227    case 10:
    228       extractor->SetRange(0,14,4,14);
     228      extractor->SetRange(3,17,4,14);
    229229      break;
    230230      // MExtractFixedWindowPeakSearch:
  • 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.