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

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

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

revision 1.1 by pam-fi, Wed May 27 13:30:04 2009 UTC revision 1.2 by pam-fi, Fri Jun 5 13:15:56 2009 UTC
# Line 41  Inheritance diagram for CaloCrossCut:</d Line 41  Inheritance diagram for CaloCrossCut:</d
41  <a href="classCaloCrossCut-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">  <a href="classCaloCrossCut-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
42  <tr><td></td></tr>  <tr><td></td></tr>
43  <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>  <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
44  <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCaloCrossCut.html#33b00ac9d115f74bd2aa0c6418a61c0d">CaloCrossCut</a> (const char *cutName, <a class="el" href="classCaloAxis.html">CaloAxis</a> *xCaloAxis, <a class="el" href="classCaloAxis.html">CaloAxis</a> *yCaloAxis)</td></tr>  <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCaloCrossCut.html#33b00ac9d115f74bd2aa0c6418a61c0d">CaloCrossCut</a> (const char *cutName, CaloAxis *xCaloAxis, CaloAxis *yCaloAxis)</td></tr>
45    
46  <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor.  <a href="#33b00ac9d115f74bd2aa0c6418a61c0d"></a><br></td></tr>  <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor.  <a href="#33b00ac9d115f74bd2aa0c6418a61c0d"></a><br></td></tr>
47  <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCaloCrossCut.html#30eff9bbcbcee85132b85fccd78159fe">~CaloCrossCut</a> ()</td></tr>  <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="30eff9bbcbcee85132b85fccd78159fe"></a><!-- doxytag: member="CaloCrossCut::~CaloCrossCut" ref="30eff9bbcbcee85132b85fccd78159fe" args="()" -->
48    &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCaloCrossCut.html#30eff9bbcbcee85132b85fccd78159fe">~CaloCrossCut</a> ()</td></tr>
49    
50  <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Destructor.  <a href="#30eff9bbcbcee85132b85fccd78159fe"></a><br></td></tr>  <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Destructor. <br></td></tr>
51  <tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCaloCrossCut.html#c79de9378fe4816ef37291da64d5a4f0">Check</a> (PamLevel2 *event)</td></tr>  <tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCaloCrossCut.html#c79de9378fe4816ef37291da64d5a4f0">Check</a> (PamLevel2 *event)</td></tr>
52    
53  <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The calorimeter last plane check.  <a href="#c79de9378fe4816ef37291da64d5a4f0"></a><br></td></tr>  <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The calorimeter last plane check.  <a href="#c79de9378fe4816ef37291da64d5a4f0"></a><br></td></tr>
 <tr><td colspan="2"><br><h2>Private Attributes</h2></td></tr>  
 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classCaloAxis.html">CaloAxis</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCaloCrossCut.html#6443179bfcb21cef379b8383440eda5c">_xCaloAxis</a></td></tr>  
   
 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classCaloAxis.html">CaloAxis</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCaloCrossCut.html#bf61655ea8330e0c7e4139ab1e3809ec">_yCaloAxis</a></td></tr>  
   
