Changeset 5765
- Timestamp:
- 01/10/05 11:58:32 (20 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/getExtractor.C
r5697 r5765 201 201 break; 202 202 case 2: 203 extractor->SetRange(4,7, 5,10);203 extractor->SetRange(4,7,6,11); 204 204 break; 205 205 case 3: 206 extractor->SetRange( 3,8,5,10);206 extractor->SetRange(4,9,6,11); 207 207 break; 208 208 case 4: 209 extractor->SetRange( 2,9,4,11);209 extractor->SetRange(4,11,6,13); 210 210 break; 211 211 case 5: 212 extractor->SetRange( 0,13,4,13);212 extractor->SetRange(3,16,5,14); 213 213 break; 214 214 // MExtractFixedWindowSpline: 215 215 case 6: 216 extractor->SetRange( 3,7,5,9);216 extractor->SetRange(4,8,6,10); 217 217 break; 218 218 case 7: 219 extractor->SetRange( 3,7,5,11);219 extractor->SetRange(4,8,5,11); 220 220 break; 221 221 case 8: 222 extractor->SetRange( 3,9,5,11);222 extractor->SetRange(4,10,5,11); 223 223 break; 224 224 case 9: 225 extractor->SetRange( 2,10,4,12);225 extractor->SetRange(3,11,5,13); 226 226 break; 227 227 case 10: 228 extractor->SetRange( 0,14,4,14);228 extractor->SetRange(3,17,4,14); 229 229 break; 230 230 // MExtractFixedWindowPeakSearch: -
trunk/MagicSoft/TDAS-Extractor/Algorithms.tex
r5763 r5765 538 538 This extractor is not yet implemented as MARS-class... 539 539 \par 540 It fit the pulse shape to a Landau convoluted with a Gaussian using the following540 It fits the pulse shape to a Landau convoluted with a Gaussian using the following 541 541 parameters:... 542 542 … … 555 555 \subsection{Used Extractors for this Analysis} 556 556 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: 557 We 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 563 range with the high gain start bin {\textit{higain first}} to (including) the last bin {\textit{higain last}}. 564 Analoguously for the low gain extraction range. Note that in MARS, the low-gain FADC samples start with 565 the index 0 again, thus {\textit{maxbin+0.5}} means in reality {\textit{maxbin+15+0.5}}. } 566 : 562 567 \begin{enumerate} 563 568 \item SetRange({\textit{maxbin}}-1,{\textit{maxbin}}+2,{\textit{maxbin}}+0.5,{\textit{maxbin}}+3.5); 564 569 \item SetRange({\textit{maxbin}}-1,{\textit{maxbin}}+2,{\textit{maxbin}}-0.5,{\textit{maxbin}}+4.5); 565 570 \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); 568 573 \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 577 range with the high gain start bin {\textit{higain first}} to (including) the last bin {\textit{higain last}}. 578 Analoguously for the low gain extraction range. Note that in MARS, the low-gain FADC samples start with 579 the index 0 again, thus {\textit{maxbin+0.5}} means in reality {\textit{maxbin+15+0.5}}.: 571 580 \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); 577 586 \suspend{enumerate} 578 587 \item[MExtractFixedWindowPeakSearch]: with the following parameters: \\
Note:
See TracChangeset
for help on using the changeset viewer.