| 1 |
\hypertarget{classTrkChi2DeflCut}{ |
| 2 |
\section{TrkChi2DeflCut Class Reference} |
| 3 |
\label{classTrkChi2DeflCut}\index{TrkChi2DeflCut@{TrkChi2DeflCut}} |
| 4 |
} |
| 5 |
The tracker chi2 vs deflection cut. |
| 6 |
|
| 7 |
|
| 8 |
{\tt \#include $<$TrkChi2DeflCut.h$>$} |
| 9 |
|
| 10 |
Inheritance diagram for TrkChi2DeflCut::\begin{figure}[H] |
| 11 |
\begin{center} |
| 12 |
\leavevmode |
| 13 |
\includegraphics[height=3cm]{classTrkChi2DeflCut} |
| 14 |
\end{center} |
| 15 |
\end{figure} |
| 16 |
\subsection*{Public Member Functions} |
| 17 |
\begin{CompactItemize} |
| 18 |
\item |
| 19 |
\hyperlink{classTrkChi2DeflCut_1a6120ac575e431e5d50bfcafba50151}{TrkChi2DeflCut} (const char $\ast$cutName, float p0, float p1, float p2) |
| 20 |
\begin{CompactList}\small\item\em Constructor. \item\end{CompactList}\item |
| 21 |
\hypertarget{classTrkChi2DeflCut_3ac684c15b41aff7478c462fd925736d}{ |
| 22 |
\hyperlink{classTrkChi2DeflCut_3ac684c15b41aff7478c462fd925736d}{$\sim$TrkChi2DeflCut} ()} |
| 23 |
\label{classTrkChi2DeflCut_3ac684c15b41aff7478c462fd925736d} |
| 24 |
|
| 25 |
\begin{CompactList}\small\item\em Destructor. \item\end{CompactList}\item |
| 26 |
int \hyperlink{classTrkChi2DeflCut_9a83aea89ca0147ca956c57fed60c2f4}{Check} (PamLevel2 $\ast$event) |
| 27 |
\begin{CompactList}\small\item\em The tracker chi2 vs deflection check. \item\end{CompactList}\end{CompactItemize} |
| 28 |
|
| 29 |
|
| 30 |
\subsection{Detailed Description} |
| 31 |
The tracker chi2 vs deflection cut. |
| 32 |
|
| 33 |
Events whose track has been fitted with a chi2 greater than Chi2(eta) are discarded. Chi2(eta) is a function which gives the maximum value of chi2 associated to a certain deflection eta; in current implementation it is parameterized as: |
| 34 |
|
| 35 |
Chi2(eta) = p0 + p1 $\ast$ eta$^\wedge$2 + p2 $\ast$ eta $^\wedge$4 |
| 36 |
|
| 37 |
where p0, p1 and p2 are parameters. |
| 38 |
|
| 39 |
\subsection{Constructor \& Destructor Documentation} |
| 40 |
\hypertarget{classTrkChi2DeflCut_1a6120ac575e431e5d50bfcafba50151}{ |
| 41 |
\index{TrkChi2DeflCut@{TrkChi2DeflCut}!TrkChi2DeflCut@{TrkChi2DeflCut}} |
| 42 |
\index{TrkChi2DeflCut@{TrkChi2DeflCut}!TrkChi2DeflCut@{TrkChi2DeflCut}} |
| 43 |
\subsubsection[{TrkChi2DeflCut}]{\setlength{\rightskip}{0pt plus 5cm}TrkChi2DeflCut::TrkChi2DeflCut (const char $\ast$ {\em cutName}, \/ float {\em p0}, \/ float {\em p1}, \/ float {\em p2})\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} |
| 44 |
\label{classTrkChi2DeflCut_1a6120ac575e431e5d50bfcafba50151} |
| 45 |
|
| 46 |
|
| 47 |
Constructor. |
| 48 |
|
| 49 |
\begin{Desc} |
| 50 |
\item[Parameters:] |
| 51 |
\begin{description} |
| 52 |
\item[{\em cutName}]The cut's name. \item[{\em p0}]The constant term in Chi2(eta). \item[{\em p1}]The coefficient or the quadratic term in Chi2(eta). \item[{\em p2}]The coefficient or the quartic term in Chi2(eta). \end{description} |
| 53 |
\end{Desc} |
| 54 |
|
| 55 |
|
| 56 |
\subsection{Member Function Documentation} |
| 57 |
\hypertarget{classTrkChi2DeflCut_9a83aea89ca0147ca956c57fed60c2f4}{ |
| 58 |
\index{TrkChi2DeflCut@{TrkChi2DeflCut}!Check@{Check}} |
| 59 |
\index{Check@{Check}!TrkChi2DeflCut@{TrkChi2DeflCut}} |
| 60 |
\subsubsection[{Check}]{\setlength{\rightskip}{0pt plus 5cm}int TrkChi2DeflCut::Check (PamLevel2 $\ast$ {\em event})\hspace{0.3cm}{\tt \mbox{[}virtual\mbox{]}}}} |
| 61 |
\label{classTrkChi2DeflCut_9a83aea89ca0147ca956c57fed60c2f4} |
| 62 |
|
| 63 |
|
| 64 |
The tracker chi2 vs deflection check. |
| 65 |
|
| 66 |
\begin{Desc} |
| 67 |
\item[Parameters:] |
| 68 |
\begin{description} |
| 69 |
\item[{\em event}]The event to analyze. \end{description} |
| 70 |
\end{Desc} |
| 71 |
\begin{Desc} |
| 72 |
\item[Returns:]\hyperlink{CommonDefs_8h_c857f4b76ae431837cbf61fd74863b6c}{CUTOK} if chi2 $<$ Chi2(eta). |
| 73 |
|
| 74 |
0 if not \end{Desc} |
| 75 |
|
| 76 |
|
| 77 |
Implements \hyperlink{classPamCut_a874600461950d1f2b75ce3938f91cbe}{PamCut}. |
| 78 |
|
| 79 |
The documentation for this class was generated from the following files:\begin{CompactItemize} |
| 80 |
\item |
| 81 |
TrkCuts/TrkChi2DeflCut/\hyperlink{TrkChi2DeflCut_8h}{TrkChi2DeflCut.h}\item |
| 82 |
TrkCuts/TrkChi2DeflCut/TrkChi2DeflCut.cpp\end{CompactItemize} |