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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show 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 \hypertarget{classLTGeoFillCut}{
2 \section{LTGeoFillCut Class Reference}
3 \label{classLTGeoFillCut}\index{LTGeoFillCut@{LTGeoFillCut}}
4 }
5 The LT histogram filling.
6
7
8 {\tt \#include $<$LTGeoFillCut.h$>$}
9
10 Inheritance diagram for LTGeoFillCut::\begin{figure}[H]
11 \begin{center}
12 \leavevmode
13 \includegraphics[height=2cm]{classLTGeoFillCut}
14 \end{center}
15 \end{figure}
16 \subsection*{Public Member Functions}
17 \begin{CompactItemize}
18 \item
19 \hyperlink{classLTGeoFillCut_7711d90396f7c655aa4f1fee9c93f381}{LTGeoFillCut} (const char $\ast$cutName, std::vector$<$ float $>$ binning, float thresholdCoeff)
20 \begin{CompactList}\small\item\em Constructor. \item\end{CompactList}\item
21 \hyperlink{classLTGeoFillCut_0c834239f22298ce5684b5c27c34c608}{$\sim$LTGeoFillCut} ()
22 \begin{CompactList}\small\item\em Destructor. \item\end{CompactList}\item
23 int \hyperlink{classLTGeoFillCut_aee811750d195e71f676db5e240e7f18}{Check} (PamLevel2 $\ast$event)
24 \begin{CompactList}\small\item\em The threshold rigidity check. \item\end{CompactList}\item
25 void \hyperlink{classLTGeoFillCut_17593f86005dd51a09a637232797c925}{OnGood} (PamLevel2 $\ast$event)
26 \begin{CompactList}\small\item\em The histogram filling. \item\end{CompactList}\item
27 std::vector$<$ float $>$ \& \hyperlink{classLTGeoFillCut_bf8cddcb826ee9d3f5f763bee0e7c1ee}{GetHisto} ()
28 \begin{CompactList}\small\item\em Returns the histogram. \item\end{CompactList}\item
29 float \hyperlink{classLTGeoFillCut_b055ce6da2265ba3475d77d80cd99247}{GetHistoTot} ()
30 \begin{CompactList}\small\item\em Returns the histogram total. \item\end{CompactList}\end{CompactItemize}
31 \subsection*{Private Attributes}
32 \begin{CompactItemize}
33 \item
34 std::vector$<$ float $>$ \hyperlink{classLTGeoFillCut_b9e538c8bad153b06275b6a0fe64aab1}{\_\-binning}
35 \item
36 float \hyperlink{classLTGeoFillCut_e9aa4e0dfa6c9c0cf5e3a46162c8f2fd}{\_\-thresholdCoeff}
37 \item
38 std::vector$<$ float $>$ \hyperlink{classLTGeoFillCut_6195a436e7c264565b15c012209dc1d1}{\_\-histogram}
39 \item
40 float \hyperlink{classLTGeoFillCut_06f64c9f800563e5ad9c68cac87e302b}{\_\-histogram\_\-tot}
41 \end{CompactItemize}
42
43
44 \subsection{Detailed Description}
45 The LT histogram filling.
46
47 This cut fills a Live Time (LT) histogram (in seconds) binned in threshold rigidity (in GV), given by the geomagnetic cutoff rigidity (the Stoermer cutoff) for that event multiplied by a threshold coefficient. It discards an event only if its threshold rigidity is outside the limits of the histogram.
48
49 Definition at line 24 of file LTGeoFillCut.h.
50
51 \subsection{Constructor \& Destructor Documentation}
52 \hypertarget{classLTGeoFillCut_7711d90396f7c655aa4f1fee9c93f381}{
53 \index{LTGeoFillCut@{LTGeoFillCut}!LTGeoFillCut@{LTGeoFillCut}}
54 \index{LTGeoFillCut@{LTGeoFillCut}!LTGeoFillCut@{LTGeoFillCut}}
55 \subsubsection[{LTGeoFillCut}]{\setlength{\rightskip}{0pt plus 5cm}LTGeoFillCut::LTGeoFillCut (const char $\ast$ {\em cutName}, \/ std::vector$<$ float $>$ {\em binning}, \/ float {\em thresholdCoeff})\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}}
56 \label{classLTGeoFillCut_7711d90396f7c655aa4f1fee9c93f381}
57
58
59 Constructor.
60
61 \begin{Desc}
62 \item[Parameters:]
63 \begin{description}
64 \item[{\em cutName}]The cut's name. \item[{\em binning}]A vector containing the histogram binning in threshold rigidity. Note that it must contain both the upper and lower limits, and that the elements must be ordered (ie., lowest value in the first element and so on). \item[{\em thresholdCoeff}]The threshold rigidity coefficient for the event selection. \end{description}
65 \end{Desc}
66
67
68 Definition at line 36 of file LTGeoFillCut.h.\hypertarget{classLTGeoFillCut_0c834239f22298ce5684b5c27c34c608}{
69 \index{LTGeoFillCut@{LTGeoFillCut}!$\sim$LTGeoFillCut@{$\sim$LTGeoFillCut}}
70 \index{$\sim$LTGeoFillCut@{$\sim$LTGeoFillCut}!LTGeoFillCut@{LTGeoFillCut}}
71 \subsubsection[{$\sim$LTGeoFillCut}]{\setlength{\rightskip}{0pt plus 5cm}LTGeoFillCut::$\sim$LTGeoFillCut ()\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}}
72 \label{classLTGeoFillCut_0c834239f22298ce5684b5c27c34c608}
73
74
75 Destructor.
76
77
78
79 Definition at line 41 of file LTGeoFillCut.h.
80
81 \subsection{Member Function Documentation}
82 \hypertarget{classLTGeoFillCut_aee811750d195e71f676db5e240e7f18}{
83 \index{LTGeoFillCut@{LTGeoFillCut}!Check@{Check}}
84 \index{Check@{Check}!LTGeoFillCut@{LTGeoFillCut}}
85 \subsubsection[{Check}]{\setlength{\rightskip}{0pt plus 5cm}int LTGeoFillCut::Check (PamLevel2 $\ast$ {\em event})\hspace{0.3cm}{\tt \mbox{[}virtual\mbox{]}}}}
86 \label{classLTGeoFillCut_aee811750d195e71f676db5e240e7f18}
87
88
89 The threshold rigidity check.
90
91 The event is discarded if its threshold rigidity is less than the lower histogram limit or higher than the upper limit.
92
93 \begin{Desc}
94 \item[Parameters:]
95 \begin{description}
96 \item[{\em event}]The event to analyze. \end{description}
97 \end{Desc}
98 \begin{Desc}
99 \item[Returns:]\hyperlink{CommonDefs_8h_c857f4b76ae431837cbf61fd74863b6c}{CUTOK} if the threshold rigidity is contained in the histogram limits.
100
101 0 otherwise. \end{Desc}
102
103
104 Implements \hyperlink{classPamCut_a874600461950d1f2b75ce3938f91cbe}{PamCut}.
105
106 Definition at line 13 of file LTGeoFillCut.cpp.
107
108 References \_\-binning, \_\-thresholdCoeff, and CUTOK.\hypertarget{classLTGeoFillCut_bf8cddcb826ee9d3f5f763bee0e7c1ee}{
109 \index{LTGeoFillCut@{LTGeoFillCut}!GetHisto@{GetHisto}}
110 \index{GetHisto@{GetHisto}!LTGeoFillCut@{LTGeoFillCut}}
111 \subsubsection[{GetHisto}]{\setlength{\rightskip}{0pt plus 5cm}std::vector$<$float$>$\& LTGeoFillCut::GetHisto ()\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}}
112 \label{classLTGeoFillCut_bf8cddcb826ee9d3f5f763bee0e7c1ee}
113
114
115 Returns the histogram.
116
117 This method returns a vector filled with the LT (in seconds) corresponding to each threshold rigidity bin (in GV) defined in the binning argument of the constructor. Element 0 is the total LT for events whose threshold rigidity lies in the lowest bin and so on.
118
119 \begin{Desc}
120 \item[Returns:]The LT histogram binned in threshold rigidity. \end{Desc}
121
122
123 Definition at line 72 of file LTGeoFillCut.h.
124
125 References \_\-histogram.\hypertarget{classLTGeoFillCut_b055ce6da2265ba3475d77d80cd99247}{
126 \index{LTGeoFillCut@{LTGeoFillCut}!GetHistoTot@{GetHistoTot}}
127 \index{GetHistoTot@{GetHistoTot}!LTGeoFillCut@{LTGeoFillCut}}
128 \subsubsection[{GetHistoTot}]{\setlength{\rightskip}{0pt plus 5cm}float LTGeoFillCut::GetHistoTot ()\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}}
129 \label{classLTGeoFillCut_b055ce6da2265ba3475d77d80cd99247}
130
131
132 Returns the histogram total.
133
134 This method returns the LT (in seconds) summed over all threshold rigidity bins (in GV) defined in the binning argument of the constructor.
135
136 \begin{Desc}
137 \item[Returns:]The LT histogram total. \end{Desc}
138
139
140 Definition at line 82 of file LTGeoFillCut.h.
141
142 References \_\-histogram\_\-tot.\hypertarget{classLTGeoFillCut_17593f86005dd51a09a637232797c925}{
143 \index{LTGeoFillCut@{LTGeoFillCut}!OnGood@{OnGood}}
144 \index{OnGood@{OnGood}!LTGeoFillCut@{LTGeoFillCut}}
145 \subsubsection[{OnGood}]{\setlength{\rightskip}{0pt plus 5cm}void LTGeoFillCut::OnGood (PamLevel2 $\ast$ {\em event})\hspace{0.3cm}{\tt \mbox{[}virtual\mbox{]}}}}
146 \label{classLTGeoFillCut_17593f86005dd51a09a637232797c925}
147
148
149 The histogram filling.
150
151 The method fills the LT histogram (in seconds) with the currently selected event.
152
153 \begin{Desc}
154 \item[Parameters:]
155 \begin{description}
156 \item[{\em event}]The currently selected event. \end{description}
157 \end{Desc}
158
159
160 Reimplemented from \hyperlink{classPamCut_56021e959232270c12528ddec3062985}{PamCut}.
161
162 Definition at line 26 of file LTGeoFillCut.cpp.
163
164 References \_\-binning, \_\-histogram, \_\-histogram\_\-tot, and \_\-thresholdCoeff.
165
166 \subsection{Member Data Documentation}
167 \hypertarget{classLTGeoFillCut_b9e538c8bad153b06275b6a0fe64aab1}{
168 \index{LTGeoFillCut@{LTGeoFillCut}!\_\-binning@{\_\-binning}}
169 \index{\_\-binning@{\_\-binning}!LTGeoFillCut@{LTGeoFillCut}}
170 \subsubsection[{\_\-binning}]{\setlength{\rightskip}{0pt plus 5cm}std::vector$<$float$>$ {\bf LTGeoFillCut::\_\-binning}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}}
171 \label{classLTGeoFillCut_b9e538c8bad153b06275b6a0fe64aab1}
172
173
174
175
176 Definition at line 88 of file LTGeoFillCut.h.
177
178 Referenced by Check(), and OnGood().\hypertarget{classLTGeoFillCut_6195a436e7c264565b15c012209dc1d1}{
179 \index{LTGeoFillCut@{LTGeoFillCut}!\_\-histogram@{\_\-histogram}}
180 \index{\_\-histogram@{\_\-histogram}!LTGeoFillCut@{LTGeoFillCut}}
181 \subsubsection[{\_\-histogram}]{\setlength{\rightskip}{0pt plus 5cm}std::vector$<$float$>$ {\bf LTGeoFillCut::\_\-histogram}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}}
182 \label{classLTGeoFillCut_6195a436e7c264565b15c012209dc1d1}
183
184
185
186
187 Definition at line 91 of file LTGeoFillCut.h.
188
189 Referenced by GetHisto(), and OnGood().\hypertarget{classLTGeoFillCut_06f64c9f800563e5ad9c68cac87e302b}{
190 \index{LTGeoFillCut@{LTGeoFillCut}!\_\-histogram\_\-tot@{\_\-histogram\_\-tot}}
191 \index{\_\-histogram\_\-tot@{\_\-histogram\_\-tot}!LTGeoFillCut@{LTGeoFillCut}}
192 \subsubsection[{\_\-histogram\_\-tot}]{\setlength{\rightskip}{0pt plus 5cm}float {\bf LTGeoFillCut::\_\-histogram\_\-tot}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}}
193 \label{classLTGeoFillCut_06f64c9f800563e5ad9c68cac87e302b}
194
195
196
197
198 Definition at line 92 of file LTGeoFillCut.h.
199
200 Referenced by GetHistoTot(), and OnGood().\hypertarget{classLTGeoFillCut_e9aa4e0dfa6c9c0cf5e3a46162c8f2fd}{
201 \index{LTGeoFillCut@{LTGeoFillCut}!\_\-thresholdCoeff@{\_\-thresholdCoeff}}
202 \index{\_\-thresholdCoeff@{\_\-thresholdCoeff}!LTGeoFillCut@{LTGeoFillCut}}
203 \subsubsection[{\_\-thresholdCoeff}]{\setlength{\rightskip}{0pt plus 5cm}float {\bf LTGeoFillCut::\_\-thresholdCoeff}\hspace{0.3cm}{\tt \mbox{[}private\mbox{]}}}}
204 \label{classLTGeoFillCut_e9aa4e0dfa6c9c0cf5e3a46162c8f2fd}
205
206
207
208
209 Definition at line 89 of file LTGeoFillCut.h.
210
211 Referenced by Check(), and OnGood().
212
213 The documentation for this class was generated from the following files:\begin{CompactItemize}
214 \item
215 MiscCuts/LTGeoFillCut/\hyperlink{LTGeoFillCut_8h}{LTGeoFillCut.h}\item
216 MiscCuts/LTGeoFillCut/\hyperlink{LTGeoFillCut_8cpp}{LTGeoFillCut.cpp}\end{CompactItemize}

  ViewVC Help
Powered by ViewVC 1.1.23