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

Diff of /PamCut/doc/Doxygen/html/CaloNHitCut_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:06 2009 UTC revision 1.2 by pam-fi, Fri Jun 5 13:15:58 2009 UTC
# Line 36  Line 36 
36  <a name="l00030"></a>00030  <a name="l00030"></a>00030
37  <a name="l00031"></a>00031 <span class="keyword">public</span>:  <a name="l00031"></a>00031 <span class="keyword">public</span>:
38  <a name="l00032"></a>00032  <a name="l00032"></a>00032
39  <a name="l00043"></a><a class="code" href="classCaloNHitCut.html#220d9db8d015f09a97bb7a222f059cd2">00043</a>   <a class="code" href="classCaloNHitCut.html#220d9db8d015f09a97bb7a222f059cd2" title="Constructor.">CaloNHitCut</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *cutName, <a class="code" href="classCaloAxis.html">CaloAxis</a> *xCaloAxis, <a class="code" href="classCaloAxis.html">CaloAxis</a> *yCaloAxis, <span class="keywordtype">int</span> nMinHit=10) :  <a name="l00043"></a><a class="code" href="classCaloNHitCut.html#220d9db8d015f09a97bb7a222f059cd2">00043</a>   <a class="code" href="classCaloNHitCut.html#220d9db8d015f09a97bb7a222f059cd2" title="Constructor.">CaloNHitCut</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *cutName, CaloAxis *xCaloAxis, CaloAxis *yCaloAxis, <span class="keywordtype">int</span> nMinHit=10) :
40  <a name="l00044"></a>00044     <a class="code" href="classPamCut.html" title="An abstract class to apply cuts to Pamela data.">PamCut</a>(cutName), <a class="code" href="classCaloNHitCut.html#30652791bd9af9d61c5a156fc85f922a">_xCaloAxis</a>(xCaloAxis), <a class="code" href="classCaloNHitCut.html#a2561d175842814d056ffbd99b50ea6e">_yCaloAxis</a>(yCaloAxis), <a class="code" href="classCaloNHitCut.html#4a261716ce5e71159d2da6414a819a9a">_nMinHit</a>(nMinHit) {  <a name="l00044"></a>00044     <a class="code" href="classPamCut.html" title="An abstract class to apply cuts to Pamela data.">PamCut</a>(cutName), _xCaloAxis(xCaloAxis), _yCaloAxis(yCaloAxis), _nMinHit(nMinHit) {
41  <a name="l00045"></a>00045   }  <a name="l00045"></a>00045   }
42  <a name="l00047"></a><a class="code" href="classCaloNHitCut.html#97d9858496d6c3f8a47aa2c60d844065">00047</a>   <a class="code" href="classCaloNHitCut.html#97d9858496d6c3f8a47aa2c60d844065" title="Destructor.">~CaloNHitCut</a>() {  <a name="l00047"></a><a class="code" href="classCaloNHitCut.html#97d9858496d6c3f8a47aa2c60d844065">00047</a>   <a class="code" href="classCaloNHitCut.html#97d9858496d6c3f8a47aa2c60d844065" title="Destructor.">~CaloNHitCut</a>() {
43  <a name="l00048"></a>00048   }  <a name="l00048"></a>00048   }
# Line 45  Line 45 
45  <a name="l00061"></a>00061   <span class="keywordtype">int</span> <a class="code" href="classCaloNHitCut.html#54aae0d5514f7bda15297b9cfdceee68" title="The number of hit planes check.">Check</a>(PamLevel2 *event);  <a name="l00061"></a>00061   <span class="keywordtype">int</span> <a class="code" href="classCaloNHitCut.html#54aae0d5514f7bda15297b9cfdceee68" title="The number of hit planes check.">Check</a>(PamLevel2 *event);
46  <a name="l00062"></a>00062  <a name="l00062"></a>00062
47  <a name="l00063"></a>00063 <span class="keyword">private</span>:  <a name="l00063"></a>00063 <span class="keyword">private</span>:
48  <a name="l00064"></a><a class="code" href="classCaloNHitCut.html#a2561d175842814d056ffbd99b50ea6e">00064</a>   <a class="code" href="classCaloAxis.html">CaloAxis</a> *<a class="code" href="classCaloNHitCut.html#30652791bd9af9d61c5a156fc85f922a">_xCaloAxis</a>, *<a class="code" href="classCaloNHitCut.html#a2561d175842814d056ffbd99b50ea6e">_yCaloAxis</a>;  <a name="l00064"></a>00064   CaloAxis *_xCaloAxis, *_yCaloAxis;
49  <a name="l00065"></a><a class="code" href="classCaloNHitCut.html#4a261716ce5e71159d2da6414a819a9a">00065</a>   <span class="keywordtype">int</span> <a class="code" href="classCaloNHitCut.html#4a261716ce5e71159d2da6414a819a9a">_nMinHit</a>;  <a name="l00065"></a>00065   <span class="keywordtype">int</span> _nMinHit;
50  <a name="l00066"></a>00066  <a name="l00066"></a>00066
51  <a name="l00067"></a>00067 };  <a name="l00067"></a>00067 };
52  <a name="l00068"></a>00068 <span class="preprocessor">#endif </span><span class="comment">/* CALONHITCUT_H_ */</span>  <a name="l00068"></a>00068 <span class="preprocessor">#endif </span><span class="comment">/* CALONHITCUT_H_ */</span>
53  <a name="l00069"></a>00069  <a name="l00069"></a>00069
54  </pre></div></div>  </pre></div></div>
55  <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;
56  <a href="http://www.doxygen.org/index.html">  <a href="http://www.doxygen.org/index.html">
57  <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>
58  </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