1 |
\hypertarget{classCaloNotIntCut}{ |
2 |
\section{CaloNotIntCut Class Reference} |
3 |
\label{classCaloNotIntCut}\index{CaloNotIntCut@{CaloNotIntCut}} |
4 |
} |
5 |
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. |
6 |
|
7 |
|
8 |
{\tt \#include $<$CaloNotIntCut.h$>$} |
9 |
|
10 |
Inheritance diagram for CaloNotIntCut::\begin{figure}[H] |
11 |
\begin{center} |
12 |
\leavevmode |
13 |
\includegraphics[height=2cm]{classCaloNotIntCut} |
14 |
\end{center} |
15 |
\end{figure} |
16 |
\subsection*{Public Member Functions} |
17 |
\begin{CompactItemize} |
18 |
\item |
19 |
\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 |
21 |
\hyperlink{classCaloNotIntCut_73c1ff477c355987d9e0ac071b88b2af}{CaloNotIntCut} (const char $\ast$cutName, \hyperlink{classCaloAxis}{CaloAxis} $\ast$xCaloAxis, \hyperlink{classCaloAxis}{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 |
23 |
\hyperlink{classCaloNotIntCut_12e8cc131ace028f5540ca2093d661ec}{$\sim$CaloNotIntCut} () |
24 |
\begin{CompactList}\small\item\em Destructor. \item\end{CompactList}\item |
25 |
int \hyperlink{classCaloNotIntCut_b2b6fd2f100cc967156633edf18a346a}{Check} (PamLevel2 $\ast$event) |
26 |
\begin{CompactList}\small\item\em The non-interacting track check. \item\end{CompactList}\end{CompactItemize} |
27 |
\subsection*{Private Attributes} |
28 |
\begin{CompactItemize} |
29 |
\item |
30 |
TrkTrack $\ast$ \hyperlink{classCaloNotIntCut_cb99247b622e5802a28a8380bdcd43af}{\_\-trkTrack} |
31 |
\item |
32 |
\hyperlink{classCaloAxis}{CaloAxis} $\ast$ \hyperlink{classCaloNotIntCut_1f4d19a651a1a4836660e2c6ddbe0b2d}{\_\-xCaloAxis} |
33 |
\item |
34 |
\hyperlink{classCaloAxis}{CaloAxis} $\ast$ \hyperlink{classCaloNotIntCut_dbbdf191676bab6cca8ab7290f9854d1}{\_\-yCaloAxis} |
35 |
\item |
36 |
float \hyperlink{classCaloNotIntCut_2104387c4fa175f209e5211986c77f99}{\_\-qRatioMin} |
37 |
\end{CompactItemize} |
38 |
|
39 |
|
40 |
\subsection{Detailed Description} |
41 |
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. |
42 |
|
43 |
CUT DEPENDENCIES: \hyperlink{classCaloTrackCut}{CaloTrackCut} for the existence of the track (it can also provide the \hyperlink{classCaloAxis}{CaloAxis} objects). |
44 |
|
45 |
Definition at line 27 of file CaloNotIntCut.h. |
46 |
|
47 |
\subsection{Constructor \& Destructor Documentation} |
48 |
\hypertarget{classCaloNotIntCut_9ea488ce3469e0be3938b68b24f49df8}{ |
49 |
\index{CaloNotIntCut@{CaloNotIntCut}!CaloNotIntCut@{CaloNotIntCut}} |
50 |
\index{CaloNotIntCut@{CaloNotIntCut}!CaloNotIntCut@{CaloNotIntCut}} |
51 |
\subsubsection[{CaloNotIntCut}]{\setlength{\rightskip}{0pt plus 5cm}CaloNotIntCut::CaloNotIntCut (const char $\ast$ {\em cutName}, \/ TrkTrack $\ast$ {\em trkTrack}, \/ float {\em qRatioMin} = {\tt 0.8})\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} |
52 |
\label{classCaloNotIntCut_9ea488ce3469e0be3938b68b24f49df8} |
53 |
|
54 |
|
55 |
Constructor for tracker track. Use this constructor if you want to use the tracker track to perform the non-interaction check. |
56 |
|
57 |
NOTE: \hyperlink{classCaloNotIntCut_b2b6fd2f100cc967156633edf18a346a}{Check()} for this constructor is not implemented yet. |
58 |
|
59 |
\begin{Desc} |
60 |
\item[Parameters:] |
61 |
\begin{description} |
62 |
\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} |
63 |
\end{Desc} |
64 |
|
65 |
|
66 |
Definition at line 40 of file CaloNotIntCut.h.\hypertarget{classCaloNotIntCut_73c1ff477c355987d9e0ac071b88b2af}{ |
67 |
\index{CaloNotIntCut@{CaloNotIntCut}!CaloNotIntCut@{CaloNotIntCut}} |
68 |
\index{CaloNotIntCut@{CaloNotIntCut}!CaloNotIntCut@{CaloNotIntCut}} |
69 |
\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{]}}}} |
70 |
\label{classCaloNotIntCut_73c1ff477c355987d9e0ac071b88b2af} |
71 |
|
72 |
|
73 |
Constructor for calorimeter track. Use this constructor if you want to use the calorimeter track to perform the non-interaction check. |
74 |
|
75 |
\begin{Desc} |
76 |
\item[Parameters:] |
77 |
\begin{description} |
78 |
\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} |
79 |
\end{Desc} |
80 |
\begin{Desc} |
81 |
\item[Returns:]\end{Desc} |
82 |
|
83 |
|
84 |
Definition at line 54 of file CaloNotIntCut.h.\hypertarget{classCaloNotIntCut_12e8cc131ace028f5540ca2093d661ec}{ |
85 |
\index{CaloNotIntCut@{CaloNotIntCut}!$\sim$CaloNotIntCut@{$\sim$CaloNotIntCut}} |
86 |
\index{$\sim$CaloNotIntCut@{$\sim$CaloNotIntCut}!CaloNotIntCut@{CaloNotIntCut}} |
87 |
\subsubsection[{$\sim$CaloNotIntCut}]{\setlength{\rightskip}{0pt plus 5cm}CaloNotIntCut::$\sim$CaloNotIntCut ()\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} |
88 |
\label{classCaloNotIntCut_12e8cc131ace028f5540ca2093d661ec} |
89 |
|
90 |
|
91 |
Destructor. |
92 |
|
93 |
|
94 |
|
95 |
Definition at line 61 of file CaloNotIntCut.h. |
96 |
|
97 |
\subsection{Member Function Documentation} |
98 |
\hypertarget{classCaloNotIntCut_b2b6fd2f100cc967156633edf18a346a}{ |
99 |
\index{CaloNotIntCut@{CaloNotIntCut}!Check@{Check}} |
100 |
\index{Check@{Check}!CaloNotIntCut@{CaloNotIntCut}} |
101 |
\subsubsection[{Check}]{\setlength{\rightskip}{0pt plus 5cm}int CaloNotIntCut::Check (PamLevel2 $\ast$ {\em event})\hspace{0.3cm}{\tt \mbox{[}virtual\mbox{]}}}} |
102 |
\label{classCaloNotIntCut_b2b6fd2f100cc967156633edf18a346a} |
103 |
|
104 |
|
105 |
The non-interacting track check. |
106 |
|
107 |
\begin{Desc} |
108 |
\item[Parameters:] |
109 |
\begin{description} |
110 |
\item[{\em event}]The event to analyze. \end{description} |
111 |
\end{Desc} |
112 |
\begin{Desc} |
113 |
\item[Returns:]\hyperlink{CommonDefs_8h_c857f4b76ae431837cbf61fd74863b6c}{CUTOK} if the ratio between the charge released along the Calo track and the total released charge is greater than qRatioMin. |
114 |
|
115 |
0 otherwise. \end{Desc} |
116 |
|
117 |
|
118 |
Implements \hyperlink{classPamCut_a874600461950d1f2b75ce3938f91cbe}{PamCut}. |
119 |
|
120 |
Definition at line 11 of file CaloNotIntCut.cpp. |
121 |
|
122 |
References \_\-qRatioMin, \_\-trkTrack, \_\-xCaloAxis, \_\-yCaloAxis, CUTOK, and CaloAxis::GetQaxis(). |
123 |
|
124 |
\subsection{Member Data Documentation} |
125 |
\hypertarget{classCaloNotIntCut_2104387c4fa175f209e5211986c77f99}{ |
126 |
\index{CaloNotIntCut@{CaloNotIntCut}!\_\-qRatioMin@{\_\-qRatioMin}} |
127 |
\index{\_\-qRatioMin@{\_\-qRatioMin}!CaloNotIntCut@{CaloNotIntCut}} |
128 |
\subsubsection[{\_\-qRatioMin}]{\setlength{\rightskip}{0pt plus 5cm}float {\bf CaloNotIntCut::\_\-qRatioMin}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}} |
129 |
\label{classCaloNotIntCut_2104387c4fa175f209e5211986c77f99} |
130 |
|
131 |
|
132 |
|
133 |
|
134 |
Definition at line 77 of file CaloNotIntCut.h. |
135 |
|
136 |
Referenced by Check().\hypertarget{classCaloNotIntCut_cb99247b622e5802a28a8380bdcd43af}{ |
137 |
\index{CaloNotIntCut@{CaloNotIntCut}!\_\-trkTrack@{\_\-trkTrack}} |
138 |
\index{\_\-trkTrack@{\_\-trkTrack}!CaloNotIntCut@{CaloNotIntCut}} |
139 |
\subsubsection[{\_\-trkTrack}]{\setlength{\rightskip}{0pt plus 5cm}TrkTrack$\ast$ {\bf CaloNotIntCut::\_\-trkTrack}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}} |
140 |
\label{classCaloNotIntCut_cb99247b622e5802a28a8380bdcd43af} |
141 |
|
142 |
|
143 |
|
144 |
|
145 |
Definition at line 75 of file CaloNotIntCut.h. |
146 |
|
147 |
Referenced by Check().\hypertarget{classCaloNotIntCut_1f4d19a651a1a4836660e2c6ddbe0b2d}{ |
148 |
\index{CaloNotIntCut@{CaloNotIntCut}!\_\-xCaloAxis@{\_\-xCaloAxis}} |
149 |
\index{\_\-xCaloAxis@{\_\-xCaloAxis}!CaloNotIntCut@{CaloNotIntCut}} |
150 |
\subsubsection[{\_\-xCaloAxis}]{\setlength{\rightskip}{0pt plus 5cm}{\bf CaloAxis}$\ast$ {\bf CaloNotIntCut::\_\-xCaloAxis}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}} |
151 |
\label{classCaloNotIntCut_1f4d19a651a1a4836660e2c6ddbe0b2d} |
152 |
|
153 |
|
154 |
|
155 |
|
156 |
Definition at line 76 of file CaloNotIntCut.h. |
157 |
|
158 |
Referenced by Check().\hypertarget{classCaloNotIntCut_dbbdf191676bab6cca8ab7290f9854d1}{ |
159 |
\index{CaloNotIntCut@{CaloNotIntCut}!\_\-yCaloAxis@{\_\-yCaloAxis}} |
160 |
\index{\_\-yCaloAxis@{\_\-yCaloAxis}!CaloNotIntCut@{CaloNotIntCut}} |
161 |
\subsubsection[{\_\-yCaloAxis}]{\setlength{\rightskip}{0pt plus 5cm}{\bf CaloAxis} $\ast$ {\bf CaloNotIntCut::\_\-yCaloAxis}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}} |
162 |
\label{classCaloNotIntCut_dbbdf191676bab6cca8ab7290f9854d1} |
163 |
|
164 |
|
165 |
|
166 |
|
167 |
Definition at line 76 of file CaloNotIntCut.h. |
168 |
|
169 |
Referenced by Check(). |
170 |
|
171 |
The documentation for this class was generated from the following files:\begin{CompactItemize} |
172 |
\item |
173 |
CaloCuts/CaloNotIntCut/\hyperlink{CaloNotIntCut_8h}{CaloNotIntCut.h}\item |
174 |
CaloCuts/CaloNotIntCut/\hyperlink{CaloNotIntCut_8cpp}{CaloNotIntCut.cpp}\end{CompactItemize} |