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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Fri Jun 5 13:15:15 2009 UTC (15 years, 10 months ago) by pam-fi
Branch: MAIN
Changes since 1.1: +11 -109 lines
File MIME type: application/x-tex
Updated.

1 \hypertarget{classCaloNucleiZCut}{
2 \section{CaloNucleiZCut Class Reference}
3 \label{classCaloNucleiZCut}\index{CaloNucleiZCut@{CaloNucleiZCut}}
4 }
5 The CaloNuclei charge cut.
6
7
8 {\tt \#include $<$CaloNucleiZCut.h$>$}
9
10 Inheritance diagram for CaloNucleiZCut::\begin{figure}[H]
11 \begin{center}
12 \leavevmode
13 \includegraphics[height=2cm]{classCaloNucleiZCut}
14 \end{center}
15 \end{figure}
16 \subsection*{Public Member Functions}
17 \begin{CompactItemize}
18 \item
19 \hyperlink{classCaloNucleiZCut_8aae9fd480ce2127ff33d67d7a3c9502}{CaloNucleiZCut} (const char $\ast$cutName, unsigned int Z, float lowerLimit, float upperLimit, unsigned int method=CALONUCLEIZ\_\-SIEGEN)
20 \begin{CompactList}\small\item\em Constructor. \item\end{CompactList}\item
21 \hypertarget{classCaloNucleiZCut_ff3fe5e884c841fa2d138663ca138b37}{
22 \hyperlink{classCaloNucleiZCut_ff3fe5e884c841fa2d138663ca138b37}{$\sim$CaloNucleiZCut} ()}
23 \label{classCaloNucleiZCut_ff3fe5e884c841fa2d138663ca138b37}
24
25 \begin{CompactList}\small\item\em Destructor. \item\end{CompactList}\item
26 int \hyperlink{classCaloNucleiZCut_af2ac497ae8c5b356eec8d0cfe8a2c7a}{Check} (PamLevel2 $\ast$event)
27 \begin{CompactList}\small\item\em The CaloNucleiZ check. \item\end{CompactList}\end{CompactItemize}
28
29
30 \subsection{Detailed Description}
31 The CaloNuclei charge cut.
32
33 This cut uses the CaloNuclei library to cut events depending on particle's charge value.
34
35 \subsection{Constructor \& Destructor Documentation}
36 \hypertarget{classCaloNucleiZCut_8aae9fd480ce2127ff33d67d7a3c9502}{
37 \index{CaloNucleiZCut@{CaloNucleiZCut}!CaloNucleiZCut@{CaloNucleiZCut}}
38 \index{CaloNucleiZCut@{CaloNucleiZCut}!CaloNucleiZCut@{CaloNucleiZCut}}
39 \subsubsection[{CaloNucleiZCut}]{\setlength{\rightskip}{0pt plus 5cm}CaloNucleiZCut::CaloNucleiZCut (const char $\ast$ {\em cutName}, \/ unsigned int {\em Z}, \/ float {\em lowerLimit}, \/ float {\em upperLimit}, \/ unsigned int {\em method} = {\tt CALONUCLEIZ\_\-SIEGEN})\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}}
40 \label{classCaloNucleiZCut_8aae9fd480ce2127ff33d67d7a3c9502}
41
42
43 Constructor.
44
45 The charge to look for is passed to the \hyperlink{classCaloNucleiZCut}{CaloNucleiZCut} 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.
46
47 \begin{Desc}
48 \item[Parameters:]
49 \begin{description}
50 \item[{\em cutName}]The cut's name. \item[{\em Z}]The charge value. \item[{\em lowerLimit}]The lower bound (in units of sigma\_\-Z) of the desired charge range, defined as Zmean - lowerBound$\ast$sigmaZ. \item[{\em upperLimit}]The upper bound (in units of sigma\_\-Z) of the desired charge range, defined as Zmean + upperBound$\ast$sigmaZ. \item[{\em method}]The method to use to measure the particle's charge (see \hyperlink{CaloNucleiZCut_8h_f52d4ca6dd7142aaf693bf81cca09fd3}{CaloNucleiZ\_\-method}). \end{description}
51 \end{Desc}
52 \begin{Desc}
53 \item[Returns:]\end{Desc}
54
55
56 \subsection{Member Function Documentation}
57 \hypertarget{classCaloNucleiZCut_af2ac497ae8c5b356eec8d0cfe8a2c7a}{
58 \index{CaloNucleiZCut@{CaloNucleiZCut}!Check@{Check}}
59 \index{Check@{Check}!CaloNucleiZCut@{CaloNucleiZCut}}
60 \subsubsection[{Check}]{\setlength{\rightskip}{0pt plus 5cm}int CaloNucleiZCut::Check (PamLevel2 $\ast$ {\em event})\hspace{0.3cm}{\tt \mbox{[}virtual\mbox{]}}}}
61 \label{classCaloNucleiZCut_af2ac497ae8c5b356eec8d0cfe8a2c7a}
62
63
64 The CaloNucleiZ check.
65
66 The routine selects events whose value of Zmean obtained from the CaloNuclei Class 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 CaloNuclei. In current implementation, means are taken to be equal to the charge value (Zmean = Z) and sigmas are:
67
68 Z $|$ sigma ----------- 1 $|$ 0.11 2 $|$ 0.14 3 $|$ 0.21 4 $|$ 0.28 5 $|$ 0.28 6 $|$ 0.31 7 $|$ 0.32 8 $|$ 0.32
69
70 independent of the method used.
71
72 \begin{Desc}
73 \item[Parameters:]
74 \begin{description}
75 \item[{\em event}]The event to analyze. \end{description}
76 \end{Desc}
77
78
79 Implements \hyperlink{classPamCut_a874600461950d1f2b75ce3938f91cbe}{PamCut}.
80
81 The documentation for this class was generated from the following files:\begin{CompactItemize}
82 \item
83 CaloCuts/CaloNucleiZCut/\hyperlink{CaloNucleiZCut_8h}{CaloNucleiZCut.h}\item
84 CaloCuts/CaloNucleiZCut/\hyperlink{CaloNucleiZCut_8cpp}{CaloNucleiZCut.cpp}\end{CompactItemize}

  ViewVC Help
Powered by ViewVC 1.1.23