/[PAMELA software]/PamCut/doc/Doxygen/html/LTGeoFillCut_8h_source.html
ViewVC logotype

Diff of /PamCut/doc/Doxygen/html/LTGeoFillCut_8h_source.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by pam-fi, Wed May 27 13:30:06 2009 UTC revision 1.2 by pam-fi, Fri Jun 5 13:15:50 2009 UTC
# Line 36  Line 36 
36  <a name="l00025"></a>00025  <a name="l00025"></a>00025
37  <a name="l00026"></a>00026 <span class="keyword">public</span>:  <a name="l00026"></a>00026 <span class="keyword">public</span>:
38  <a name="l00036"></a><a class="code" href="classLTGeoFillCut.html#7711d90396f7c655aa4f1fee9c93f381">00036</a>   <a class="code" href="classLTGeoFillCut.html#7711d90396f7c655aa4f1fee9c93f381" title="Constructor.">LTGeoFillCut</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *cutName, std::vector&lt;float&gt; binning, <span class="keywordtype">float</span> thresholdCoeff) :  <a name="l00036"></a><a class="code" href="classLTGeoFillCut.html#7711d90396f7c655aa4f1fee9c93f381">00036</a>   <a class="code" href="classLTGeoFillCut.html#7711d90396f7c655aa4f1fee9c93f381" title="Constructor.">LTGeoFillCut</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *cutName, std::vector&lt;float&gt; binning, <span class="keywordtype">float</span> thresholdCoeff) :
39  <a name="l00037"></a>00037     <a class="code" href="classPamCut.html" title="An abstract class to apply cuts to Pamela data.">PamCut</a>(cutName), <a class="code" href="classLTGeoFillCut.html#b9e538c8bad153b06275b6a0fe64aab1">_binning</a>(binning), <a class="code" href="classLTGeoFillCut.html#e9aa4e0dfa6c9c0cf5e3a46162c8f2fd">_thresholdCoeff</a>(thresholdCoeff), <a class="code" href="classLTGeoFillCut.html#6195a436e7c264565b15c012209dc1d1">_histogram</a>(binning.size() - 1, 0.),  <a name="l00037"></a>00037     <a class="code" href="classPamCut.html" title="An abstract class to apply cuts to Pamela data.">PamCut</a>(cutName), _binning(binning), _thresholdCoeff(thresholdCoeff), _histogram(binning.size() - 1, 0.),
40  <a name="l00038"></a>00038         <a class="code" href="classLTGeoFillCut.html#06f64c9f800563e5ad9c68cac87e302b">_histogram_tot</a>(0.) {  <a name="l00038"></a>00038         _histogram_tot(0.) {
41  <a name="l00039"></a>00039   }  <a name="l00039"></a>00039   }
42  <a name="l00041"></a><a class="code" href="classLTGeoFillCut.html#0c834239f22298ce5684b5c27c34c608">00041</a>   <a class="code" href="classLTGeoFillCut.html#0c834239f22298ce5684b5c27c34c608" title="Destructor.">~LTGeoFillCut</a>() {  <a name="l00041"></a><a class="code" href="classLTGeoFillCut.html#0c834239f22298ce5684b5c27c34c608">00041</a>   <a class="code" href="classLTGeoFillCut.html#0c834239f22298ce5684b5c27c34c608" title="Destructor.">~LTGeoFillCut</a>() {
43  <a name="l00042"></a>00042   }  <a name="l00042"></a>00042   }
# Line 47  Line 47 
47  <a name="l00061"></a>00061   <span class="keywordtype">void</span> <a class="code" href="classLTGeoFillCut.html#17593f86005dd51a09a637232797c925" title="The histogram filling.">OnGood</a>(PamLevel2 *event);  <a name="l00061"></a>00061   <span class="keywordtype">void</span> <a class="code" href="classLTGeoFillCut.html#17593f86005dd51a09a637232797c925" title="The histogram filling.">OnGood</a>(PamLevel2 *event);
48  <a name="l00062"></a>00062  <a name="l00062"></a>00062
49  <a name="l00072"></a><a class="code" href="classLTGeoFillCut.html#bf8cddcb826ee9d3f5f763bee0e7c1ee">00072</a>   std::vector&lt;float&gt; &amp;<a class="code" href="classLTGeoFillCut.html#bf8cddcb826ee9d3f5f763bee0e7c1ee" title="Returns the histogram.">GetHisto</a>() {  <a name="l00072"></a><a class="code" href="classLTGeoFillCut.html#bf8cddcb826ee9d3f5f763bee0e7c1ee">00072</a>   std::vector&lt;float&gt; &amp;<a class="code" href="classLTGeoFillCut.html#bf8cddcb826ee9d3f5f763bee0e7c1ee" title="Returns the histogram.">GetHisto</a>() {
50  <a name="l00073"></a>00073     <span class="keywordflow">return</span> <a class="code" href="classLTGeoFillCut.html#6195a436e7c264565b15c012209dc1d1">_histogram</a>;  <a name="l00073"></a>00073     <span class="keywordflow">return</span> _histogram;
51  <a name="l00074"></a>00074   }  <a name="l00074"></a>00074   }
52  <a name="l00075"></a>00075  <a name="l00075"></a>00075
53  <a name="l00082"></a><a class="code" href="classLTGeoFillCut.html#b055ce6da2265ba3475d77d80cd99247">00082</a>   <span class="keywordtype">float</span> <a class="code" href="classLTGeoFillCut.html#b055ce6da2265ba3475d77d80cd99247" title="Returns the histogram total.">GetHistoTot</a>() {  <a name="l00082"></a><a class="code" href="classLTGeoFillCut.html#b055ce6da2265ba3475d77d80cd99247">00082</a>   <span class="keywordtype">float</span> <a class="code" href="classLTGeoFillCut.html#b055ce6da2265ba3475d77d80cd99247" title="Returns the histogram total.">GetHistoTot</a>() {
54  <a name="l00083"></a>00083     <span class="keywordflow">return</span> <a class="code" href="classLTGeoFillCut.html#06f64c9f800563e5ad9c68cac87e302b">_histogram_tot</a>;  <a name="l00083"></a>00083     <span class="keywordflow">return</span> _histogram_tot;
55  <a name="l00084"></a>00084   }  <a name="l00084"></a>00084   }
56  <a name="l00085"></a>00085  <a name="l00085"></a>00085
57  <a name="l00086"></a>00086 <span class="keyword">private</span>:  <a name="l00086"></a>00086 <span class="keyword">private</span>:
58  <a name="l00087"></a>00087  <a name="l00087"></a>00087
59  <a name="l00088"></a><a class="code" href="classLTGeoFillCut.html#b9e538c8bad153b06275b6a0fe64aab1">00088</a>   std::vector&lt;float&gt; <a class="code" href="classLTGeoFillCut.html#b9e538c8bad153b06275b6a0fe64aab1">_binning</a>;  <a name="l00088"></a>00088   std::vector&lt;float&gt; _binning;
60  <a name="l00089"></a><a class="code" href="classLTGeoFillCut.html#e9aa4e0dfa6c9c0cf5e3a46162c8f2fd">00089</a>   <span class="keywordtype">float</span> <a class="code" href="classLTGeoFillCut.html#e9aa4e0dfa6c9c0cf5e3a46162c8f2fd">_thresholdCoeff</a>;  <a name="l00089"></a>00089   <span class="keywordtype">float</span> _thresholdCoeff;
61  <a name="l00090"></a>00090  <a name="l00090"></a>00090
62  <a name="l00091"></a><a class="code" href="classLTGeoFillCut.html#6195a436e7c264565b15c012209dc1d1">00091</a>   std::vector&lt;float&gt; <a class="code" href="classLTGeoFillCut.html#6195a436e7c264565b15c012209dc1d1">_histogram</a>;  <a name="l00091"></a>00091   std::vector&lt;float&gt; _histogram;
63  <a name="l00092"></a><a class="code" href="classLTGeoFillCut.html#06f64c9f800563e5ad9c68cac87e302b">00092</a>   <span class="keywordtype">float</span> <a class="code" href="classLTGeoFillCut.html#06f64c9f800563e5ad9c68cac87e302b">_histogram_tot</a>;  <a name="l00092"></a>00092   <span class="keywordtype">float</span> _histogram_tot;
64  <a name="l00093"></a>00093  <a name="l00093"></a>00093
65  <a name="l00094"></a>00094 };  <a name="l00094"></a>00094 };
66  <a name="l00095"></a>00095  <a name="l00095"></a>00095
67  <a name="l00096"></a>00096 <span class="preprocessor">#endif </span><span class="comment">/* LTGEOFILLCUT_H_ */</span>  <a name="l00096"></a>00096 <span class="preprocessor">#endif </span><span class="comment">/* LTGEOFILLCUT_H_ */</span>
68  </pre></div></div>  </pre></div></div>
69  <hr size="1"><address style="text-align: right;"><small>Generated on Wed May 27 15:21:27 2009 for PamCut by&nbsp;  <hr size="1"><address style="text-align: right;"><small>Generated on Fri Jun 5 15:08:58 2009 for PamCut by&nbsp;
70  <a href="http://www.doxygen.org/index.html">  <a href="http://www.doxygen.org/index.html">
71  <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>
72  </body>  </body>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23