54  </table>  </table>
55  <hr><a name="_details"></a><h2>Detailed Description</h2>  <hr><a name="_details"></a><h2>Detailed Description</h2>
56  The calorimeter last plane cut.  The calorimeter last plane cut.
57  <p>  <p>
58  Checks if the particle has crossed the last calorimeter plane. The current implementation uses the <a class="el" href="classCaloAxis.html">CaloAxis</a> objects; to save computing time, the class assumes that the track is externally computed for each event and stored in <a class="el" href="classCaloAxis.html">CaloAxis</a> objects; pointers to these objects are passed as arguments to the constructor. The Check method will then ignore the PamLevel2 *event and assume that the current content of the <a class="el" href="classCaloAxis.html">CaloAxis</a> objects are relative to the current event. It is an user's task to ensure that these assumptions are fulfilled every time Check or ApplyCut are called.<p>  Checks if the particle has crossed the last calorimeter plane. The current implementation uses the CaloAxis objects; to save computing time, the class assumes that the track is externally computed for each event and stored in CaloAxis objects; pointers to these objects are passed as arguments to the constructor. The Check method will then ignore the PamLevel2 *event and assume that the current content of the CaloAxis objects are relative to the current event. It is an user's task to ensure that these assumptions are fulfilled every time Check or ApplyCut are called.<p>
59  CUT DEPENDENCIES: <a class="el" href="classCaloTrackCut.html" title="The calorimeter track cut. Checks for the existence of a track in the calorimeter...">CaloTrackCut</a> for the existence of the track (it can also provide the <a class="el" href="classCaloAxis.html">CaloAxis</a> objects).  CUT DEPENDENCIES: <a class="el" href="classCaloTrackCut.html" title="The calorimeter track cut. Checks for the existence of a track in the calorimeter...">CaloTrackCut</a> for the existence of the track (it can also provide the CaloAxis objects). <hr><h2>Constructor &amp; Destructor Documentation</h2>
 <p>Definition at line <a class="el" href="CaloCrossCut_8h_source.html#l00030">30</a> of file <a class="el" href="CaloCrossCut_8h_source.html">CaloCrossCut.h</a>.</p>  
 <hr><h2>Constructor &amp; Destructor Documentation</h2>  
60  <a class="anchor" name="33b00ac9d115f74bd2aa0c6418a61c0d"></a><!-- doxytag: member="CaloCrossCut::CaloCrossCut" ref="33b00ac9d115f74bd2aa0c6418a61c0d" args="(const char *cutName, CaloAxis *xCaloAxis, CaloAxis *yCaloAxis)" -->  <a class="anchor" name="33b00ac9d115f74bd2aa0c6418a61c0d"></a><!-- doxytag: member="CaloCrossCut::CaloCrossCut" ref="33b00ac9d115f74bd2aa0c6418a61c0d" args="(const char *cutName, CaloAxis *xCaloAxis, CaloAxis *yCaloAxis)" -->
61  <div class="memitem">  <div class="memitem">
62  <div class="memproto">  <div class="memproto">
# Line 76  CUT DEPENDENCIES: <a class="el" href="cl Line 70  CUT DEPENDENCIES: <a class="el" href="cl
70          <tr>          <tr>
71            <td class="paramkey"></td>            <td class="paramkey"></td>
72            <td></td>            <td></td>
73            <td class="paramtype"><a class="el" href="classCaloAxis.html">CaloAxis</a> *&nbsp;</td>            <td class="paramtype">CaloAxis *&nbsp;</td>
74            <td class="paramname"> <em>xCaloAxis</em>, </td>            <td class="paramname"> <em>xCaloAxis</em>, </td>
75          </tr>          </tr>
76          <tr>          <tr>
77            <td class="paramkey"></td>            <td class="paramkey"></td>
78            <td></td>            <td></td>
79            <td class="paramtype"><a class="el" href="classCaloAxis.html">CaloAxis</a> *&nbsp;</td>            <td class="paramtype">CaloAxis *&nbsp;</td>
80            <td class="paramname"> <em>yCaloAxis</em></td><td>&nbsp;</td>            <td class="paramname"> <em>yCaloAxis</em></td><td>&nbsp;</td>
81          </tr>          </tr>
82          <tr>          <tr>
# Line 97  CUT DEPENDENCIES: <a class="el" href="cl Line 91  CUT DEPENDENCIES: <a class="el" href="cl
91  <p>  <p>
92  Constructor.  Constructor.
93  <p>  <p>
94  The <a class="el" href="classCaloAxis.html">CaloAxis</a> arguments are pointers to objects which contain the calorimeter track information for current event.<p>  The CaloAxis arguments are pointers to objects which contain the calorimeter track information for current event.<p>
95  <dl compact><dt><b>Parameters:</b></dt><dd>  <dl compact><dt><b>Parameters:</b></dt><dd>
96    <table border="0" cellspacing="2" cellpadding="0">    <table border="0" cellspacing="2" cellpadding="0">
97      <tr><td valign="top"></td><td valign="top"><em>cutName</em>&nbsp;</td><td>The cut name. </td></tr>      <tr><td valign="top"></td><td valign="top"><em>cutName</em>&nbsp;</td><td>The cut name. </td></tr>
98      <tr><td valign="top"></td><td valign="top"><em>xCaloAxis</em>&nbsp;</td><td>The pointer to the <a class="el" href="classCaloAxis.html">CaloAxis</a> object for X axis. </td></tr>      <tr><td valign="top"></td><td valign="top"><em>xCaloAxis</em>&nbsp;</td><td>The pointer to the CaloAxis object for X axis. </td></tr>
99      <tr><td valign="top"></td><td valign="top"><em>yCaloAxis</em>&nbsp;</td><td>The pointer to the <a class="el" href="classCaloAxis.html">CaloAxis</a> object for Y axis. </td></tr>      <tr><td valign="top"></td><td valign="top"><em>yCaloAxis</em>&nbsp;</td><td>The pointer to the CaloAxis object for Y axis. </td></tr>
100    </table>    </table>
101  </dl>  </dl>
102    
 <p>Definition at line <a class="el" href="CaloCrossCut_8h_source.html#l00042">42</a> of file <a class="el" href="CaloCrossCut_8h_source.html">CaloCrossCut.h</a>.</p>  
   
 </div>  
 </div><p>  
 <a class="anchor" name="30eff9bbcbcee85132b85fccd78159fe"></a><!-- doxytag: member="CaloCrossCut::~CaloCrossCut" ref="30eff9bbcbcee85132b85fccd78159fe" args="()" -->  
 <div class="memitem">  
 <div class="memproto">  
       <table class="memname">  
         <tr>  
           <td class="memname">CaloCrossCut::~CaloCrossCut           </td>  
           <td>(</td>  
           <td class="paramname">          </td>  
           <td>&nbsp;)&nbsp;</td>  
           <td><code> [inline]</code></td>  
         </tr>  
       </table>  
 </div>  
 <div class="memdoc">  
   
 <p>  
 Destructor.  
 <p>  
   
 <p>Definition at line <a class="el" href="CaloCrossCut_8h_source.html#l00046">46</a> of file <a class="el" href="CaloCrossCut_8h_source.html">CaloCrossCut.h</a>.</p>  
   
