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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

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, 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
23 \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
28 int \hyperlink{classCaloNotIntCut_b2b6fd2f100cc967156633edf18a346a}{Check} (PamLevel2 $\ast$event)
29 \begin{CompactList}\small\item\em The non-interacting track check. \item\end{CompactList}\end{CompactItemize}
30
31
32 \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.
34
35 CUT DEPENDENCIES: \hyperlink{classCaloTrackCut}{CaloTrackCut} for the existence of the track (it can also provide the CaloAxis objects).
36
37 \subsection{Constructor \& Destructor Documentation}
38 \hypertarget{classCaloNotIntCut_9ea488ce3469e0be3938b68b24f49df8}{
39 \index{CaloNotIntCut@{CaloNotIntCut}!CaloNotIntCut@{CaloNotIntCut}}
40 \index{CaloNotIntCut@{CaloNotIntCut}!CaloNotIntCut@{CaloNotIntCut}}
41 \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{]}}}}
42 \label{classCaloNotIntCut_9ea488ce3469e0be3938b68b24f49df8}
43
44
45 Constructor for tracker track. Use this constructor if you want to use the tracker track to perform the non-interaction check.
46
47 NOTE: \hyperlink{classCaloNotIntCut_b2b6fd2f100cc967156633edf18a346a}{Check()} for this constructor is not implemented yet.
48
49 \begin{Desc}
50 \item[Parameters:]
51 \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}
53 \end{Desc}
54 \hypertarget{classCaloNotIntCut_73c1ff477c355987d9e0ac071b88b2af}{
55 \index{CaloNotIntCut@{CaloNotIntCut}!CaloNotIntCut@{CaloNotIntCut}}
56 \index{CaloNotIntCut@{CaloNotIntCut}!CaloNotIntCut@{CaloNotIntCut}}
57 \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}
59
60
61 Constructor for calorimeter track. Use this constructor if you want to use the calorimeter track to perform the non-interaction check.
62
63 \begin{Desc}
64 \item[Parameters:]
65 \begin{description}
66 \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}
68 \begin{Desc}
69 \item[Returns:]\end{Desc}
70
71
72 \subsection{Member Function Documentation}
73 \hypertarget{classCaloNotIntCut_b2b6fd2f100cc967156633edf18a346a}{
74 \index{CaloNotIntCut@{CaloNotIntCut}!Check@{Check}}
75 \index{Check@{Check}!CaloNotIntCut@{CaloNotIntCut}}
76 \subsubsection[{Check}]{\setlength{\rightskip}{0pt plus 5cm}int CaloNotIntCut::Check (PamLevel2 $\ast$ {\em event})\hspace{0.3cm}{\tt \mbox{[}virtual\mbox{]}}}}
77 \label{classCaloNotIntCut_b2b6fd2f100cc967156633edf18a346a}
78
79
80 The non-interacting track check.
81
82 \begin{Desc}
83 \item[Parameters:]
84 \begin{description}
85 \item[{\em event}]The event to analyze. \end{description}
86 \end{Desc}
87 \begin{Desc}
88 \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.
89
90 0 otherwise. \end{Desc}
91
92
93 Implements \hyperlink{classPamCut_a874600461950d1f2b75ce3938f91cbe}{PamCut}.
94
95 The documentation for this class was generated from the following files:\begin{CompactItemize}
96 \item
97 CaloCuts/CaloNotIntCut/\hyperlink{CaloNotIntCut_8h}{CaloNotIntCut.h}\item
98 CaloCuts/CaloNotIntCut/\hyperlink{CaloNotIntCut_8cpp}{CaloNotIntCut.cpp}\end{CompactItemize}

  ViewVC Help
Powered by ViewVC 1.1.23