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 |
\hypertarget{classLTGeoFillCut_0c834239f22298ce5684b5c27c34c608}{ |
22 |
\hyperlink{classLTGeoFillCut_0c834239f22298ce5684b5c27c34c608}{$\sim$LTGeoFillCut} ()} |
23 |
\label{classLTGeoFillCut_0c834239f22298ce5684b5c27c34c608} |
24 |
|
25 |
\begin{CompactList}\small\item\em Destructor. \item\end{CompactList}\item |
26 |
int \hyperlink{classLTGeoFillCut_aee811750d195e71f676db5e240e7f18}{Check} (PamLevel2 $\ast$event) |
27 |
\begin{CompactList}\small\item\em The threshold rigidity check. \item\end{CompactList}\item |
28 |
void \hyperlink{classLTGeoFillCut_17593f86005dd51a09a637232797c925}{OnGood} (PamLevel2 $\ast$event) |
29 |
\begin{CompactList}\small\item\em The histogram filling. \item\end{CompactList}\item |
30 |
std::vector$<$ float $>$ \& \hyperlink{classLTGeoFillCut_bf8cddcb826ee9d3f5f763bee0e7c1ee}{GetHisto} () |
31 |
\begin{CompactList}\small\item\em Returns the histogram. \item\end{CompactList}\item |
32 |
float \hyperlink{classLTGeoFillCut_b055ce6da2265ba3475d77d80cd99247}{GetHistoTot} () |
33 |
\begin{CompactList}\small\item\em Returns the histogram total. \item\end{CompactList}\end{CompactItemize} |
34 |
|
35 |
|
36 |
\subsection{Detailed Description} |
37 |
The LT histogram filling. |
38 |
|
39 |
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. |
40 |
|
41 |
\subsection{Constructor \& Destructor Documentation} |
42 |
\hypertarget{classLTGeoFillCut_7711d90396f7c655aa4f1fee9c93f381}{ |
43 |
\index{LTGeoFillCut@{LTGeoFillCut}!LTGeoFillCut@{LTGeoFillCut}} |
44 |
\index{LTGeoFillCut@{LTGeoFillCut}!LTGeoFillCut@{LTGeoFillCut}} |
45 |
\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{]}}}} |
46 |
\label{classLTGeoFillCut_7711d90396f7c655aa4f1fee9c93f381} |
47 |
|
48 |
|
49 |
Constructor. |
50 |
|
51 |
\begin{Desc} |
52 |
\item[Parameters:] |
53 |
\begin{description} |
54 |
\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} |
55 |
\end{Desc} |
56 |
|
57 |
|
58 |
\subsection{Member Function Documentation} |
59 |
\hypertarget{classLTGeoFillCut_aee811750d195e71f676db5e240e7f18}{ |
60 |
\index{LTGeoFillCut@{LTGeoFillCut}!Check@{Check}} |
61 |
\index{Check@{Check}!LTGeoFillCut@{LTGeoFillCut}} |
62 |
\subsubsection[{Check}]{\setlength{\rightskip}{0pt plus 5cm}int LTGeoFillCut::Check (PamLevel2 $\ast$ {\em event})\hspace{0.3cm}{\tt \mbox{[}virtual\mbox{]}}}} |
63 |
\label{classLTGeoFillCut_aee811750d195e71f676db5e240e7f18} |
64 |
|
65 |
|
66 |
The threshold rigidity check. |
67 |
|
68 |
The event is discarded if its threshold rigidity is less than the lower histogram limit or higher than the upper limit. |
69 |
|
70 |
\begin{Desc} |
71 |
\item[Parameters:] |
72 |
\begin{description} |
73 |
\item[{\em event}]The event to analyze. \end{description} |
74 |
\end{Desc} |
75 |
\begin{Desc} |
76 |
\item[Returns:]\hyperlink{CommonDefs_8h_c857f4b76ae431837cbf61fd74863b6c}{CUTOK} if the threshold rigidity is contained in the histogram limits. |
77 |
|
78 |
0 otherwise. \end{Desc} |
79 |
|
80 |
|
81 |
Implements \hyperlink{classPamCut_a874600461950d1f2b75ce3938f91cbe}{PamCut}.\hypertarget{classLTGeoFillCut_bf8cddcb826ee9d3f5f763bee0e7c1ee}{ |
82 |
\index{LTGeoFillCut@{LTGeoFillCut}!GetHisto@{GetHisto}} |
83 |
\index{GetHisto@{GetHisto}!LTGeoFillCut@{LTGeoFillCut}} |
84 |
\subsubsection[{GetHisto}]{\setlength{\rightskip}{0pt plus 5cm}std::vector$<$float$>$\& LTGeoFillCut::GetHisto ()\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} |
85 |
\label{classLTGeoFillCut_bf8cddcb826ee9d3f5f763bee0e7c1ee} |
86 |
|
87 |
|
88 |
Returns the histogram. |
89 |
|
90 |
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. |
91 |
|
92 |
\begin{Desc} |
93 |
\item[Returns:]The LT histogram binned in threshold rigidity. \end{Desc} |
94 |
\hypertarget{classLTGeoFillCut_b055ce6da2265ba3475d77d80cd99247}{ |
95 |
\index{LTGeoFillCut@{LTGeoFillCut}!GetHistoTot@{GetHistoTot}} |
96 |
\index{GetHistoTot@{GetHistoTot}!LTGeoFillCut@{LTGeoFillCut}} |
97 |
\subsubsection[{GetHistoTot}]{\setlength{\rightskip}{0pt plus 5cm}float LTGeoFillCut::GetHistoTot ()\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} |
98 |
\label{classLTGeoFillCut_b055ce6da2265ba3475d77d80cd99247} |
99 |
|
100 |
|
101 |
Returns the histogram total. |
102 |
|
103 |
This method returns the LT (in seconds) summed over all threshold rigidity bins (in GV) defined in the binning argument of the constructor. |
104 |
|
105 |
\begin{Desc} |
106 |
\item[Returns:]The LT histogram total. \end{Desc} |
107 |
\hypertarget{classLTGeoFillCut_17593f86005dd51a09a637232797c925}{ |
108 |
\index{LTGeoFillCut@{LTGeoFillCut}!OnGood@{OnGood}} |
109 |
\index{OnGood@{OnGood}!LTGeoFillCut@{LTGeoFillCut}} |
110 |
\subsubsection[{OnGood}]{\setlength{\rightskip}{0pt plus 5cm}void LTGeoFillCut::OnGood (PamLevel2 $\ast$ {\em event})\hspace{0.3cm}{\tt \mbox{[}virtual\mbox{]}}}} |
111 |
\label{classLTGeoFillCut_17593f86005dd51a09a637232797c925} |
112 |
|
113 |
|
114 |
The histogram filling. |
115 |
|
116 |
The method fills the LT histogram (in seconds) with the currently selected event. |
117 |
|
118 |
\begin{Desc} |
119 |
\item[Parameters:] |
120 |
\begin{description} |
121 |
\item[{\em event}]The currently selected event. \end{description} |
122 |
\end{Desc} |
123 |
|
124 |
|
125 |
Reimplemented from \hyperlink{classPamCut_56021e959232270c12528ddec3062985}{PamCut}. |
126 |
|
127 |
The documentation for this class was generated from the following files:\begin{CompactItemize} |
128 |
\item |
129 |
MiscCuts/LTGeoFillCut/\hyperlink{LTGeoFillCut_8h}{LTGeoFillCut.h}\item |
130 |
MiscCuts/LTGeoFillCut/\hyperlink{LTGeoFillCut_8cpp}{LTGeoFillCut.cpp}\end{CompactItemize} |