Changeset 6416 for trunk/MagicSoft
- Timestamp:
- 02/12/05 19:03:47 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/TDAS-Extractor/Calibration.tex
r6415 r6416 202 202 \par 203 203 In general, one can also find that all ``sliding window''-algorithms (extractors \#17-32) discard 204 less pixels than the ``fixed window''-ones (extractors \#1--16). The digital filter with204 less pixels than the corresponding ``fixed window''-ones (extractors \#1--16). The digital filter with 205 205 the correct weights (extractors \#30-33) discards the least number of pixels and is also robust against 206 206 slight modifications of its weights (extractors \#28--30). The robustness gets lost when the high-gain and … … 218 218 0.1\% except for the ampltiude-extracting spline which seems to mis-reconstruct a certain type of events. 219 219 \par 220 In conclusion, already this first test excludes all extractors with too bigwindow sizes because220 In conclusion, already this first test excludes all extractors with too large window sizes because 221 221 they are not able to extract cleanly small signals produced by about 4 photo-electrons. Moreover, 222 222 some extractors do not reproduce the signals as expected in the low-gain. 223 The excluded extractors are: 224 \begin{itemize} 225 \item: MExtractFixedWindow Nr. 3--5 226 \item: MExtractFixedWindowSpline Nr. 6--11 (all) 227 \item: MExtractFixedWindowPeakSearch Nr. 14--16 228 \item: MExtractTimeAndChargeSlidingWindow Nr. 21--22 229 \item: MExtractTimeAndChargeSpline Nr. 23 and 27 230 \end{itemize} 223 224 %The excluded extractors are: 225 %\begin{itemize} 226 %\item: MExtractFixedWindow Nr. 3--5 227 %\item: MExtractFixedWindowSpline Nr. 6--11 (all) 228 %\item: MExtractFixedWindowPeakSearch Nr. 14--16 229 %\item: MExtractTimeAndChargeSlidingWindow Nr. 21--22 230 %\item: MExtractTimeAndChargeSpline Nr. 23 and 27 231 %\end{itemize} 232 233 \clearpage 231 234 232 235 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 236 239 Assuming that the readout chain adds only negligible noise to the one 237 240 introduced by the photo-multiplier itself, one can make the assumption that the variance of the 238 true (non-extracted) signal $ST$ is the amplified Poisson variance of the number of photo-electrons,241 true signal $S$ is the amplified Poisson variance of the number of photo-electrons, 239 242 multiplied with the excess noise of the photo-multiplier which itself is 240 243 characterized by the excess-noise factor $F$. 241 244 242 245 \begin{equation} 243 Var(S T) = F^2 \cdot Var(N_{phe}) \cdot \frac{<ST>^2}{<N_{phe}>^2}246 Var(S) = F^2 \cdot Var(N_{phe}) \cdot \frac{<S>^2}{<N_{phe}>^2} 244 247 \label{eq:excessnoise} 245 248 \end{equation} … … 249 252 to the mean number of photo-electrons (because of the Poisson distribution), 250 253 one obtains an expression to retrieve the mean number of photo-electrons impinging on the pixel from the 251 mean extracted signal $<SE>$, its variance $Var(SE)$ and the RMS of the extracted signal obtained from 254 mean extracted signal $<\widehat{S}>$, 255 its variance $Var(\widehat{S})$ and the RMS of the extracted signal obtained from 252 256 pure pedestal runs $R$ (see section~\ref{sec:determiner}): 253 257 254 258 \begin{equation} 255 <N_{phe}> \approx F^2 \cdot \frac{< SE>^2}{Var(SE) - R^2}259 <N_{phe}> \approx F^2 \cdot \frac{<\widehat{S}>^2}{Var(\widehat{S}) - R^2} 256 260 \label{eq:pheffactor} 257 261 \end{equation} … … 471 475 \end{figure} 472 476 473 477 \clearpage 474 478 475 479 \subsection{Time Resolution}
Note:
See TracChangeset
for help on using the changeset viewer.