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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download) (as text)
Fri Sep 25 15:43:48 2009 UTC (15 years, 6 months ago) by pam-fi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
File MIME type: application/x-tex
FILE REMOVED
Removed from repository.

1 \hypertarget{classCaloGeomCut}{
2 \section{CaloGeomCut Class Reference}
3 \label{classCaloGeomCut}\index{CaloGeomCut@{CaloGeomCut}}
4 }
5 The geometric cut using the calorimeter's track.
6
7
8 {\tt \#include $<$CaloGeomCut.h$>$}
9
10 Inheritance diagram for CaloGeomCut::\begin{figure}[H]
11 \begin{center}
12 \leavevmode
13 \includegraphics[height=2cm]{classCaloGeomCut}
14 \end{center}
15 \end{figure}
16 \subsection*{Public Member Functions}
17 \begin{CompactItemize}
18 \item
19 \hyperlink{classCaloGeomCut_2ea81481d3f2a0c58dbdf865b51d91ca}{CaloGeomCut} (const char $\ast$cutName, CaloAxis $\ast$xCaloAxis, CaloAxis $\ast$yCaloAxis, float xTolCaloTrack=0.7, float yTolCaloTrack=0.7)
20 \begin{CompactList}\small\item\em Constructor. \item\end{CompactList}\item
21 \hypertarget{classCaloGeomCut_fca3678606b1ca4e9c347c4fd620a97d}{
22 \hyperlink{classCaloGeomCut_fca3678606b1ca4e9c347c4fd620a97d}{$\sim$CaloGeomCut} ()}
23 \label{classCaloGeomCut_fca3678606b1ca4e9c347c4fd620a97d}
24
25 \begin{CompactList}\small\item\em Destructor. \item\end{CompactList}\item
26 int \hyperlink{classCaloGeomCut_ef28e99e442a7ab58fb8250107ac82e9}{Check} (PamLevel2 $\ast$event)
27 \begin{CompactList}\small\item\em The geometry check using the calorimeter's track. \item\end{CompactList}\end{CompactItemize}
28
29
30 \subsection{Detailed Description}
31 The geometric cut using the calorimeter's track.
32
33 This cut checks if the track obtained from the calorimeter is inside the fiducial acceptance. The current implementation uses the CaloAxis objects; to save computing time, the class assumes that the track is externally computed for each event and stored in 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 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.
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{classCaloGeomCut_2ea81481d3f2a0c58dbdf865b51d91ca}{
39 \index{CaloGeomCut@{CaloGeomCut}!CaloGeomCut@{CaloGeomCut}}
40 \index{CaloGeomCut@{CaloGeomCut}!CaloGeomCut@{CaloGeomCut}}
41 \subsubsection[{CaloGeomCut}]{\setlength{\rightskip}{0pt plus 5cm}CaloGeomCut::CaloGeomCut (const char $\ast$ {\em cutName}, \/ CaloAxis $\ast$ {\em xCaloAxis}, \/ CaloAxis $\ast$ {\em yCaloAxis}, \/ float {\em xTolCaloTrack} = {\tt 0.7}, \/ float {\em yTolCaloTrack} = {\tt 0.7})\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}}
42 \label{classCaloGeomCut_2ea81481d3f2a0c58dbdf865b51d91ca}
43
44
45 Constructor.
46
47 The CaloAxis arguments are pointers to objects which contain the calorimeter track information for current event.
48
49 \begin{Desc}
50 \item[Parameters:]
51 \begin{description}
52 \item[{\em cutName}]The cut's name. \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 xTolCaloTrack}]The tolerance for X view which defines the fiducial acceptance. \item[{\em yTolCaloTrack}]The tolerance for Y view which defines the fiducial acceptance. \end{description}
53 \end{Desc}
54
55
56 \subsection{Member Function Documentation}
57 \hypertarget{classCaloGeomCut_ef28e99e442a7ab58fb8250107ac82e9}{
58 \index{CaloGeomCut@{CaloGeomCut}!Check@{Check}}
59 \index{Check@{Check}!CaloGeomCut@{CaloGeomCut}}
60 \subsubsection[{Check}]{\setlength{\rightskip}{0pt plus 5cm}int CaloGeomCut::Check (PamLevel2 $\ast$ {\em event})\hspace{0.3cm}{\tt \mbox{[}virtual\mbox{]}}}}
61 \label{classCaloGeomCut_ef28e99e442a7ab58fb8250107ac82e9}
62
63
64 The geometry check using the calorimeter's track.
65
66 \begin{Desc}
67 \item[Parameters:]
68 \begin{description}
69 \item[{\em event}]The event to analyze. \end{description}
70 \end{Desc}
71 \begin{Desc}
72 \item[Returns:]\hyperlink{CommonDefs_8h_c857f4b76ae431837cbf61fd74863b6c}{CUTOK} if charge released in plane 22 is greater than 0 (from CaloAxis) for both X and Y
73
74 0 otherwise \end{Desc}
75
76
77 Implements \hyperlink{classPamCut_a874600461950d1f2b75ce3938f91cbe}{PamCut}.
78
79 The documentation for this class was generated from the following files:\begin{CompactItemize}
80 \item
81 CaloCuts/CaloGeomCut/\hyperlink{CaloGeomCut_8h}{CaloGeomCut.h}\item
82 CaloCuts/CaloGeomCut/\hyperlink{CaloGeomCut_8cpp}{CaloGeomCut.cpp}\end{CompactItemize}

  ViewVC Help
Powered by ViewVC 1.1.23