18 |
\item |
\item |
19 |
\hyperlink{classCaloNotIntCut_9ea488ce3469e0be3938b68b24f49df8}{CaloNotIntCut} (const char $\ast$cutName, TrkTrack $\ast$trkTrack, float qRatioMin=0.8) |
\hyperlink{classCaloNotIntCut_9ea488ce3469e0be3938b68b24f49df8}{CaloNotIntCut} (const char $\ast$cutName, TrkTrack $\ast$trkTrack, float qRatioMin=0.8) |
20 |
\begin{CompactList}\small\item\em Constructor for tracker track. Use this constructor if you want to use the tracker track to perform the non-interaction check. \item\end{CompactList}\item |
\begin{CompactList}\small\item\em Constructor for tracker track. Use this constructor if you want to use the tracker track to perform the non-interaction check. \item\end{CompactList}\item |
21 |
\hyperlink{classCaloNotIntCut_73c1ff477c355987d9e0ac071b88b2af}{CaloNotIntCut} (const char $\ast$cutName, \hyperlink{classCaloAxis}{CaloAxis} $\ast$xCaloAxis, \hyperlink{classCaloAxis}{CaloAxis} $\ast$yCaloAxis, float qRatioMin=0.8) |
\hyperlink{classCaloNotIntCut_73c1ff477c355987d9e0ac071b88b2af}{CaloNotIntCut} (const char $\ast$cutName, CaloAxis $\ast$xCaloAxis, CaloAxis $\ast$yCaloAxis, float qRatioMin=0.8) |
22 |
\begin{CompactList}\small\item\em Constructor for calorimeter track. Use this constructor if you want to use the calorimeter track to perform the non-interaction check. \item\end{CompactList}\item |
\begin{CompactList}\small\item\em Constructor for calorimeter track. Use this constructor if you want to use the calorimeter track to perform the non-interaction check. \item\end{CompactList}\item |
23 |
\hyperlink{classCaloNotIntCut_12e8cc131ace028f5540ca2093d661ec}{$\sim$CaloNotIntCut} () |
\hypertarget{classCaloNotIntCut_12e8cc131ace028f5540ca2093d661ec}{ |
24 |
|
\hyperlink{classCaloNotIntCut_12e8cc131ace028f5540ca2093d661ec}{$\sim$CaloNotIntCut} ()} |
25 |
|
\label{classCaloNotIntCut_12e8cc131ace028f5540ca2093d661ec} |
26 |
|
|
27 |
\begin{CompactList}\small\item\em Destructor. \item\end{CompactList}\item |
\begin{CompactList}\small\item\em Destructor. \item\end{CompactList}\item |
28 |
int \hyperlink{classCaloNotIntCut_b2b6fd2f100cc967156633edf18a346a}{Check} (PamLevel2 $\ast$event) |
int \hyperlink{classCaloNotIntCut_b2b6fd2f100cc967156633edf18a346a}{Check} (PamLevel2 $\ast$event) |
29 |
\begin{CompactList}\small\item\em The non-interacting track check. \item\end{CompactList}\end{CompactItemize} |
\begin{CompactList}\small\item\em The non-interacting track check. \item\end{CompactList}\end{CompactItemize} |
|
\subsection*{Private Attributes} |
|
|
\begin{CompactItemize} |
|
|
\item |
|
|
TrkTrack $\ast$ \hyperlink{classCaloNotIntCut_cb99247b622e5802a28a8380bdcd43af}{\_\-trkTrack} |
|
|
\item |
|
|
\hyperlink{classCaloAxis}{CaloAxis} $\ast$ \hyperlink{classCaloNotIntCut_1f4d19a651a1a4836660e2c6ddbe0b2d}{\_\-xCaloAxis} |
|
|
\item |
|
|
\hyperlink{classCaloAxis}{CaloAxis} $\ast$ \hyperlink{classCaloNotIntCut_dbbdf191676bab6cca8ab7290f9854d1}{\_\-yCaloAxis} |
|
|
\item |
|
|
float \hyperlink{classCaloNotIntCut_2104387c4fa175f209e5211986c77f99}{\_\-qRatioMin} |
|
|
\end{CompactItemize} |
|
30 |
|
|
31 |
|
|
32 |
\subsection{Detailed Description} |
\subsection{Detailed Description} |
33 |
The non-interacting track cut. This check discards all the events who interacts in the calorimeter. It is possible to choose the track to use for the check. To improve computation speed, Check does NOT computes the track for the event; the track information is supposed to lie in some external object, whose address has to be passed to the constructor. The user is then demanded to fill this external object with the proper track information for the current event before calling Check or ApplyCut. Currently, only the check with the calorimeter track is implemented. |
The non-interacting track cut. This check discards all the events who interacts in the calorimeter. It is possible to choose the track to use for the check. To improve computation speed, Check does NOT computes the track for the event; the track information is supposed to lie in some external object, whose address has to be passed to the constructor. The user is then demanded to fill this external object with the proper track information for the current event before calling Check or ApplyCut. Currently, only the check with the calorimeter track is implemented. |
34 |
|
|
35 |
CUT DEPENDENCIES: \hyperlink{classCaloTrackCut}{CaloTrackCut} for the existence of the track (it can also provide the \hyperlink{classCaloAxis}{CaloAxis} objects). |
CUT DEPENDENCIES: \hyperlink{classCaloTrackCut}{CaloTrackCut} for the existence of the track (it can also provide the CaloAxis objects). |
|
|
|
|
Definition at line 27 of file CaloNotIntCut.h. |
|
36 |
|
|
37 |
\subsection{Constructor \& Destructor Documentation} |
\subsection{Constructor \& Destructor Documentation} |
38 |
\hypertarget{classCaloNotIntCut_9ea488ce3469e0be3938b68b24f49df8}{ |
\hypertarget{classCaloNotIntCut_9ea488ce3469e0be3938b68b24f49df8}{ |
51 |
\begin{description} |
\begin{description} |
52 |
\item[{\em cutName}]The name of the cut. \item[{\em trkTrack}]Pointer to the tracker track object. $\ast$ \item[{\em qRatioMin}]The minimum threshold for the ratio between track charge and total charge in CALO. \end{description} |
\item[{\em cutName}]The name of the cut. \item[{\em trkTrack}]Pointer to the tracker track object. $\ast$ \item[{\em qRatioMin}]The minimum threshold for the ratio between track charge and total charge in CALO. \end{description} |
53 |
\end{Desc} |
\end{Desc} |
54 |
|
\hypertarget{classCaloNotIntCut_73c1ff477c355987d9e0ac071b88b2af}{ |
|
|
|
|
Definition at line 40 of file CaloNotIntCut.h.\hypertarget{classCaloNotIntCut_73c1ff477c355987d9e0ac071b88b2af}{ |
|
55 |
\index{CaloNotIntCut@{CaloNotIntCut}!CaloNotIntCut@{CaloNotIntCut}} |
\index{CaloNotIntCut@{CaloNotIntCut}!CaloNotIntCut@{CaloNotIntCut}} |
56 |
\index{CaloNotIntCut@{CaloNotIntCut}!CaloNotIntCut@{CaloNotIntCut}} |
\index{CaloNotIntCut@{CaloNotIntCut}!CaloNotIntCut@{CaloNotIntCut}} |
57 |
\subsubsection[{CaloNotIntCut}]{\setlength{\rightskip}{0pt plus 5cm}CaloNotIntCut::CaloNotIntCut (const char $\ast$ {\em cutName}, \/ {\bf CaloAxis} $\ast$ {\em xCaloAxis}, \/ {\bf CaloAxis} $\ast$ {\em yCaloAxis}, \/ float {\em qRatioMin} = {\tt 0.8})\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} |
\subsubsection[{CaloNotIntCut}]{\setlength{\rightskip}{0pt plus 5cm}CaloNotIntCut::CaloNotIntCut (const char $\ast$ {\em cutName}, \/ CaloAxis $\ast$ {\em xCaloAxis}, \/ CaloAxis $\ast$ {\em yCaloAxis}, \/ float {\em qRatioMin} = {\tt 0.8})\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} |
58 |
\label{classCaloNotIntCut_73c1ff477c355987d9e0ac071b88b2af} |
\label{classCaloNotIntCut_73c1ff477c355987d9e0ac071b88b2af} |
59 |
|
|
60 |
|
|
63 |
\begin{Desc} |
\begin{Desc} |
64 |
\item[Parameters:] |
\item[Parameters:] |
65 |
\begin{description} |
\begin{description} |
66 |
\item[{\em cutName}]The name of the cut. \item[{\em xCaloAxis}]The pointer to the \hyperlink{classCaloAxis}{CaloAxis} object for X axis \item[{\em yCaloAxis}]The pointer to the \hyperlink{classCaloAxis}{CaloAxis} object for Y axis \item[{\em qRatioMin}]The minimum threshold for the ratio between track charge and total charge in CALO. \end{description} |
\item[{\em cutName}]The name of the cut. \item[{\em xCaloAxis}]The pointer to the CaloAxis object for X axis \item[{\em yCaloAxis}]The pointer to the CaloAxis object for Y axis \item[{\em qRatioMin}]The minimum threshold for the ratio between track charge and total charge in CALO. \end{description} |
67 |
\end{Desc} |
\end{Desc} |
68 |
\begin{Desc} |
\begin{Desc} |
69 |
\item[Returns:]\end{Desc} |
\item[Returns:]\end{Desc} |
70 |
|
|
71 |
|
|
|
Definition at line 54 of file CaloNotIntCut.h.\hypertarget{classCaloNotIntCut_12e8cc131ace028f5540ca2093d661ec}{ |
|
|
\index{CaloNotIntCut@{CaloNotIntCut}!$\sim$CaloNotIntCut@{$\sim$CaloNotIntCut}} |
|
|
\index{$\sim$CaloNotIntCut@{$\sim$CaloNotIntCut}!CaloNotIntCut@{CaloNotIntCut}} |
|
|
\subsubsection[{$\sim$CaloNotIntCut}]{\setlength{\rightskip}{0pt plus 5cm}CaloNotIntCut::$\sim$CaloNotIntCut ()\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} |
|
|
\label{classCaloNotIntCut_12e8cc131ace028f5540ca2093d661ec} |
|
|
|
|
|
|
|
|
Destructor. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 61 of file CaloNotIntCut.h. |
|
|
|
|
72 |
\subsection{Member Function Documentation} |
\subsection{Member Function Documentation} |
73 |
\hypertarget{classCaloNotIntCut_b2b6fd2f100cc967156633edf18a346a}{ |
\hypertarget{classCaloNotIntCut_b2b6fd2f100cc967156633edf18a346a}{ |
74 |
\index{CaloNotIntCut@{CaloNotIntCut}!Check@{Check}} |
\index{CaloNotIntCut@{CaloNotIntCut}!Check@{Check}} |
92 |
|
|
93 |
Implements \hyperlink{classPamCut_a874600461950d1f2b75ce3938f91cbe}{PamCut}. |
Implements \hyperlink{classPamCut_a874600461950d1f2b75ce3938f91cbe}{PamCut}. |
94 |
|
|
|
Definition at line 11 of file CaloNotIntCut.cpp. |
|
|
|
|
|
References \_\-qRatioMin, \_\-trkTrack, \_\-xCaloAxis, \_\-yCaloAxis, CUTOK, and CaloAxis::GetQaxis(). |
|
|
|
|
|
\subsection{Member Data Documentation} |
|
|
\hypertarget{classCaloNotIntCut_2104387c4fa175f209e5211986c77f99}{ |
|
|
\index{CaloNotIntCut@{CaloNotIntCut}!\_\-qRatioMin@{\_\-qRatioMin}} |
|
|
\index{\_\-qRatioMin@{\_\-qRatioMin}!CaloNotIntCut@{CaloNotIntCut}} |
|
|
\subsubsection[{\_\-qRatioMin}]{\setlength{\rightskip}{0pt plus 5cm}float {\bf CaloNotIntCut::\_\-qRatioMin}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}} |
|
|
\label{classCaloNotIntCut_2104387c4fa175f209e5211986c77f99} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 77 of file CaloNotIntCut.h. |
|
|
|
|
|
Referenced by Check().\hypertarget{classCaloNotIntCut_cb99247b622e5802a28a8380bdcd43af}{ |
|
|
\index{CaloNotIntCut@{CaloNotIntCut}!\_\-trkTrack@{\_\-trkTrack}} |
|
|
\index{\_\-trkTrack@{\_\-trkTrack}!CaloNotIntCut@{CaloNotIntCut}} |
|
|
\subsubsection[{\_\-trkTrack}]{\setlength{\rightskip}{0pt plus 5cm}TrkTrack$\ast$ {\bf CaloNotIntCut::\_\-trkTrack}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}} |
|
|
\label{classCaloNotIntCut_cb99247b622e5802a28a8380bdcd43af} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 75 of file CaloNotIntCut.h. |
|
|
|
|
|
Referenced by Check().\hypertarget{classCaloNotIntCut_1f4d19a651a1a4836660e2c6ddbe0b2d}{ |
|
|
\index{CaloNotIntCut@{CaloNotIntCut}!\_\-xCaloAxis@{\_\-xCaloAxis}} |
|
|
\index{\_\-xCaloAxis@{\_\-xCaloAxis}!CaloNotIntCut@{CaloNotIntCut}} |
|
|
\subsubsection[{\_\-xCaloAxis}]{\setlength{\rightskip}{0pt plus 5cm}{\bf CaloAxis}$\ast$ {\bf CaloNotIntCut::\_\-xCaloAxis}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}} |
|
|
\label{classCaloNotIntCut_1f4d19a651a1a4836660e2c6ddbe0b2d} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 76 of file CaloNotIntCut.h. |
|
|
|
|
|
Referenced by Check().\hypertarget{classCaloNotIntCut_dbbdf191676bab6cca8ab7290f9854d1}{ |
|
|
\index{CaloNotIntCut@{CaloNotIntCut}!\_\-yCaloAxis@{\_\-yCaloAxis}} |
|
|
\index{\_\-yCaloAxis@{\_\-yCaloAxis}!CaloNotIntCut@{CaloNotIntCut}} |
|
|
\subsubsection[{\_\-yCaloAxis}]{\setlength{\rightskip}{0pt plus 5cm}{\bf CaloAxis} $\ast$ {\bf CaloNotIntCut::\_\-yCaloAxis}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}} |
|
|
\label{classCaloNotIntCut_dbbdf191676bab6cca8ab7290f9854d1} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 76 of file CaloNotIntCut.h. |
|
|
|
|
|
Referenced by Check(). |
|
|
|
|
95 |
The documentation for this class was generated from the following files:\begin{CompactItemize} |
The documentation for this class was generated from the following files:\begin{CompactItemize} |
96 |
\item |
\item |
97 |
CaloCuts/CaloNotIntCut/\hyperlink{CaloNotIntCut_8h}{CaloNotIntCut.h}\item |
CaloCuts/CaloNotIntCut/\hyperlink{CaloNotIntCut_8h}{CaloNotIntCut.h}\item |