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

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

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

revision 1.1.1.1 by pam-fi, Wed May 27 13:30:08 2009 UTC revision 1.2 by pam-fi, Fri Jun 5 13:16:09 2009 UTC
# Line 40  Line 40 
40  <a name="l00025"></a>00025  <a name="l00025"></a>00025
41  <a name="l00026"></a>00026 <span class="keyword">public</span>:  <a name="l00026"></a>00026 <span class="keyword">public</span>:
42  <a name="l00034"></a><a class="code" href="classLTQualCut.html#c358da9eb502cfe964b682e89e34b5ca">00034</a>   <a class="code" href="classLTQualCut.html#c358da9eb502cfe964b682e89e34b5ca" title="Constructor.">LTQualCut</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* cutName, <span class="keywordtype">float</span> threshold=4500) :  <a name="l00034"></a><a class="code" href="classLTQualCut.html#c358da9eb502cfe964b682e89e34b5ca">00034</a>   <a class="code" href="classLTQualCut.html#c358da9eb502cfe964b682e89e34b5ca" title="Constructor.">LTQualCut</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* cutName, <span class="keywordtype">float</span> threshold=4500) :
43  <a name="l00035"></a>00035     <a class="code" href="classPamCut.html" title="An abstract class to apply cuts to Pamela data.">PamCut</a>(cutName), <a class="code" href="classLTQualCut.html#14f95efcc2ab0b4746fd8507cbc76c32">_previousRun</a>(numeric_limits&lt;UInt_t&gt;::max()), <a class="code" href="classLTQualCut.html#c69f0d887b77b6dcd493f3e65d1cbae7">_LT</a>(-1.), <a class="code" href="classLTQualCut.html#16d07f171dcecb0a847fe237cc290ff6">_timeout</a>(threshold) {  <a name="l00035"></a>00035     <a class="code" href="classPamCut.html" title="An abstract class to apply cuts to Pamela data.">PamCut</a>(cutName), _previousRun(numeric_limits&lt;UInt_t&gt;::max()), _LT(-1.), _timeout(threshold) {
44  <a name="l00036"></a>00036   }  <a name="l00036"></a>00036   }
45  <a name="l00038"></a><a class="code" href="classLTQualCut.html#4c7b3319c00ecad7e55b90539b524c53">00038</a>   <a class="code" href="classLTQualCut.html#4c7b3319c00ecad7e55b90539b524c53" title="Destructor.">~LTQualCut</a>() {  <a name="l00038"></a><a class="code" href="classLTQualCut.html#4c7b3319c00ecad7e55b90539b524c53">00038</a>   <a class="code" href="classLTQualCut.html#4c7b3319c00ecad7e55b90539b524c53" title="Destructor.">~LTQualCut</a>() {
46  <a name="l00039"></a>00039   }  <a name="l00039"></a>00039   }
47  <a name="l00040"></a>00040  <a name="l00040"></a>00040
48  <a name="l00048"></a>00048   <span class="keywordtype">int</span> <a class="code" href="classLTQualCut.html#b38dc0bd6b25f899753b4598c278e6a2" title="The live time quality check.">Check</a>(PamLevel2 *event);  <a name="l00048"></a>00048   <span class="keywordtype">int</span> <a class="code" href="classLTQualCut.html#b38dc0bd6b25f899753b4598c278e6a2" title="The live time quality check.">Check</a>(PamLevel2 *event);
49  <a name="l00049"></a>00049  <a name="l00049"></a>00049
50  <a name="l00054"></a><a class="code" href="classLTQualCut.html#fe8fd76dbc23d11dfa24f2468f78d3d8">00054</a>   <span class="keywordtype">float</span> <a class="code" href="classLTQualCut.html#fe8fd76dbc23d11dfa24f2468f78d3d8" title="Returns the live time of the last examined event.">GetLT</a>() { <span class="keywordflow">return</span> <a class="code" href="classLTQualCut.html#c69f0d887b77b6dcd493f3e65d1cbae7">_LT</a>; }  <a name="l00054"></a><a class="code" href="classLTQualCut.html#fe8fd76dbc23d11dfa24f2468f78d3d8">00054</a>   <span class="keywordtype">float</span> <a class="code" href="classLTQualCut.html#fe8fd76dbc23d11dfa24f2468f78d3d8" title="Returns the live time of the last examined event.">GetLT</a>() { <span class="keywordflow">return</span> _LT; }
51  <a name="l00055"></a>00055  <a name="l00055"></a>00055
52  <a name="l00056"></a>00056 <span class="keyword">private</span>:  <a name="l00056"></a>00056 <span class="keyword">private</span>:
53  <a name="l00057"></a><a class="code" href="classLTQualCut.html#14f95efcc2ab0b4746fd8507cbc76c32">00057</a>   <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classLTQualCut.html#14f95efcc2ab0b4746fd8507cbc76c32">_previousRun</a>;  <a name="l00057"></a>00057   <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> _previousRun;
54  <a name="l00058"></a><a class="code" href="classLTQualCut.html#c69f0d887b77b6dcd493f3e65d1cbae7">00058</a>   <span class="keywordtype">float</span> <a class="code" href="classLTQualCut.html#c69f0d887b77b6dcd493f3e65d1cbae7">_LT</a>;  <a name="l00058"></a>00058   <span class="keywordtype">float</span> _LT;
55  <a name="l00059"></a><a class="code" href="classLTQualCut.html#16d07f171dcecb0a847fe237cc290ff6">00059</a>   <span class="keywordtype">float</span> <a class="code" href="classLTQualCut.html#16d07f171dcecb0a847fe237cc290ff6">_timeout</a>;  <a name="l00059"></a>00059   <span class="keywordtype">float</span> _timeout;
56  <a name="l00060"></a>00060 };  <a name="l00060"></a>00060 };
57  <a name="l00061"></a>00061  <a name="l00061"></a>00061
58  <a name="l00062"></a>00062 <span class="preprocessor">#endif </span><span class="comment">/* LTQUALCUT_H_ */</span>  <a name="l00062"></a>00062 <span class="preprocessor">#endif </span><span class="comment">/* LTQUALCUT_H_ */</span>
59  </pre></div></div>  </pre></div></div>
60  <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;
61  <a href="http://www.doxygen.org/index.html">  <a href="http://www.doxygen.org/index.html">
62  <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>
63  </body>  </body>

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

  ViewVC Help
Powered by ViewVC 1.1.23