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

Annotation of /PamCut/doc/Doxygen/html/TrkRigGeoCut_8cpp_source.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (as text) (vendor branch)
Wed May 27 13:30:03 2009 UTC (15 years, 10 months ago) by pam-fi
Branch: DEV
CVS Tags: v0r00
Changes since 1.1: +0 -0 lines
File MIME type: text/html
First import

1 pam-fi 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2     <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3     <title>PamCut: TrkCuts/TrkRigGeoCut/TrkRigGeoCut.cpp Source File</title>
4     <link href="tabs.css" rel="stylesheet" type="text/css">
5     <link href="doxygen.css" rel="stylesheet" type="text/css">
6     </head><body>
7     <!-- Generated by Doxygen 1.5.9 -->
8     <div class="navigation" id="top">
9     <div class="tabs">
10     <ul>
11     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12     <li><a href="annotated.html"><span>Classes</span></a></li>
13     <li class="current"><a href="files.html"><span>Files</span></a></li>
14     </ul>
15     </div>
16     <div class="tabs">
17     <ul>
18     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
19     <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
20     </ul>
21     </div>
22     <h1>TrkCuts/TrkRigGeoCut/TrkRigGeoCut.cpp</h1><a href="TrkRigGeoCut_8cpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
23     <a name="l00002"></a>00002 <span class="comment"> * TrkRigGeoCut.cpp</span>
24     <a name="l00003"></a>00003 <span class="comment"> *</span>
25     <a name="l00004"></a>00004 <span class="comment"> * Created on: 25-mar-2009</span>
26     <a name="l00005"></a>00005 <span class="comment"> * Author: Nicola Mori</span>
27     <a name="l00006"></a>00006 <span class="comment"> */</span>
28     <a name="l00007"></a>00007
29     <a name="l00010"></a>00010 <span class="preprocessor">#include "<a class="code" href="TrkRigGeoCut_8h.html">TrkRigGeoCut.h</a>"</span>
30     <a name="l00011"></a>00011
31     <a name="l00012"></a><a class="code" href="classTrkRigGeoCut.html#d334792be6ca66d01d75bb2f86a57382">00012</a> <span class="keywordtype">int</span> <a class="code" href="classTrkRigGeoCut.html#d334792be6ca66d01d75bb2f86a57382" title="The rigidity check.">TrkRigGeoCut::Check</a>(PamLevel2 *event) {
32     <a name="l00013"></a>00013
33     <a name="l00014"></a>00014 <span class="keywordflow">if</span> (event-&gt;GetTrack(0)-&gt;GetTrkTrack()-&gt;GetRigidity() &lt; <a class="code" href="classTrkRigGeoCut.html#e9361bca574d1dfefd9b3beabc7aa268">_thresholdCoeff</a> * <span class="keyword">event</span>-&gt;GetOrbitalInfo()-&gt;GetCutoffSVL()) {
34     <a name="l00015"></a>00015 <span class="keywordflow">return</span> 0;
35     <a name="l00016"></a>00016 }
36     <a name="l00017"></a>00017
37     <a name="l00018"></a>00018 <span class="keywordflow">return</span> <a class="code" href="CommonDefs_8h.html#c857f4b76ae431837cbf61fd74863b6c" title="The implementations of PamCut::Check() must return this value if the event satisfy...">CUTOK</a>;
38     <a name="l00019"></a>00019 }
39     </pre></div></div>
40     <hr size="1"><address style="text-align: right;"><small>Generated on Wed May 27 15:21:27 2009 for PamCut by&nbsp;
41     <a href="http://www.doxygen.org/index.html">
42     <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
43     </body>
44     </html>

  ViewVC Help
Powered by ViewVC 1.1.23