103  </div>  </div>
104  </div><p>  </div><p>
105  <hr><h2>Member Function Documentation</h2>  <hr><h2>Member Function Documentation</h2>
# Line 158  The calorimeter last plane check. Line 127  The calorimeter last plane check.
127      <tr><td valign="top"></td><td valign="top"><em>event</em>&nbsp;</td><td>The event to analyze. </td></tr>      <tr><td valign="top"></td><td valign="top"><em>event</em>&nbsp;</td><td>The event to analyze. </td></tr>
128    </table>    </table>
129  </dl>  </dl>
130  <dl class="return" compact><dt><b>Returns:</b></dt><dd><a class="el" href="CommonDefs_8h.html#c857f4b76ae431837cbf61fd74863b6c" title="The implementations of PamCut::Check() must return this value if the event satisfy...">CUTOK</a> if charge released in plane 22 is greater than 0 (from <a class="el" href="classCaloAxis.html">CaloAxis</a>) for both X and Y <p>  <dl class="return" compact><dt><b>Returns:</b></dt><dd><a class="el" href="CommonDefs_8h.html#c857f4b76ae431837cbf61fd74863b6c" title="The implementations of PamCut::Check() must return this value if the event satisfy...">CUTOK</a> if charge released in plane 22 is greater than 0 (from CaloAxis) for both X and Y <p>
131  0 otherwise </dd></dl>  0 otherwise </dd></dl>
132    
133  <p>Implements <a class="el" href="classPamCut.html#a874600461950d1f2b75ce3938f91cbe">PamCut</a>.</p>  <p>Implements <a class="el" href="classPamCut.html#a874600461950d1f2b75ce3938f91cbe">PamCut</a>.</p>
134    
 <p>Definition at line <a class="el" href="CaloCrossCut_8cpp_source.html#l00012">12</a> of file <a class="el" href="CaloCrossCut_8cpp_source.html">CaloCrossCut.cpp</a>.</p>  
   
 <p>References <a class="el" href="CaloCrossCut_8h_source.html#l00058">_xCaloAxis</a>, <a class="el" href="CaloCrossCut_8h_source.html#l00058">_yCaloAxis</a>, <a class="el" href="CommonDefs_8h_source.html#l00015">CUTOK</a>, and <a class="el" href="CaloAxis2_8h_source.html#l00274">CaloAxis::GetQ()</a>.</p>  
   
 </div>  
 </div><p>  
 <hr><h2>Member Data Documentation</h2>  
 <a class="anchor" name="6443179bfcb21cef379b8383440eda5c"></a><!-- doxytag: member="CaloCrossCut::_xCaloAxis" ref="6443179bfcb21cef379b8383440eda5c" args="" -->  
 <div class="memitem">  
 <div class="memproto">  
       <table class="memname">  
         <tr>  
           <td class="memname"><a class="el" href="classCaloAxis.html">CaloAxis</a>* <a class="el" href="classCaloCrossCut.html#6443179bfcb21cef379b8383440eda5c">CaloCrossCut::_xCaloAxis</a><code> [private]</code>          </td>  
         </tr>  
       </table>  
 </div>  
 <div class="memdoc">  
   
 <p>  
   
 <p>Definition at line <a class="el" href="CaloCrossCut_8h_source.html#l00058">58</a> of file <a class="el" href="CaloCrossCut_8h_source.html">CaloCrossCut.h</a>.</p>  
   
 <p>Referenced by <a class="el" href="CaloCrossCut_8cpp_source.html#l00012">Check()</a>.</p>  
   
 </div>  
 </div><p>  
 <a class="anchor" name="bf61655ea8330e0c7e4139ab1e3809ec"></a><!-- doxytag: member="CaloCrossCut::_yCaloAxis" ref="bf61655ea8330e0c7e4139ab1e3809ec" args="" -->  
 <div class="memitem">  
 <div class="memproto">  
       <table class="memname">  
         <tr>  
           <td class="memname"><a class="el" href="classCaloAxis.html">CaloAxis</a> * <a class="el" href="classCaloCrossCut.html#bf61655ea8330e0c7e4139ab1e3809ec">CaloCrossCut::_yCaloAxis</a><code> [private]</code>          </td>  
         </tr>  
       </table>  
 </div>  
 <div class="memdoc">  
   
 <p>  
   
 <p>Definition at line <a class="el" href="CaloCrossCut_8h_source.html#l00058">58</a> of file <a class="el" href="CaloCrossCut_8h_source.html">CaloCrossCut.h</a>.</p>  
   
 <p>Referenced by <a class="el" href="CaloCrossCut_8cpp_source.html#l00012">Check()</a>.</p>  
   
