1 |
\hypertarget{classCaloIonCut}{ |
2 |
\section{CaloIonCut Class Reference} |
3 |
\label{classCaloIonCut}\index{CaloIonCut@{CaloIonCut}} |
4 |
} |
5 |
The calorimeter ionization cut. |
6 |
|
7 |
|
8 |
{\tt \#include $<$CaloIonCut.h$>$} |
9 |
|
10 |
Inheritance diagram for CaloIonCut::\begin{figure}[H] |
11 |
\begin{center} |
12 |
\leavevmode |
13 |
\includegraphics[height=2cm]{classCaloIonCut} |
14 |
\end{center} |
15 |
\end{figure} |
16 |
\subsection*{Public Member Functions} |
17 |
\begin{CompactItemize} |
18 |
\item |
19 |
\hyperlink{classCaloIonCut_d6b2ee30eed42510b052ce7276adbb2e}{CaloIonCut} (const char $\ast$cutName, \hyperlink{classCaloAxis}{CaloAxis} $\ast$xCaloAxis, \hyperlink{classCaloAxis}{CaloAxis} $\ast$yCaloAxis, float minRelease=0., float maxRelease=3.) |
20 |
\begin{CompactList}\small\item\em Constructor. \item\end{CompactList}\item |
21 |
\hyperlink{classCaloIonCut_dbb2f15f8cf67625be67aa7143b52a7e}{$\sim$CaloIonCut} () |
22 |
\begin{CompactList}\small\item\em Destructor. \item\end{CompactList}\item |
23 |
int \hyperlink{classCaloIonCut_20a353b53560701ba1ba72db42f48083}{Check} (PamLevel2 $\ast$event) |
24 |
\begin{CompactList}\small\item\em The calorimeter ionization check. \item\end{CompactList}\end{CompactItemize} |
25 |
\subsection*{Private Attributes} |
26 |
\begin{CompactItemize} |
27 |
\item |
28 |
\hyperlink{classCaloAxis}{CaloAxis} $\ast$ \hyperlink{classCaloIonCut_d5fefbe29b26f0c8d299aaa8d95f70c5}{\_\-xCaloAxis} |
29 |
\item |
30 |
\hyperlink{classCaloAxis}{CaloAxis} $\ast$ \hyperlink{classCaloIonCut_f26eab85609cbd18cf6579c9fe79dd08}{\_\-yCaloAxis} |
31 |
\item |
32 |
float \hyperlink{classCaloIonCut_9e0be06d5e079c5ea249ba7cc4fe203b}{\_\-minRelease} |
33 |
\item |
34 |
float \hyperlink{classCaloIonCut_4c1f2201a07e1bf6f72df1b958721677}{\_\-maxRelease} |
35 |
\end{CompactItemize} |
36 |
|
37 |
|
38 |
\subsection{Detailed Description} |
39 |
The calorimeter ionization cut. |
40 |
|
41 |
Checks the energy release on the first calorimeter plane. The current implementation uses the \hyperlink{classCaloAxis}{CaloAxis} objects; to save computing time, the class assumes that the track is externally computed for each event and stored in \hyperlink{classCaloAxis}{CaloAxis} objects; pointers to these objects are passed as arguments to the constructor. The Check method will then ignore the PamLevel2 $\ast$event and assume that the current content of the \hyperlink{classCaloAxis}{CaloAxis} objects are relative to the current event. It is an user's task to ensure that these assumptions are fulfilled every time Check or ApplyCut are called. |
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 30 of file CaloIonCut.h. |
46 |
|
47 |
\subsection{Constructor \& Destructor Documentation} |
48 |
\hypertarget{classCaloIonCut_d6b2ee30eed42510b052ce7276adbb2e}{ |
49 |
\index{CaloIonCut@{CaloIonCut}!CaloIonCut@{CaloIonCut}} |
50 |
\index{CaloIonCut@{CaloIonCut}!CaloIonCut@{CaloIonCut}} |
51 |
\subsubsection[{CaloIonCut}]{\setlength{\rightskip}{0pt plus 5cm}CaloIonCut::CaloIonCut (const char $\ast$ {\em cutName}, \/ {\bf CaloAxis} $\ast$ {\em xCaloAxis}, \/ {\bf CaloAxis} $\ast$ {\em yCaloAxis}, \/ float {\em minRelease} = {\tt 0.}, \/ float {\em maxRelease} = {\tt 3.})\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} |
52 |
\label{classCaloIonCut_d6b2ee30eed42510b052ce7276adbb2e} |
53 |
|
54 |
|
55 |
Constructor. |
56 |
|
57 |
The \hyperlink{classCaloAxis}{CaloAxis} arguments are objects which contain the calorimeter track information for current event. |
58 |
|
59 |
\begin{Desc} |
60 |
\item[Parameters:] |
61 |
\begin{description} |
62 |
\item[{\em cutName}]The cut's name. \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 maxRelease}]The maximum mean ionization (in MIP) in the tracker planes above which an event is discarded. Default: 3. \item[{\em minRelease}]The minimum mean ionization (in MIP) in the tracker planes below which an event is discarded. Default: 0. \end{description} |
63 |
\end{Desc} |
64 |
|
65 |
|
66 |
Definition at line 44 of file CaloIonCut.h.\hypertarget{classCaloIonCut_dbb2f15f8cf67625be67aa7143b52a7e}{ |
67 |
\index{CaloIonCut@{CaloIonCut}!$\sim$CaloIonCut@{$\sim$CaloIonCut}} |
68 |
\index{$\sim$CaloIonCut@{$\sim$CaloIonCut}!CaloIonCut@{CaloIonCut}} |
69 |
\subsubsection[{$\sim$CaloIonCut}]{\setlength{\rightskip}{0pt plus 5cm}CaloIonCut::$\sim$CaloIonCut ()\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} |
70 |
\label{classCaloIonCut_dbb2f15f8cf67625be67aa7143b52a7e} |
71 |
|
72 |
|
73 |
Destructor. |
74 |
|
75 |
|
76 |
|
77 |
Definition at line 49 of file CaloIonCut.h. |
78 |
|
79 |
\subsection{Member Function Documentation} |
80 |
\hypertarget{classCaloIonCut_20a353b53560701ba1ba72db42f48083}{ |
81 |
\index{CaloIonCut@{CaloIonCut}!Check@{Check}} |
82 |
\index{Check@{Check}!CaloIonCut@{CaloIonCut}} |
83 |
\subsubsection[{Check}]{\setlength{\rightskip}{0pt plus 5cm}int CaloIonCut::Check (PamLevel2 $\ast$ {\em event})\hspace{0.3cm}{\tt \mbox{[}virtual\mbox{]}}}} |
84 |
\label{classCaloIonCut_20a353b53560701ba1ba72db42f48083} |
85 |
|
86 |
|
87 |
The calorimeter ionization check. |
88 |
|
89 |
\begin{Desc} |
90 |
\item[Parameters:] |
91 |
\begin{description} |
92 |
\item[{\em event}]The event to analyze. \end{description} |
93 |
\end{Desc} |
94 |
\begin{Desc} |
95 |
\item[Returns:]\hyperlink{CommonDefs_8h_c857f4b76ae431837cbf61fd74863b6c}{CUTOK} if charge released in plane 0 (from \hyperlink{classCaloAxis}{CaloAxis}) is greater than minRelease and lesser than maxRelease, for both X and Y |
96 |
|
97 |
0 otherwise \end{Desc} |
98 |
|
99 |
|
100 |
Implements \hyperlink{classPamCut_a874600461950d1f2b75ce3938f91cbe}{PamCut}. |
101 |
|
102 |
Definition at line 12 of file CaloIonCut.cpp. |
103 |
|
104 |
References \_\-maxRelease, \_\-minRelease, \_\-xCaloAxis, \_\-yCaloAxis, CUTOK, and CaloAxis::GetQ(). |
105 |
|
106 |
\subsection{Member Data Documentation} |
107 |
\hypertarget{classCaloIonCut_4c1f2201a07e1bf6f72df1b958721677}{ |
108 |
\index{CaloIonCut@{CaloIonCut}!\_\-maxRelease@{\_\-maxRelease}} |
109 |
\index{\_\-maxRelease@{\_\-maxRelease}!CaloIonCut@{CaloIonCut}} |
110 |
\subsubsection[{\_\-maxRelease}]{\setlength{\rightskip}{0pt plus 5cm}float {\bf CaloIonCut::\_\-maxRelease}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}} |
111 |
\label{classCaloIonCut_4c1f2201a07e1bf6f72df1b958721677} |
112 |
|
113 |
|
114 |
|
115 |
|
116 |
Definition at line 62 of file CaloIonCut.h. |
117 |
|
118 |
Referenced by Check().\hypertarget{classCaloIonCut_9e0be06d5e079c5ea249ba7cc4fe203b}{ |
119 |
\index{CaloIonCut@{CaloIonCut}!\_\-minRelease@{\_\-minRelease}} |
120 |
\index{\_\-minRelease@{\_\-minRelease}!CaloIonCut@{CaloIonCut}} |
121 |
\subsubsection[{\_\-minRelease}]{\setlength{\rightskip}{0pt plus 5cm}float {\bf CaloIonCut::\_\-minRelease}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}} |
122 |
\label{classCaloIonCut_9e0be06d5e079c5ea249ba7cc4fe203b} |
123 |
|
124 |
|
125 |
|
126 |
|
127 |
Definition at line 62 of file CaloIonCut.h. |
128 |
|
129 |
Referenced by Check().\hypertarget{classCaloIonCut_d5fefbe29b26f0c8d299aaa8d95f70c5}{ |
130 |
\index{CaloIonCut@{CaloIonCut}!\_\-xCaloAxis@{\_\-xCaloAxis}} |
131 |
\index{\_\-xCaloAxis@{\_\-xCaloAxis}!CaloIonCut@{CaloIonCut}} |
132 |
\subsubsection[{\_\-xCaloAxis}]{\setlength{\rightskip}{0pt plus 5cm}{\bf CaloAxis}$\ast$ {\bf CaloIonCut::\_\-xCaloAxis}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}} |
133 |
\label{classCaloIonCut_d5fefbe29b26f0c8d299aaa8d95f70c5} |
134 |
|
135 |
|
136 |
|
137 |
|
138 |
Definition at line 61 of file CaloIonCut.h. |
139 |
|
140 |
Referenced by Check().\hypertarget{classCaloIonCut_f26eab85609cbd18cf6579c9fe79dd08}{ |
141 |
\index{CaloIonCut@{CaloIonCut}!\_\-yCaloAxis@{\_\-yCaloAxis}} |
142 |
\index{\_\-yCaloAxis@{\_\-yCaloAxis}!CaloIonCut@{CaloIonCut}} |
143 |
\subsubsection[{\_\-yCaloAxis}]{\setlength{\rightskip}{0pt plus 5cm}{\bf CaloAxis} $\ast$ {\bf CaloIonCut::\_\-yCaloAxis}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}} |
144 |
\label{classCaloIonCut_f26eab85609cbd18cf6579c9fe79dd08} |
145 |
|
146 |
|
147 |
|
148 |
|
149 |
Definition at line 61 of file CaloIonCut.h. |
150 |
|
151 |
Referenced by Check(). |
152 |
|
153 |
The documentation for this class was generated from the following files:\begin{CompactItemize} |
154 |
\item |
155 |
CaloCuts/CaloIonCut/\hyperlink{CaloIonCut_8h}{CaloIonCut.h}\item |
156 |
CaloCuts/CaloIonCut/\hyperlink{CaloIonCut_8cpp}{CaloIonCut.cpp}\end{CompactItemize} |