41 |
<a name="l00038"></a>00038 |
<a name="l00038"></a>00038 |
42 |
<a name="l00039"></a>00039 <span class="keyword">public</span>: |
<a name="l00039"></a>00039 <span class="keyword">public</span>: |
43 |
<a name="l00051"></a><a class="code" href="classRigFillCut.html#db50b4fec5f11499db9039baea8a4392">00051</a> <a class="code" href="classRigFillCut.html#db50b4fec5f11499db9039baea8a4392" title="Constructor.">RigFillCut</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *cutName, std::vector<float> binning, <span class="keywordtype">float</span> thresholdCoeff) : |
<a name="l00051"></a><a class="code" href="classRigFillCut.html#db50b4fec5f11499db9039baea8a4392">00051</a> <a class="code" href="classRigFillCut.html#db50b4fec5f11499db9039baea8a4392" title="Constructor.">RigFillCut</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *cutName, std::vector<float> binning, <span class="keywordtype">float</span> thresholdCoeff) : |
44 |
<a name="l00052"></a>00052 <a class="code" href="classPamCut.html" title="An abstract class to apply cuts to Pamela data.">PamCut</a>(cutName), <a class="code" href="classRigFillCut.html#24c7fece1b02c4222dc2fd9d0d13bcc0">_binning</a>(binning), <a class="code" href="classRigFillCut.html#9c0b18d019325388ab4d99cd304a5909">_histogram</a>(binning.size() - 1, binning.size() - 1, 0), |
<a name="l00052"></a>00052 <a class="code" href="classPamCut.html" title="An abstract class to apply cuts to Pamela data.">PamCut</a>(cutName), _binning(binning), _histogram(binning.size() - 1, binning.size() - 1, 0), |
45 |
<a name="l00053"></a>00053 <a class="code" href="classRigFillCut.html#5634e95eb75291fd866f995a324a3a0a">_thresholdCoeff</a>(thresholdCoeff) { |
<a name="l00053"></a>00053 _thresholdCoeff(thresholdCoeff) { |
46 |
<a name="l00054"></a>00054 } |
<a name="l00054"></a>00054 } |
47 |
<a name="l00055"></a>00055 |
<a name="l00055"></a>00055 |
48 |
<a name="l00057"></a><a class="code" href="classRigFillCut.html#3e1f3f9df6e8c684060ccd76da9edaad">00057</a> <a class="code" href="classRigFillCut.html#3e1f3f9df6e8c684060ccd76da9edaad" title="Destructor.">~RigFillCut</a>() { |
<a name="l00057"></a><a class="code" href="classRigFillCut.html#3e1f3f9df6e8c684060ccd76da9edaad">00057</a> <a class="code" href="classRigFillCut.html#3e1f3f9df6e8c684060ccd76da9edaad" title="Destructor.">~RigFillCut</a>() { |
53 |
<a name="l00077"></a>00077 <span class="keywordtype">void</span> <a class="code" href="classRigFillCut.html#537f1b31f208ebe8f190f254be1fdc6c" title="The histogram filling.">OnGood</a>(PamLevel2 *event); |
<a name="l00077"></a>00077 <span class="keywordtype">void</span> <a class="code" href="classRigFillCut.html#537f1b31f208ebe8f190f254be1fdc6c" title="The histogram filling.">OnGood</a>(PamLevel2 *event); |
54 |
<a name="l00078"></a>00078 |
<a name="l00078"></a>00078 |
55 |
<a name="l00086"></a><a class="code" href="classRigFillCut.html#532f3bb2e39f3c9da3a70e72eae8389d">00086</a> <a class="code" href="classSimpleMatrix.html">SimpleMatrix<UInt_t></a> &<a class="code" href="classRigFillCut.html#532f3bb2e39f3c9da3a70e72eae8389d" title="Returns the histogram.">GetHisto</a>() { |
<a name="l00086"></a><a class="code" href="classRigFillCut.html#532f3bb2e39f3c9da3a70e72eae8389d">00086</a> <a class="code" href="classSimpleMatrix.html">SimpleMatrix<UInt_t></a> &<a class="code" href="classRigFillCut.html#532f3bb2e39f3c9da3a70e72eae8389d" title="Returns the histogram.">GetHisto</a>() { |
56 |
<a name="l00087"></a>00087 <span class="keywordflow">return</span> <a class="code" href="classRigFillCut.html#9c0b18d019325388ab4d99cd304a5909">_histogram</a>; |
<a name="l00087"></a>00087 <span class="keywordflow">return</span> _histogram; |
57 |
<a name="l00088"></a>00088 } |
<a name="l00088"></a>00088 } |
58 |
<a name="l00089"></a>00089 |
<a name="l00089"></a>00089 |
59 |
<a name="l00090"></a>00090 <span class="keyword">private</span>: |
<a name="l00090"></a>00090 <span class="keyword">private</span>: |
60 |
<a name="l00091"></a>00091 |
<a name="l00091"></a>00091 |
61 |
<a name="l00092"></a><a class="code" href="classRigFillCut.html#24c7fece1b02c4222dc2fd9d0d13bcc0">00092</a> std::vector<float> <a class="code" href="classRigFillCut.html#24c7fece1b02c4222dc2fd9d0d13bcc0">_binning</a>; |
<a name="l00092"></a>00092 std::vector<float> _binning; |
62 |
<a name="l00093"></a><a class="code" href="classRigFillCut.html#9c0b18d019325388ab4d99cd304a5909">00093</a> <a class="code" href="classSimpleMatrix.html">SimpleMatrix<UInt_t></a> <a class="code" href="classRigFillCut.html#9c0b18d019325388ab4d99cd304a5909">_histogram</a>; |
<a name="l00093"></a>00093 <a class="code" href="classSimpleMatrix.html">SimpleMatrix<UInt_t></a> _histogram; |
63 |
<a name="l00094"></a><a class="code" href="classRigFillCut.html#5634e95eb75291fd866f995a324a3a0a">00094</a> <span class="keywordtype">float</span> <a class="code" href="classRigFillCut.html#5634e95eb75291fd866f995a324a3a0a">_thresholdCoeff</a>; |
<a name="l00094"></a>00094 <span class="keywordtype">float</span> _thresholdCoeff; |
64 |
<a name="l00095"></a>00095 }; |
<a name="l00095"></a>00095 }; |
65 |
<a name="l00096"></a>00096 <span class="preprocessor">#endif </span><span class="comment">/* RIGFILLCUT_H_ */</span> |
<a name="l00096"></a>00096 <span class="preprocessor">#endif </span><span class="comment">/* RIGFILLCUT_H_ */</span> |
66 |
</pre></div></div> |
</pre></div></div> |
67 |
<hr size="1"><address style="text-align: right;"><small>Generated on Wed May 27 15:21:27 2009 for PamCut by |
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Jun 5 15:08:58 2009 for PamCut by |
68 |
<a href="http://www.doxygen.org/index.html"> |
<a href="http://www.doxygen.org/index.html"> |
69 |
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> |
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> |
70 |
</body> |
</body> |