135  </div>  </div>
136  </div><p>  </div><p>
137  <hr>The documentation for this class was generated from the following files:<ul>  <hr>The documentation for this class was generated from the following files:<ul>
138  <li>CaloCuts/CaloCrossCut/<a class="el" href="CaloCrossCut_8h_source.html">CaloCrossCut.h</a><li>CaloCuts/CaloCrossCut/<a class="el" href="CaloCrossCut_8cpp_source.html">CaloCrossCut.cpp</a></ul>  <li>CaloCuts/CaloCrossCut/<a class="el" href="CaloCrossCut_8h_source.html">CaloCrossCut.h</a><li>CaloCuts/CaloCrossCut/<a class="el" href="CaloCrossCut_8cpp.html">CaloCrossCut.cpp</a></ul>
139  </div>  </div>
140  <hr size="1"><address style="text-align: right;"><small>Generated on Wed May 27 15:21:31 2009 for PamCut by&nbsp;  <hr size="1"><address style="text-align: right;"><small>Generated on Fri Jun 5 15:08:59 2009 for PamCut by&nbsp;
141  <a href="http://www.doxygen.org/index.html">  <a href="http://www.doxygen.org/index.html">
142  <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>
143  </body>  </body>

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

  ViewVC Help
Powered by ViewVC 1.1.23