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

Annotation of /PamCut/doc/Doxygen/latex/classBlindCutCollection.tex

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Wed May 27 13:30:02 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 pam-fi 1.1 \hypertarget{classBlindCutCollection}{
2     \section{BlindCutCollection Class Reference}
3     \label{classBlindCutCollection}\index{BlindCutCollection@{BlindCutCollection}}
4     }
5     A cut collection which applies all the cuts.
6    
7    
8     {\tt \#include $<$BlindCutCollection.h$>$}
9    
10     Inheritance diagram for BlindCutCollection::\begin{figure}[H]
11     \begin{center}
12     \leavevmode
13     \includegraphics[height=5cm]{classBlindCutCollection}
14     \end{center}
15     \end{figure}
16     \subsection*{Public Member Functions}
17     \begin{CompactItemize}
18     \item
19     \hyperlink{classBlindCutCollection_65456bdc6e25ee98acc53ff8c0f9c3a5}{BlindCutCollection} (const char $\ast$collectionName)
20     \begin{CompactList}\small\item\em Constructor. \item\end{CompactList}\item
21     \hyperlink{classBlindCutCollection_3d7801972fd6d7f5b7da7790d5593259}{$\sim$BlindCutCollection} ()
22     \begin{CompactList}\small\item\em Destructor. \item\end{CompactList}\item
23     int \hyperlink{classBlindCutCollection_016ee86612e57a50f03c8469d3ed9d1f}{Check} (PamLevel2 $\ast$event)
24     \begin{CompactList}\small\item\em Checks all the cuts. \item\end{CompactList}\item
25     int \hyperlink{classBlindCutCollection_8d387de8cbc54ff0eab8cff220b49c20}{ApplyCut} (PamLevel2 $\ast$event)
26     \begin{CompactList}\small\item\em Applies all the cuts to the current event. \item\end{CompactList}\end{CompactItemize}
27    
28    
29     \subsection{Detailed Description}
30     A cut collection which applies all the cuts.
31    
32     This cut collection will apply all the cuts it contains to the events, even if some of them are not satisfied.
33    
34     Definition at line 20 of file BlindCutCollection.h.
35    
36     \subsection{Constructor \& Destructor Documentation}
37     \hypertarget{classBlindCutCollection_65456bdc6e25ee98acc53ff8c0f9c3a5}{
38     \index{BlindCutCollection@{BlindCutCollection}!BlindCutCollection@{BlindCutCollection}}
39     \index{BlindCutCollection@{BlindCutCollection}!BlindCutCollection@{BlindCutCollection}}
40     \subsubsection[{BlindCutCollection}]{\setlength{\rightskip}{0pt plus 5cm}BlindCutCollection::BlindCutCollection (const char $\ast$ {\em collectionName})\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}}
41     \label{classBlindCutCollection_65456bdc6e25ee98acc53ff8c0f9c3a5}
42    
43    
44     Constructor.
45    
46     \begin{Desc}
47     \item[Parameters:]
48     \begin{description}
49     \item[{\em collectionName}]The collection's name. \end{description}
50     \end{Desc}
51    
52    
53     Definition at line 26 of file BlindCutCollection.h.\hypertarget{classBlindCutCollection_3d7801972fd6d7f5b7da7790d5593259}{
54     \index{BlindCutCollection@{BlindCutCollection}!$\sim$BlindCutCollection@{$\sim$BlindCutCollection}}
55     \index{$\sim$BlindCutCollection@{$\sim$BlindCutCollection}!BlindCutCollection@{BlindCutCollection}}
56     \subsubsection[{$\sim$BlindCutCollection}]{\setlength{\rightskip}{0pt plus 5cm}BlindCutCollection::$\sim$BlindCutCollection ()\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}}
57     \label{classBlindCutCollection_3d7801972fd6d7f5b7da7790d5593259}
58    
59    
60     Destructor.
61    
62    
63    
64     Definition at line 31 of file BlindCutCollection.h.
65    
66     \subsection{Member Function Documentation}
67     \hypertarget{classBlindCutCollection_8d387de8cbc54ff0eab8cff220b49c20}{
68     \index{BlindCutCollection@{BlindCutCollection}!ApplyCut@{ApplyCut}}
69     \index{ApplyCut@{ApplyCut}!BlindCutCollection@{BlindCutCollection}}
70     \subsubsection[{ApplyCut}]{\setlength{\rightskip}{0pt plus 5cm}int BlindCutCollection::ApplyCut (PamLevel2 $\ast$ {\em event})\hspace{0.3cm}{\tt \mbox{[}virtual\mbox{]}}}}
71     \label{classBlindCutCollection_8d387de8cbc54ff0eab8cff220b49c20}
72    
73    
74     Applies all the cuts to the current event.
75    
76     This routine works pretty much like the redefinition of \hyperlink{classBlindCutCollection_016ee86612e57a50f03c8469d3ed9d1f}{Check()}, calling \hyperlink{classBlindCutCollection_8d387de8cbc54ff0eab8cff220b49c20}{ApplyCut()} (instead of \hyperlink{classBlindCutCollection_016ee86612e57a50f03c8469d3ed9d1f}{Check()} )for each cut. However, if a cut fails, it does not stops but continues until all the cuts are evaluated. If all the cuts are successful, on exit it calls \hyperlink{classPamCut_56021e959232270c12528ddec3062985}{OnGood()}; if a single cut failed, it calls \hyperlink{classPamCut_cbb3b507d79f20878fac4392ffa57acb}{OnBad()}, passing the index of the first failed cut as selectionResult.
77    
78     \begin{Desc}
79     \item[Parameters:]
80     \begin{description}
81     \item[{\em event}]The event to analyze. \end{description}
82     \end{Desc}
83     \begin{Desc}
84     \item[Returns:]same return values as \hyperlink{classBlindCutCollection_016ee86612e57a50f03c8469d3ed9d1f}{Check()}. \end{Desc}
85    
86    
87     Reimplemented from \hyperlink{classPamCutCollection_e7af429a3afef3685cbd5aa076ef96e5}{PamCutCollection}.
88    
89     Definition at line 29 of file BlindCutCollection.cpp.
90    
91     References PamCutCollection::\_\-cuts, PamCut::\_\-nEv, PamCut::\_\-nGood, CUTOK, PamCut::OnBad(), and PamCut::OnGood().\hypertarget{classBlindCutCollection_016ee86612e57a50f03c8469d3ed9d1f}{
92     \index{BlindCutCollection@{BlindCutCollection}!Check@{Check}}
93     \index{Check@{Check}!BlindCutCollection@{BlindCutCollection}}
94     \subsubsection[{Check}]{\setlength{\rightskip}{0pt plus 5cm}int BlindCutCollection::Check (PamLevel2 $\ast$ {\em event})\hspace{0.3cm}{\tt \mbox{[}virtual\mbox{]}}}}
95     \label{classBlindCutCollection_016ee86612e57a50f03c8469d3ed9d1f}
96    
97    
98     Checks all the cuts.
99    
100     This method checks all the cuts for the current event. It exits only after all the cuts have been evaluated. Note that it doesn't call \hyperlink{classPamCut_56021e959232270c12528ddec3062985}{OnGood()} nor \hyperlink{classPamCut_cbb3b507d79f20878fac4392ffa57acb}{OnBad()}, not even for the \hyperlink{classPamCut}{PamCut} objects in the collection. \begin{Desc}
101     \item[Returns:]the index of the first failed cut (range: \mbox{[}0, \#cuts-1\mbox{]}, see \hyperlink{classPamCutCollection_6dc6a92a7ee9243f567a2a244e1e5685}{AddCut()}); $\backslash$ \hyperlink{CommonDefs_8h_c857f4b76ae431837cbf61fd74863b6c}{CUTOK} if the event satisfies all the cuts. \end{Desc}
102    
103    
104     Reimplemented from \hyperlink{classPamCutCollection_85f04cef7b560a37061391dd397813a7}{PamCutCollection}.
105    
106     Definition at line 12 of file BlindCutCollection.cpp.
107    
108     References PamCutCollection::\_\-cuts, and CUTOK.
109    
110     The documentation for this class was generated from the following files:\begin{CompactItemize}
111     \item
112     Collections/BlindCutCollection/\hyperlink{BlindCutCollection_8h}{BlindCutCollection.h}\item
113     Collections/BlindCutCollection/\hyperlink{BlindCutCollection_8cpp}{BlindCutCollection.cpp}\end{CompactItemize}

  ViewVC Help
Powered by ViewVC 1.1.23