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

Diff of /PamCut/doc/Doxygen/html/TrkRigGeoCut_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:08 2009 UTC revision 1.2 by pam-fi, Fri Jun 5 13:16:14 2009 UTC
# Line 36  Line 36 
36  <a name="l00024"></a>00024  <a name="l00024"></a>00024
37  <a name="l00025"></a>00025 <span class="keyword">public</span>:  <a name="l00025"></a>00025 <span class="keyword">public</span>:
38  <a name="l00031"></a><a class="code" href="classTrkRigGeoCut.html#00e54e0aade802c1c44fcfde47e905d6">00031</a>   <a class="code" href="classTrkRigGeoCut.html#00e54e0aade802c1c44fcfde47e905d6" title="Constructor.">TrkRigGeoCut</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *cutName, <span class="keywordtype">float</span> thresholdCoeff) :  <a name="l00031"></a><a class="code" href="classTrkRigGeoCut.html#00e54e0aade802c1c44fcfde47e905d6">00031</a>   <a class="code" href="classTrkRigGeoCut.html#00e54e0aade802c1c44fcfde47e905d6" title="Constructor.">TrkRigGeoCut</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *cutName, <span class="keywordtype">float</span> thresholdCoeff) :
39  <a name="l00032"></a>00032     <a class="code" href="classPamCut.html" title="An abstract class to apply cuts to Pamela data.">PamCut</a>(cutName), <a class="code" href="classTrkRigGeoCut.html#e9361bca574d1dfefd9b3beabc7aa268">_thresholdCoeff</a>(thresholdCoeff) {  <a name="l00032"></a>00032     <a class="code" href="classPamCut.html" title="An abstract class to apply cuts to Pamela data.">PamCut</a>(cutName), _thresholdCoeff(thresholdCoeff) {
40  <a name="l00033"></a>00033   }  <a name="l00033"></a>00033   }
41  <a name="l00035"></a><a class="code" href="classTrkRigGeoCut.html#074e6ecf968a39447bc868a79da213c7">00035</a>   <a class="code" href="classTrkRigGeoCut.html#074e6ecf968a39447bc868a79da213c7" title="Destructor.">~TrkRigGeoCut</a>() {  <a name="l00035"></a><a class="code" href="classTrkRigGeoCut.html#074e6ecf968a39447bc868a79da213c7">00035</a>   <a class="code" href="classTrkRigGeoCut.html#074e6ecf968a39447bc868a79da213c7" title="Destructor.">~TrkRigGeoCut</a>() {
42  <a name="l00036"></a>00036   }  <a name="l00036"></a>00036   }
# Line 44  Line 44 
44  <a name="l00045"></a>00045   <span class="keywordtype">int</span> <a class="code" href="classTrkRigGeoCut.html#d334792be6ca66d01d75bb2f86a57382" title="The rigidity check.">Check</a>(PamLevel2 *event);  <a name="l00045"></a>00045   <span class="keywordtype">int</span> <a class="code" href="classTrkRigGeoCut.html#d334792be6ca66d01d75bb2f86a57382" title="The rigidity check.">Check</a>(PamLevel2 *event);
45  <a name="l00046"></a>00046  <a name="l00046"></a>00046
46  <a name="l00048"></a><a class="code" href="classTrkRigGeoCut.html#5b3e2d3037d140ae852bd02975842eb4">00048</a>   <span class="keywordtype">float</span> <a class="code" href="classTrkRigGeoCut.html#5b3e2d3037d140ae852bd02975842eb4" title="Returns the threshold coefficient.">GetThresholdCoeff</a>(){  <a name="l00048"></a><a class="code" href="classTrkRigGeoCut.html#5b3e2d3037d140ae852bd02975842eb4">00048</a>   <span class="keywordtype">float</span> <a class="code" href="classTrkRigGeoCut.html#5b3e2d3037d140ae852bd02975842eb4" title="Returns the threshold coefficient.">GetThresholdCoeff</a>(){
47  <a name="l00049"></a>00049     <span class="keywordflow">return</span> <a class="code" href="classTrkRigGeoCut.html#e9361bca574d1dfefd9b3beabc7aa268">_thresholdCoeff</a>;  <a name="l00049"></a>00049     <span class="keywordflow">return</span> _thresholdCoeff;
48  <a name="l00050"></a>00050   }  <a name="l00050"></a>00050   }
49  <a name="l00051"></a>00051  <a name="l00051"></a>00051
50  <a name="l00052"></a>00052 <span class="keyword">private</span>:  <a name="l00052"></a>00052 <span class="keyword">private</span>:
51  <a name="l00053"></a>00053  <a name="l00053"></a>00053
52  <a name="l00054"></a><a class="code" href="classTrkRigGeoCut.html#e9361bca574d1dfefd9b3beabc7aa268">00054</a>   <span class="keywordtype">float</span> <a class="code" href="classTrkRigGeoCut.html#e9361bca574d1dfefd9b3beabc7aa268">_thresholdCoeff</a>;  <a name="l00054"></a>00054   <span class="keywordtype">float</span> _thresholdCoeff;
53  <a name="l00055"></a>00055  <a name="l00055"></a>00055
54  <a name="l00056"></a>00056 };  <a name="l00056"></a>00056 };
55  <a name="l00057"></a>00057  <a name="l00057"></a>00057
56  <a name="l00058"></a>00058 <span class="preprocessor">#endif </span><span class="comment">/* TRKRIGGEOCUT_H_ */</span>  <a name="l00058"></a>00058 <span class="preprocessor">#endif </span><span class="comment">/* TRKRIGGEOCUT_H_ */</span>
57  </pre></div></div>  </pre></div></div>
58  <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;
59  <a href="http://www.doxygen.org/index.html">  <a href="http://www.doxygen.org/index.html">
60  <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>
61  </body>  </body>

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

  ViewVC Help
Powered by ViewVC 1.1.23