| 1 |
\hypertarget{classTofBetaCut}{ |
| 2 |
\section{TofBetaCut Class Reference} |
| 3 |
\label{classTofBetaCut}\index{TofBetaCut@{TofBetaCut}} |
| 4 |
} |
| 5 |
The TofBeta cut. This cut ensures that beta (referred to a specified track) has been calculated. |
| 6 |
|
| 7 |
|
| 8 |
{\tt \#include $<$TofBetaCut.h$>$} |
| 9 |
|
| 10 |
Inheritance diagram for TofBetaCut::\begin{figure}[H] |
| 11 |
\begin{center} |
| 12 |
\leavevmode |
| 13 |
\includegraphics[height=2cm]{classTofBetaCut} |
| 14 |
\end{center} |
| 15 |
\end{figure} |
| 16 |
\subsection*{Public Member Functions} |
| 17 |
\begin{CompactItemize} |
| 18 |
\item |
| 19 |
\hyperlink{classTofBetaCut_f3558a0925e5aad26b67e550ca490e08}{TofBetaCut} (const char $\ast$cutName, int $\ast$trackTof=NULL, float resMax=10., float qualCut=10., float chi2Cut=20.) |
| 20 |
\begin{CompactList}\small\item\em Constructor. The parameters are: the TOF-index for the track which is necessary to input to derive the beta and (resMax, qualCut and chi2Cut) for the quality of beta. Various combinations of quality parameters are possible: default low-quality beta (used for beta\mbox{[}12\mbox{]}): 10.,10.,20.; medium-quality beta: 5.,15.,4.; high-quality beta: 3.,20.,3. \item\end{CompactList}\item |
| 21 |
\hypertarget{classTofBetaCut_4d602e5ad6f57d9c1c81e37695cafb32}{ |
| 22 |
\hyperlink{classTofBetaCut_4d602e5ad6f57d9c1c81e37695cafb32}{$\sim$TofBetaCut} ()} |
| 23 |
\label{classTofBetaCut_4d602e5ad6f57d9c1c81e37695cafb32} |
| 24 |
|
| 25 |
\begin{CompactList}\small\item\em Destructor. \item\end{CompactList}\item |
| 26 |
int \hyperlink{classTofBetaCut_8be0aa44a411b218f7dcf502b53864ff}{Check} (PamLevel2 $\ast$event) |
| 27 |
\begin{CompactList}\small\item\em The TofBeta check. \item\end{CompactList}\end{CompactItemize} |
| 28 |
\subsection*{Public Attributes} |
| 29 |
\begin{CompactItemize} |
| 30 |
\item |
| 31 |
\hypertarget{classTofBetaCut_967ed6b17cccf6d5028ae2d97e2e86a7}{ |
| 32 |
float \hyperlink{classTofBetaCut_967ed6b17cccf6d5028ae2d97e2e86a7}{beta}} |
| 33 |
\label{classTofBetaCut_967ed6b17cccf6d5028ae2d97e2e86a7} |
| 34 |
|
| 35 |
\begin{CompactList}\small\item\em The beta value for the last examined event. \item\end{CompactList}\end{CompactItemize} |
| 36 |
|
| 37 |
|
| 38 |
\subsection{Detailed Description} |
| 39 |
The TofBeta cut. This cut ensures that beta (referred to a specified track) has been calculated. |
| 40 |
|
| 41 |
|
| 42 |
|
| 43 |
\subsection{Constructor \& Destructor Documentation} |
| 44 |
\hypertarget{classTofBetaCut_f3558a0925e5aad26b67e550ca490e08}{ |
| 45 |
\index{TofBetaCut@{TofBetaCut}!TofBetaCut@{TofBetaCut}} |
| 46 |
\index{TofBetaCut@{TofBetaCut}!TofBetaCut@{TofBetaCut}} |
| 47 |
\subsubsection[{TofBetaCut}]{\setlength{\rightskip}{0pt plus 5cm}TofBetaCut::TofBetaCut (const char $\ast$ {\em cutName}, \/ int $\ast$ {\em trackTof} = {\tt NULL}, \/ float {\em resMax} = {\tt 10.}, \/ float {\em qualCut} = {\tt 10.}, \/ float {\em chi2Cut} = {\tt 20.})\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} |
| 48 |
\label{classTofBetaCut_f3558a0925e5aad26b67e550ca490e08} |
| 49 |
|
| 50 |
|
| 51 |
Constructor. The parameters are: the TOF-index for the track which is necessary to input to derive the beta and (resMax, qualCut and chi2Cut) for the quality of beta. Various combinations of quality parameters are possible: default low-quality beta (used for beta\mbox{[}12\mbox{]}): 10.,10.,20.; medium-quality beta: 5.,15.,4.; high-quality beta: 3.,20.,3. |
| 52 |
|
| 53 |
\begin{Desc} |
| 54 |
\item[Parameters:] |
| 55 |
\begin{description} |
| 56 |
\item[{\em cutName}]The cut's name. \item[{\em trackTof}]Pointer to the TOF-index indicating the track to be used when evaluating the beta (default value for TOF\_\-index is 0, corresponding to the TOF stand-alone track \mbox{[}no TRK information to build the TOF stand-alone track\mbox{]}). The pointer to the TOF\_\-index for TRK-track as given by \hyperlink{classTrkPhSinCut}{TrkPhSinCut} can be used.\item[{\em resMax}]Default: 10. (equivalent to beta\mbox{[}12\mbox{]}) \item[{\em qualCut}]Default: 10. (equivalent to beta\mbox{[}12\mbox{]}) \item[{\em chi2Cut}]Default: 20. (equivalent to beta\mbox{[}12\mbox{]}) \end{description} |
| 57 |
\end{Desc} |
| 58 |
|
| 59 |
|
| 60 |
\subsection{Member Function Documentation} |
| 61 |
\hypertarget{classTofBetaCut_8be0aa44a411b218f7dcf502b53864ff}{ |
| 62 |
\index{TofBetaCut@{TofBetaCut}!Check@{Check}} |
| 63 |
\index{Check@{Check}!TofBetaCut@{TofBetaCut}} |
| 64 |
\subsubsection[{Check}]{\setlength{\rightskip}{0pt plus 5cm}int TofBetaCut::Check (PamLevel2 $\ast$ {\em event})\hspace{0.3cm}{\tt \mbox{[}virtual\mbox{]}}}} |
| 65 |
\label{classTofBetaCut_8be0aa44a411b218f7dcf502b53864ff} |
| 66 |
|
| 67 |
|
| 68 |
The TofBeta check. |
| 69 |
|
| 70 |
\begin{Desc} |
| 71 |
\item[Parameters:] |
| 72 |
\begin{description} |
| 73 |
\item[{\em event}]The event to analyze. \end{description} |
| 74 |
\end{Desc} |
| 75 |
\begin{Desc} |
| 76 |
\item[Returns:]\hyperlink{CommonDefs_8h_c857f4b76ae431837cbf61fd74863b6c}{CUTOK} if beta (\char`\"{}high quality\char`\"{}) has been calculated |
| 77 |
|
| 78 |
0 otherwise \end{Desc} |
| 79 |
|
| 80 |
|
| 81 |
Implements \hyperlink{classPamCut_a874600461950d1f2b75ce3938f91cbe}{PamCut}. |
| 82 |
|
| 83 |
The documentation for this class was generated from the following files:\begin{CompactItemize} |
| 84 |
\item |
| 85 |
TofCuts/TofBetaCut/\hyperlink{TofBetaCut_8h}{TofBetaCut.h}\item |
| 86 |
TofCuts/TofBetaCut/\hyperlink{TofBetaCut_8cpp}{TofBetaCut.cpp}\end{CompactItemize} |