41 |
<a href="classCaloGeomCut-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> |
<a href="classCaloGeomCut-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"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classCaloGeomCut.html#2ea81481d3f2a0c58dbdf865b51d91ca">CaloGeomCut</a> (const char *cutName, <a class="el" href="classCaloAxis.html">CaloAxis</a> *xCaloAxis, <a class="el" href="classCaloAxis.html">CaloAxis</a> *yCaloAxis, float xTolCaloTrack=0.7, float yTolCaloTrack=0.7)</td></tr> |
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classCaloGeomCut.html#2ea81481d3f2a0c58dbdf865b51d91ca">CaloGeomCut</a> (const char *cutName, CaloAxis *xCaloAxis, CaloAxis *yCaloAxis, float xTolCaloTrack=0.7, float yTolCaloTrack=0.7)</td></tr> |
45 |
|
|
46 |
<tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <a href="#2ea81481d3f2a0c58dbdf865b51d91ca"></a><br></td></tr> |
<tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <a href="#2ea81481d3f2a0c58dbdf865b51d91ca"></a><br></td></tr> |
47 |
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classCaloGeomCut.html#fca3678606b1ca4e9c347c4fd620a97d">~CaloGeomCut</a> ()</td></tr> |
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="fca3678606b1ca4e9c347c4fd620a97d"></a><!-- doxytag: member="CaloGeomCut::~CaloGeomCut" ref="fca3678606b1ca4e9c347c4fd620a97d" args="()" --> |
48 |
|
</td><td class="memItemRight" valign="bottom"><a class="el" href="classCaloGeomCut.html#fca3678606b1ca4e9c347c4fd620a97d">~CaloGeomCut</a> ()</td></tr> |
49 |
|
|
50 |
<tr><td class="mdescLeft"> </td><td class="mdescRight">Destructor. <a href="#fca3678606b1ca4e9c347c4fd620a97d"></a><br></td></tr> |
<tr><td class="mdescLeft"> </td><td class="mdescRight">Destructor. <br></td></tr> |
51 |
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classCaloGeomCut.html#ef28e99e442a7ab58fb8250107ac82e9">Check</a> (PamLevel2 *event)</td></tr> |
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classCaloGeomCut.html#ef28e99e442a7ab58fb8250107ac82e9">Check</a> (PamLevel2 *event)</td></tr> |
52 |
|
|
53 |
<tr><td class="mdescLeft"> </td><td class="mdescRight">The geometry check using the calorimeter's track. <a href="#ef28e99e442a7ab58fb8250107ac82e9"></a><br></td></tr> |
<tr><td class="mdescLeft"> </td><td class="mdescRight">The geometry check using the calorimeter's track. <a href="#ef28e99e442a7ab58fb8250107ac82e9"></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> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classCaloGeomCut.html#c89e7de16721b709f2669893b2b74d9a">_xCaloAxis</a></td></tr> |
|
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classCaloAxis.html">CaloAxis</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classCaloGeomCut.html#79c3f56c8aae2949b2c14288d16a9ef1">_yCaloAxis</a></td></tr> |
|
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">float </td><td class="memItemRight" valign="bottom"><a class="el" href="classCaloGeomCut.html#83765f6e8982cb5cff48ea41dc420540">_xTolCaloTrack</a></td></tr> |
|
|
|
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">float </td><td class="memItemRight" valign="bottom"><a class="el" href="classCaloGeomCut.html#dbc713c7c193c03c02b481b704a3020d">_yTolCaloTrack</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 geometric cut using the calorimeter's track. |
The geometric cut using the calorimeter's track. |
57 |
<p> |
<p> |
58 |
This cut checks if the track obtained from the calorimeter is inside the fiducial acceptance. 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> |
This cut checks if the track obtained from the calorimeter is inside the fiducial acceptance. 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 & Destructor Documentation</h2> |
|
<p>Definition at line <a class="el" href="CaloGeomCut_8h_source.html#l00030">30</a> of file <a class="el" href="CaloGeomCut_8h_source.html">CaloGeomCut.h</a>.</p> |
|
|
<hr><h2>Constructor & Destructor Documentation</h2> |
|
60 |
<a class="anchor" name="2ea81481d3f2a0c58dbdf865b51d91ca"></a><!-- doxytag: member="CaloGeomCut::CaloGeomCut" ref="2ea81481d3f2a0c58dbdf865b51d91ca" args="(const char *cutName, CaloAxis *xCaloAxis, CaloAxis *yCaloAxis, float xTolCaloTrack=0.7, float yTolCaloTrack=0.7)" --> |
<a class="anchor" name="2ea81481d3f2a0c58dbdf865b51d91ca"></a><!-- doxytag: member="CaloGeomCut::CaloGeomCut" ref="2ea81481d3f2a0c58dbdf865b51d91ca" args="(const char *cutName, CaloAxis *xCaloAxis, CaloAxis *yCaloAxis, float xTolCaloTrack=0.7, float yTolCaloTrack=0.7)" --> |
61 |
<div class="memitem"> |
<div class="memitem"> |
62 |
<div class="memproto"> |
<div class="memproto"> |
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> * </td> |
<td class="paramtype">CaloAxis * </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> * </td> |
<td class="paramtype">CaloAxis * </td> |
80 |
<td class="paramname"> <em>yCaloAxis</em>, </td> |
<td class="paramname"> <em>yCaloAxis</em>, </td> |
81 |
</tr> |
</tr> |
82 |
<tr> |
<tr> |
103 |
<p> |
<p> |
104 |
Constructor. |
Constructor. |
105 |
<p> |
<p> |
106 |
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> |
107 |
<dl compact><dt><b>Parameters:</b></dt><dd> |
<dl compact><dt><b>Parameters:</b></dt><dd> |
108 |
<table border="0" cellspacing="2" cellpadding="0"> |
<table border="0" cellspacing="2" cellpadding="0"> |
109 |
<tr><td valign="top"></td><td valign="top"><em>cutName</em> </td><td>The cut's name. </td></tr> |
<tr><td valign="top"></td><td valign="top"><em>cutName</em> </td><td>The cut's name. </td></tr> |
110 |
<tr><td valign="top"></td><td valign="top"><em>xCaloAxis</em> </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> </td><td>The pointer to the CaloAxis object for X axis. </td></tr> |
111 |
<tr><td valign="top"></td><td valign="top"><em>yCaloAxis</em> </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> </td><td>The pointer to the CaloAxis object for Y axis. </td></tr> |
112 |
<tr><td valign="top"></td><td valign="top"><em>xTolCaloTrack</em> </td><td>The tolerance for X view which defines the fiducial acceptance. </td></tr> |
<tr><td valign="top"></td><td valign="top"><em>xTolCaloTrack</em> </td><td>The tolerance for X view which defines the fiducial acceptance. </td></tr> |
113 |
<tr><td valign="top"></td><td valign="top"><em>yTolCaloTrack</em> </td><td>The tolerance for Y view which defines the fiducial acceptance. </td></tr> |
<tr><td valign="top"></td><td valign="top"><em>yTolCaloTrack</em> </td><td>The tolerance for Y view which defines the fiducial acceptance. </td></tr> |
114 |
</table> |
</table> |
115 |
</dl> |
</dl> |
116 |
|
|
|
<p>Definition at line <a class="el" href="CaloGeomCut_8h_source.html#l00044">44</a> of file <a class="el" href="CaloGeomCut_8h_source.html">CaloGeomCut.h</a>.</p> |
|
|
|
|
|
</div> |
|
|
</div><p> |
|
|
<a class="anchor" name="fca3678606b1ca4e9c347c4fd620a97d"></a><!-- doxytag: member="CaloGeomCut::~CaloGeomCut" ref="fca3678606b1ca4e9c347c4fd620a97d" args="()" --> |
|
|
<div class="memitem"> |
|
|
<div class="memproto"> |
|
|
<table class="memname"> |
|
|
<tr> |
|
|
<td class="memname">CaloGeomCut::~CaloGeomCut </td> |
|
|
<td>(</td> |
|
|
<td class="paramname"> </td> |
|
|
<td> ) </td> |
|
|
<td><code> [inline]</code></td> |
|
|
</tr> |
|
|
</table> |
|
|
</div> |
|
|
<div class="memdoc"> |
|
|
|
|
|
<p> |
|
|
Destructor. |
|
|
<p> |
|
|
|
|
|
<p>Definition at line <a class="el" href="CaloGeomCut_8h_source.html#l00049">49</a> of file <a class="el" href="CaloGeomCut_8h_source.html">CaloGeomCut.h</a>.</p> |
|
|
|
|
117 |
</div> |
</div> |
118 |
</div><p> |
</div><p> |
119 |
<hr><h2>Member Function Documentation</h2> |
<hr><h2>Member Function Documentation</h2> |
141 |
<tr><td valign="top"></td><td valign="top"><em>event</em> </td><td>The event to analyze. </td></tr> |
<tr><td valign="top"></td><td valign="top"><em>event</em> </td><td>The event to analyze. </td></tr> |
142 |
</table> |
</table> |
143 |
</dl> |
</dl> |
144 |
<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> |
145 |
0 otherwise </dd></dl> |
0 otherwise </dd></dl> |
146 |
|
|
147 |
<p>Implements <a class="el" href="classPamCut.html#a874600461950d1f2b75ce3938f91cbe">PamCut</a>.</p> |
<p>Implements <a class="el" href="classPamCut.html#a874600461950d1f2b75ce3938f91cbe">PamCut</a>.</p> |
148 |
|
|
|
<p>Definition at line <a class="el" href="CaloGeomCut_8cpp_source.html#l00012">12</a> of file <a class="el" href="CaloGeomCut_8cpp_source.html">CaloGeomCut.cpp</a>.</p> |
|
|
|
|
|
<p>References <a class="el" href="CaloGeomCut_8h_source.html#l00061">_xCaloAxis</a>, <a class="el" href="CaloGeomCut_8h_source.html#l00062">_xTolCaloTrack</a>, <a class="el" href="CaloGeomCut_8h_source.html#l00061">_yCaloAxis</a>, <a class="el" href="CaloGeomCut_8h_source.html#l00062">_yTolCaloTrack</a>, <a class="el" href="CommonDefs_8h_source.html#l00015">CUTOK</a>, and <a class="el" href="CaloAxis2_8h_source.html#l00129">CaloAxis::par</a>.</p> |
|
|
|
|
|
</div> |
|
|
</div><p> |
|
|
<hr><h2>Member Data Documentation</h2> |
|
|
<a class="anchor" name="c89e7de16721b709f2669893b2b74d9a"></a><!-- doxytag: member="CaloGeomCut::_xCaloAxis" ref="c89e7de16721b709f2669893b2b74d9a" 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="classCaloGeomCut.html#c89e7de16721b709f2669893b2b74d9a">CaloGeomCut::_xCaloAxis</a><code> [private]</code> </td> |
|
|
</tr> |
|
|
</table> |
|
|
</div> |
|
|
<div class="memdoc"> |
|
|
|
|
|
<p> |
|
|
|
|
|
<p>Definition at line <a class="el" href="CaloGeomCut_8h_source.html#l00061">61</a> of file <a class="el" href="CaloGeomCut_8h_source.html">CaloGeomCut.h</a>.</p> |
|
|
|
|
|
<p>Referenced by <a class="el" href="CaloGeomCut_8cpp_source.html#l00012">Check()</a>.</p> |
|
|
|
|
|
</div> |
|
|
</div><p> |
|
|
<a class="anchor" name="83765f6e8982cb5cff48ea41dc420540"></a><!-- doxytag: member="CaloGeomCut::_xTolCaloTrack" ref="83765f6e8982cb5cff48ea41dc420540" args="" --> |
|
|
<div class="memitem"> |
|
|
<div class="memproto"> |
|
|
<table class="memname"> |
|
|
<tr> |
|
|
<td class="memname">float <a class="el" href="classCaloGeomCut.html#83765f6e8982cb5cff48ea41dc420540">CaloGeomCut::_xTolCaloTrack</a><code> [private]</code> </td> |
|
|
</tr> |
|
|
</table> |
|
|
</div> |
|
|
<div class="memdoc"> |
|
|
|
|
|
<p> |
|
|
|
|
|
<p>Definition at line <a class="el" href="CaloGeomCut_8h_source.html#l00062">62</a> of file <a class="el" href="CaloGeomCut_8h_source.html">CaloGeomCut.h</a>.</p> |
|
|
|
|
|
<p>Referenced by <a class="el" href="CaloGeomCut_8cpp_source.html#l00012">Check()</a>.</p> |
|
|
|
|
|
</div> |
|
|
</div><p> |
|
|
<a class="anchor" name="79c3f56c8aae2949b2c14288d16a9ef1"></a><!-- doxytag: member="CaloGeomCut::_yCaloAxis" ref="79c3f56c8aae2949b2c14288d16a9ef1" 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="classCaloGeomCut.html#79c3f56c8aae2949b2c14288d16a9ef1">CaloGeomCut::_yCaloAxis</a><code> [private]</code> </td> |
|
|
</tr> |
|
|
</table> |
|
|
</div> |
|
|
<div class="memdoc"> |
|
|
|
|
|
<p> |
|
|
|
|
|
<p>Definition at line <a class="el" href="CaloGeomCut_8h_source.html#l00061">61</a> of file <a class="el" href="CaloGeomCut_8h_source.html">CaloGeomCut.h</a>.</p> |
|
|
|
|
|
<p>Referenced by <a class="el" href="CaloGeomCut_8cpp_source.html#l00012">Check()</a>.</p> |
|
|
|
|
|
</div> |
|
|
</div><p> |
|
|
<a class="anchor" name="dbc713c7c193c03c02b481b704a3020d"></a><!-- doxytag: member="CaloGeomCut::_yTolCaloTrack" ref="dbc713c7c193c03c02b481b704a3020d" args="" --> |
|
|
<div class="memitem"> |
|
|
<div class="memproto"> |
|
|
<table class="memname"> |
|
|
<tr> |
|
|
<td class="memname">float <a class="el" href="classCaloGeomCut.html#dbc713c7c193c03c02b481b704a3020d">CaloGeomCut::_yTolCaloTrack</a><code> [private]</code> </td> |
|
|
</tr> |
|
|
</table> |
|
|
</div> |
|
|
<div class="memdoc"> |
|
|
|
|
|
<p> |
|
|
|
|
|
<p>Definition at line <a class="el" href="CaloGeomCut_8h_source.html#l00062">62</a> of file <a class="el" href="CaloGeomCut_8h_source.html">CaloGeomCut.h</a>.</p> |
|
|
|
|
|
<p>Referenced by <a class="el" href="CaloGeomCut_8cpp_source.html#l00012">Check()</a>.</p> |
|
|
|
|
149 |
</div> |
</div> |
150 |
</div><p> |
</div><p> |
151 |
<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> |
152 |
<li>CaloCuts/CaloGeomCut/<a class="el" href="CaloGeomCut_8h_source.html">CaloGeomCut.h</a><li>CaloCuts/CaloGeomCut/<a class="el" href="CaloGeomCut_8cpp_source.html">CaloGeomCut.cpp</a></ul> |
<li>CaloCuts/CaloGeomCut/<a class="el" href="CaloGeomCut_8h_source.html">CaloGeomCut.h</a><li>CaloCuts/CaloGeomCut/<a class="el" href="CaloGeomCut_8cpp.html">CaloGeomCut.cpp</a></ul> |
153 |
</div> |
</div> |
154 |
<hr size="1"><address style="text-align: right;"><small>Generated on Wed May 27 15:21:31 2009 for PamCut by |
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Jun 5 15:09:00 2009 for PamCut by |
155 |
<a href="http://www.doxygen.org/index.html"> |
<a href="http://www.doxygen.org/index.html"> |
156 |
<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> |
157 |
</body> |
</body> |