/[PAMELA software]/PamCut/doc/Doxygen/latex/classTofNucleiZCut.tex
ViewVC logotype

Contents of /PamCut/doc/Doxygen/latex/classTofNucleiZCut.tex

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Wed May 27 13:30:01 2009 UTC (15 years, 10 months ago) by pam-fi
Branch: MAIN
Branch point for: DEV
File MIME type: application/x-tex
Initial revision

1 \hypertarget{classTofNucleiZCut}{
2 \section{TofNucleiZCut Class Reference}
3 \label{classTofNucleiZCut}\index{TofNucleiZCut@{TofNucleiZCut}}
4 }
5 The TofNuclei charge cut.
6
7
8 {\tt \#include $<$TofNucleiZCut.h$>$}
9
10 Inheritance diagram for TofNucleiZCut::\begin{figure}[H]
11 \begin{center}
12 \leavevmode
13 \includegraphics[height=2cm]{classTofNucleiZCut}
14 \end{center}
15 \end{figure}
16 \subsection*{Public Member Functions}
17 \begin{CompactItemize}
18 \item
19 \hyperlink{classTofNucleiZCut_0da6346342abf76e1dd481360ccccde8}{TofNucleiZCut} (const char $\ast$cutName, unsigned int Z, float lowerLimit, float upperLimit, unsigned int minLayers=6, unsigned int layersMask=0)
20 \begin{CompactList}\small\item\em Constructor. \item\end{CompactList}\item
21 \hyperlink{classTofNucleiZCut_330057cb64fc666c1338200753f4bc03}{$\sim$TofNucleiZCut} ()
22 \begin{CompactList}\small\item\em Destructor. \item\end{CompactList}\item
23 int \hyperlink{classTofNucleiZCut_86aa8211e4afee39ff38080347bf651d}{Check} (PamLevel2 $\ast$event)
24 \begin{CompactList}\small\item\em The TofNucleiZ check. \item\end{CompactList}\end{CompactItemize}
25 \subsection*{Private Attributes}
26 \begin{CompactItemize}
27 \item
28 unsigned int \hyperlink{classTofNucleiZCut_356fa811a65d5194dbbc4651d83530ef}{\_\-Z}
29 \item
30 \hyperlink{classSimpleMatrix}{SimpleMatrix}$<$ float $>$ \hyperlink{classTofNucleiZCut_cf873efeadca326eedc7fe647c44bd89}{\_\-mean}
31 \item
32 \hyperlink{classSimpleMatrix}{SimpleMatrix}$<$ float $>$ \hyperlink{classTofNucleiZCut_eea4796a4958fef682803939034579cf}{\_\-sigma}
33 \item
34 float \hyperlink{classTofNucleiZCut_d4436c3e8efcd48f8befda3c6395f4ed}{\_\-lowerLimit}
35 \item
36 float \hyperlink{classTofNucleiZCut_884c0edaccd86f4b121572386c42a290}{\_\-upperLimit}
37 \item
38 unsigned int \hyperlink{classTofNucleiZCut_4c74f3475f72039dea6c87ec92276c1f}{\_\-minLayers}
39 \item
40 unsigned int \hyperlink{classTofNucleiZCut_59b391889d5a9e2c4a127adb92f0277e}{\_\-layersMask}
41 \item
42 ToFNuclei $\ast$ \hyperlink{classTofNucleiZCut_6e52d79381364353da0780db39b98492}{\_\-tofNuclei}
43 \end{CompactItemize}
44 \subsection*{Static Private Attributes}
45 \begin{CompactItemize}
46 \item
47 static const float \hyperlink{classTofNucleiZCut_e9e277a7761ca24ec76c5ba04fe93ed5}{\_\-sigmaZdefault} \mbox{[}8\mbox{]} = \{ 0.12, 0.15, 0.20, 0.25, 0.32, 0.40, 0.45, 0.50 \}
48 \item
49 static const unsigned int \hyperlink{classTofNucleiZCut_bd6900afd20211e94489644410e1367f}{\_\-maskArray} \mbox{[}6\mbox{]}
50 \end{CompactItemize}
51
52
53 \subsection{Detailed Description}
54 The TofNuclei charge cut.
55
56 This cut uses the TofNuclei library (with only TOF standalone track information) to cut events depending on particle's charge value.
57
58 Definition at line 47 of file TofNucleiZCut.h.
59
60 \subsection{Constructor \& Destructor Documentation}
61 \hypertarget{classTofNucleiZCut_0da6346342abf76e1dd481360ccccde8}{
62 \index{TofNucleiZCut@{TofNucleiZCut}!TofNucleiZCut@{TofNucleiZCut}}
63 \index{TofNucleiZCut@{TofNucleiZCut}!TofNucleiZCut@{TofNucleiZCut}}
64 \subsubsection[{TofNucleiZCut}]{\setlength{\rightskip}{0pt plus 5cm}TofNucleiZCut::TofNucleiZCut (const char $\ast$ {\em cutName}, \/ unsigned int {\em Z}, \/ float {\em lowerLimit}, \/ float {\em upperLimit}, \/ unsigned int {\em minLayers} = {\tt 6}, \/ unsigned int {\em layersMask} = {\tt 0})}}
65 \label{classTofNucleiZCut_0da6346342abf76e1dd481360ccccde8}
66
67
68 Constructor.
69
70 The charge to look for is passed to the \hyperlink{classTofNucleiZCut}{TofNucleiZCut} object as Z. For each charge, there is an associated distribution of events, with mean Zmean and standard deviation sigmaZ. These values will be used to check the events.
71
72 \begin{Desc}
73 \item[Parameters:]
74 \begin{description}
75 \item[{\em cutName}]The cut's name. \item[{\em Z}]The charge value. \item[{\em lowerLimit}]The lower bound (in units of sigmaZ) of the desired charge range, defined as Zmean - lowerBound$\ast$sigmaZ. \item[{\em upperLimit}]The upper bound (in units of sigmaZ) of the desired charge range, defined as Zmean + upperBound$\ast$sigmaZ. \item[{\em minLayers}]The minimum number of layers for which Z must have been measured. \item[{\em layersMask}]The masked layers (see \hyperlink{TofNucleiZCut_8h_2d58b1b799df7d79374ed3ab6cbd204a}{TofNucleiZ\_\-Layers}). These will be ignored throughout all the \hyperlink{classTofNucleiZCut}{TofNucleiZCut} analysis. \end{description}
76 \end{Desc}
77 \begin{Desc}
78 \item[See also:]\hyperlink{classTofNucleiZCut_86aa8211e4afee39ff38080347bf651d}{Check} \end{Desc}
79
80
81 Definition at line 19 of file TofNucleiZCut.cpp.
82
83 References \_\-mean, \_\-sigma, and \_\-sigmaZdefault.\hypertarget{classTofNucleiZCut_330057cb64fc666c1338200753f4bc03}{
84 \index{TofNucleiZCut@{TofNucleiZCut}!$\sim$TofNucleiZCut@{$\sim$TofNucleiZCut}}
85 \index{$\sim$TofNucleiZCut@{$\sim$TofNucleiZCut}!TofNucleiZCut@{TofNucleiZCut}}
86 \subsubsection[{$\sim$TofNucleiZCut}]{\setlength{\rightskip}{0pt plus 5cm}TofNucleiZCut::$\sim$TofNucleiZCut ()\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}}
87 \label{classTofNucleiZCut_330057cb64fc666c1338200753f4bc03}
88
89
90 Destructor.
91
92
93
94 Definition at line 67 of file TofNucleiZCut.h.
95
96 References \_\-tofNuclei.
97
98 \subsection{Member Function Documentation}
99 \hypertarget{classTofNucleiZCut_86aa8211e4afee39ff38080347bf651d}{
100 \index{TofNucleiZCut@{TofNucleiZCut}!Check@{Check}}
101 \index{Check@{Check}!TofNucleiZCut@{TofNucleiZCut}}
102 \subsubsection[{Check}]{\setlength{\rightskip}{0pt plus 5cm}int TofNucleiZCut::Check (PamLevel2 $\ast$ {\em event})\hspace{0.3cm}{\tt \mbox{[}virtual\mbox{]}}}}
103 \label{classTofNucleiZCut_86aa8211e4afee39ff38080347bf651d}
104
105
106 The TofNucleiZ check.
107
108 The routine selects events whose value of Zmean obtained from the ToF is in the range \mbox{[}Zmean - sigma$\ast$lowerBound, Zmean + sigma$\ast$upperBound\mbox{]}. Zmean and sigma are defined respectively as the mean and the standard deviation of the charge distributions obtained using ToFNuclei. The calibration values used in this routine (for all energies) are:
109
110 Z=1 $|$ Zmean sigma ------------------------ S11 $|$ 0.987 0.11 S12 $|$ 0.988 0.12 S21 $|$ 0.961 0.083 S22 $|$ 0.966 0.10 S31 $|$ 0.981 0.092 S32 $|$ 0.979 0.095
111
112 Z=2 $|$ Zmean sigma ------------------------ S11 $|$ 1.96 0.12 S12 $|$ 1.95 0.14 S21 $|$ 1.95 0.13 S22 $|$ 1.96 0.14 S31 $|$ 1.99 0.14 S32 $|$ 2.00 0.15
113
114 In current implementation, heavier nuclei up to oxygen are partially calibrated; means are taken equal to the particle's charge (Zmean = Z) and a single sigma is used for all ToF layers:
115
116 Z $|$ sigma ----------- 3 $|$ 0.20 4 $|$ 0.25 5 $|$ 0.32 6 $|$ 0.40 7 $|$ 0.45 8 $|$ 0.50
117
118 The charge of the particle is detrmined by calling ToFNuclei::Get\_\-Charge\_\-ToF\_\-std\_\-layer(). First of all, the number of non-masked layers giving a valid charge information is checked to be greater than minLayers; then the bound on the charge value is checked for all valid planes. If at least one of the valid, non-masked planes gives a charge outside the bounds the routine will return \hyperlink{TofNucleiZCut_8h_7cbf6ce6906f1524de86f3d84f23aa54ef9ad5021a1b83dd6a53eb225044d7c6}{TOFNUCLEIZ\_\-OUTOFBOUNDS}. Note that this happens even if more than minLayers give a charge inside boundaries; for example, if minLayers = 5 and we have 6 good charge measurement of which only 5 are inside the boundaries, the check will fail. Notice that masking a layer has the net effect of reducing the number of layers: asking minLayers = 5 and masking two planes will result in return value of \hyperlink{TofNucleiZCut_8h_7cbf6ce6906f1524de86f3d84f23aa54179c0935201f5d6ac6d7f00ebd1e959c}{TOFNUCLEIZ\_\-TOOFEWLAYERS} for all events, since the \char`\"{}effective ToF\char`\"{} has only 4 layers.
119
120 \begin{Desc}
121 \item[Parameters:]
122 \begin{description}
123 \item[{\em event}]The event to analyze. \end{description}
124 \end{Desc}
125 \begin{Desc}
126 \item[Returns:]\hyperlink{CommonDefs_8h_c857f4b76ae431837cbf61fd74863b6c}{CUTOK} if the charge obtained from TofNuclei is in the range \mbox{[}Z - sigma$\ast$lowerBound, Z + sigma$\ast$upperBound\mbox{]} in at least minLayers (apart from eventual masked layers).
127
128 \hyperlink{TofNucleiZCut_8h_7cbf6ce6906f1524de86f3d84f23aa54ef9ad5021a1b83dd6a53eb225044d7c6}{TOFNUCLEIZ\_\-OUTOFBOUNDS} if charge is out of bounds in at least one non-masked layer.
129
130 \hyperlink{TofNucleiZCut_8h_7cbf6ce6906f1524de86f3d84f23aa54179c0935201f5d6ac6d7f00ebd1e959c}{TOFNUCLEIZ\_\-TOOFEWLAYERS} if charge information is available for a number of layers lesser than minLayers.
131
132 \hyperlink{TrkNucleiZCut_8h_3e78e6ef9e0abc656efc51a034b06b416dc17ce6156ddda7c99352e6e162ddbe}{TRKNUCLEIZ\_\-OUTOFBOUNDS} if Z $<$ 1 or Z $>$ 8. \end{Desc}
133
134
135 Implements \hyperlink{classPamCut_a874600461950d1f2b75ce3938f91cbe}{PamCut}.
136
137 Definition at line 78 of file TofNucleiZCut.cpp.
138
139 References \_\-layersMask, \_\-lowerLimit, \_\-maskArray, \_\-mean, \_\-minLayers, \_\-sigma, \_\-tofNuclei, \_\-upperLimit, \_\-Z, CUTOK, TOFNUCLEIZ\_\-ILLEGALZ, TOFNUCLEIZ\_\-OUTOFBOUNDS, and TOFNUCLEIZ\_\-TOOFEWLAYERS.
140
141 \subsection{Member Data Documentation}
142 \hypertarget{classTofNucleiZCut_59b391889d5a9e2c4a127adb92f0277e}{
143 \index{TofNucleiZCut@{TofNucleiZCut}!\_\-layersMask@{\_\-layersMask}}
144 \index{\_\-layersMask@{\_\-layersMask}!TofNucleiZCut@{TofNucleiZCut}}
145 \subsubsection[{\_\-layersMask}]{\setlength{\rightskip}{0pt plus 5cm}unsigned int {\bf TofNucleiZCut::\_\-layersMask}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}}
146 \label{classTofNucleiZCut_59b391889d5a9e2c4a127adb92f0277e}
147
148
149
150
151 Definition at line 149 of file TofNucleiZCut.h.
152
153 Referenced by Check().\hypertarget{classTofNucleiZCut_d4436c3e8efcd48f8befda3c6395f4ed}{
154 \index{TofNucleiZCut@{TofNucleiZCut}!\_\-lowerLimit@{\_\-lowerLimit}}
155 \index{\_\-lowerLimit@{\_\-lowerLimit}!TofNucleiZCut@{TofNucleiZCut}}
156 \subsubsection[{\_\-lowerLimit}]{\setlength{\rightskip}{0pt plus 5cm}float {\bf TofNucleiZCut::\_\-lowerLimit}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}}
157 \label{classTofNucleiZCut_d4436c3e8efcd48f8befda3c6395f4ed}
158
159
160
161
162 Definition at line 146 of file TofNucleiZCut.h.
163
164 Referenced by Check().\hypertarget{classTofNucleiZCut_bd6900afd20211e94489644410e1367f}{
165 \index{TofNucleiZCut@{TofNucleiZCut}!\_\-maskArray@{\_\-maskArray}}
166 \index{\_\-maskArray@{\_\-maskArray}!TofNucleiZCut@{TofNucleiZCut}}
167 \subsubsection[{\_\-maskArray}]{\setlength{\rightskip}{0pt plus 5cm}const unsigned int {\bf TofNucleiZCut::\_\-maskArray}\hspace{0.3cm}{\tt \mbox{[}static, private\mbox{]}}}}
168 \label{classTofNucleiZCut_bd6900afd20211e94489644410e1367f}
169
170
171 \textbf{Initial value:}
172
173 \begin{Code}\begin{verbatim} { TOFNUCLEIZ_S11, TOFNUCLEIZ_S12, TOFNUCLEIZ_S21, TOFNUCLEIZ_S22,
174 TOFNUCLEIZ_S31, TOFNUCLEIZ_S32 }
175 \end{verbatim}
176 \end{Code}
177
178
179 Definition at line 152 of file TofNucleiZCut.h.
180
181 Referenced by Check().\hypertarget{classTofNucleiZCut_cf873efeadca326eedc7fe647c44bd89}{
182 \index{TofNucleiZCut@{TofNucleiZCut}!\_\-mean@{\_\-mean}}
183 \index{\_\-mean@{\_\-mean}!TofNucleiZCut@{TofNucleiZCut}}
184 \subsubsection[{\_\-mean}]{\setlength{\rightskip}{0pt plus 5cm}{\bf SimpleMatrix}$<$float$>$ {\bf TofNucleiZCut::\_\-mean}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}}
185 \label{classTofNucleiZCut_cf873efeadca326eedc7fe647c44bd89}
186
187
188
189
190 Definition at line 142 of file TofNucleiZCut.h.
191
192 Referenced by Check(), and TofNucleiZCut().\hypertarget{classTofNucleiZCut_4c74f3475f72039dea6c87ec92276c1f}{
193 \index{TofNucleiZCut@{TofNucleiZCut}!\_\-minLayers@{\_\-minLayers}}
194 \index{\_\-minLayers@{\_\-minLayers}!TofNucleiZCut@{TofNucleiZCut}}
195 \subsubsection[{\_\-minLayers}]{\setlength{\rightskip}{0pt plus 5cm}unsigned int {\bf TofNucleiZCut::\_\-minLayers}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}}
196 \label{classTofNucleiZCut_4c74f3475f72039dea6c87ec92276c1f}
197
198
199
200
201 Definition at line 148 of file TofNucleiZCut.h.
202
203 Referenced by Check().\hypertarget{classTofNucleiZCut_eea4796a4958fef682803939034579cf}{
204 \index{TofNucleiZCut@{TofNucleiZCut}!\_\-sigma@{\_\-sigma}}
205 \index{\_\-sigma@{\_\-sigma}!TofNucleiZCut@{TofNucleiZCut}}
206 \subsubsection[{\_\-sigma}]{\setlength{\rightskip}{0pt plus 5cm}{\bf SimpleMatrix}$<$float$>$ {\bf TofNucleiZCut::\_\-sigma}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}}
207 \label{classTofNucleiZCut_eea4796a4958fef682803939034579cf}
208
209
210
211
212 Definition at line 143 of file TofNucleiZCut.h.
213
214 Referenced by Check(), and TofNucleiZCut().\hypertarget{classTofNucleiZCut_e9e277a7761ca24ec76c5ba04fe93ed5}{
215 \index{TofNucleiZCut@{TofNucleiZCut}!\_\-sigmaZdefault@{\_\-sigmaZdefault}}
216 \index{\_\-sigmaZdefault@{\_\-sigmaZdefault}!TofNucleiZCut@{TofNucleiZCut}}
217 \subsubsection[{\_\-sigmaZdefault}]{\setlength{\rightskip}{0pt plus 5cm}const float {\bf TofNucleiZCut::\_\-sigmaZdefault} = \{ 0.12, 0.15, 0.20, 0.25, 0.32, 0.40, 0.45, 0.50 \}\hspace{0.3cm}{\tt \mbox{[}static, private\mbox{]}}}}
218 \label{classTofNucleiZCut_e9e277a7761ca24ec76c5ba04fe93ed5}
219
220
221
222
223 Definition at line 144 of file TofNucleiZCut.h.
224
225 Referenced by TofNucleiZCut().\hypertarget{classTofNucleiZCut_6e52d79381364353da0780db39b98492}{
226 \index{TofNucleiZCut@{TofNucleiZCut}!\_\-tofNuclei@{\_\-tofNuclei}}
227 \index{\_\-tofNuclei@{\_\-tofNuclei}!TofNucleiZCut@{TofNucleiZCut}}
228 \subsubsection[{\_\-tofNuclei}]{\setlength{\rightskip}{0pt plus 5cm}ToFNuclei$\ast$ {\bf TofNucleiZCut::\_\-tofNuclei}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}}
229 \label{classTofNucleiZCut_6e52d79381364353da0780db39b98492}
230
231
232
233
234 Definition at line 151 of file TofNucleiZCut.h.
235
236 Referenced by Check(), and $\sim$TofNucleiZCut().\hypertarget{classTofNucleiZCut_884c0edaccd86f4b121572386c42a290}{
237 \index{TofNucleiZCut@{TofNucleiZCut}!\_\-upperLimit@{\_\-upperLimit}}
238 \index{\_\-upperLimit@{\_\-upperLimit}!TofNucleiZCut@{TofNucleiZCut}}
239 \subsubsection[{\_\-upperLimit}]{\setlength{\rightskip}{0pt plus 5cm}float {\bf TofNucleiZCut::\_\-upperLimit}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}}
240 \label{classTofNucleiZCut_884c0edaccd86f4b121572386c42a290}
241
242
243
244
245 Definition at line 147 of file TofNucleiZCut.h.
246
247 Referenced by Check().\hypertarget{classTofNucleiZCut_356fa811a65d5194dbbc4651d83530ef}{
248 \index{TofNucleiZCut@{TofNucleiZCut}!\_\-Z@{\_\-Z}}
249 \index{\_\-Z@{\_\-Z}!TofNucleiZCut@{TofNucleiZCut}}
250 \subsubsection[{\_\-Z}]{\setlength{\rightskip}{0pt plus 5cm}unsigned int {\bf TofNucleiZCut::\_\-Z}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}}
251 \label{classTofNucleiZCut_356fa811a65d5194dbbc4651d83530ef}
252
253
254
255
256 Definition at line 141 of file TofNucleiZCut.h.
257
258 Referenced by Check().
259
260 The documentation for this class was generated from the following files:\begin{CompactItemize}
261 \item
262 TofCuts/TofNucleiZCut/\hyperlink{TofNucleiZCut_8h}{TofNucleiZCut.h}\item
263 TofCuts/TofNucleiZCut/\hyperlink{TofNucleiZCut_8cpp}{TofNucleiZCut.cpp}\end{CompactItemize}

  ViewVC Help
Powered by ViewVC 1.1.23