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: GeoFieldCut Class Reference</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 Page</span></a></li> |
12 |
<li class="current"><a href="annotated.html"><span>Classes</span></a></li> |
13 |
<li><a href="files.html"><span>Files</span></a></li> |
14 |
</ul> |
15 |
</div> |
16 |
<div class="tabs"> |
17 |
<ul> |
18 |
<li><a href="annotated.html"><span>Class List</span></a></li> |
19 |
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
20 |
<li><a href="functions.html"><span>Class Members</span></a></li> |
21 |
</ul> |
22 |
</div> |
23 |
</div> |
24 |
<div class="contents"> |
25 |
<h1>GeoFieldCut Class Reference</h1><!-- doxytag: class="GeoFieldCut" --><!-- doxytag: inherits="PamCut" -->The geomagnetic cut. |
26 |
<a href="#_details">More...</a> |
27 |
<p> |
28 |
<code>#include <<a class="el" href="GeoFieldCut_8h_source.html">GeoFieldCut.h</a>></code> |
29 |
<p> |
30 |
<div class="dynheader"> |
31 |
Inheritance diagram for GeoFieldCut:</div> |
32 |
<div class="dynsection"> |
33 |
|
34 |
<p><center><img src="classGeoFieldCut.png" usemap="#GeoFieldCut_map" border="0" alt=""></center> |
35 |
<map name="GeoFieldCut_map"> |
36 |
<area href="classPamCut.html" alt="PamCut" shape="rect" coords="0,0,82,24"> |
37 |
</map> |
38 |
</div> |
39 |
|
40 |
<p> |
41 |
<a href="classGeoFieldCut-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> |
42 |
<tr><td></td></tr> |
43 |
<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="classGeoFieldCut.html#9a4d437393b21f108338da9ae75f82bd">GeoFieldCut</a> (const char *cutName, Float_t bAbs)</td></tr> |
45 |
|
46 |
<tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <a href="#9a4d437393b21f108338da9ae75f82bd"></a><br></td></tr> |
47 |
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classGeoFieldCut.html#cc00d889002cf63ab42d1fefb41a62a1">~GeoFieldCut</a> ()</td></tr> |
48 |
|
49 |
<tr><td class="mdescLeft"> </td><td class="mdescRight">Destructor. <a href="#cc00d889002cf63ab42d1fefb41a62a1"></a><br></td></tr> |
50 |
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classGeoFieldCut.html#edb5a8ed5c91d3f2436fe45e979cc778">Check</a> (PamLevel2 *event)</td></tr> |
51 |
|
52 |
<tr><td class="mdescLeft"> </td><td class="mdescRight">Apply the geomagnetic cut. <a href="#edb5a8ed5c91d3f2436fe45e979cc778"></a><br></td></tr> |
53 |
<tr><td colspan="2"><br><h2>Private Attributes</h2></td></tr> |
54 |
<tr><td class="memItemLeft" nowrap align="right" valign="top">float </td><td class="memItemRight" valign="bottom"><a class="el" href="classGeoFieldCut.html#6cb6be21d9c53c561a20b31aa406ba6f">_bAbs</a></td></tr> |
55 |
|
56 |
</table> |
57 |
<hr><a name="_details"></a><h2>Detailed Description</h2> |
58 |
The geomagnetic cut. |
59 |
<p>Definition at line <a class="el" href="GeoFieldCut_8h_source.html#l00016">16</a> of file <a class="el" href="GeoFieldCut_8h_source.html">GeoFieldCut.h</a>.</p> |
60 |
<hr><h2>Constructor & Destructor Documentation</h2> |
61 |
<a class="anchor" name="9a4d437393b21f108338da9ae75f82bd"></a><!-- doxytag: member="GeoFieldCut::GeoFieldCut" ref="9a4d437393b21f108338da9ae75f82bd" args="(const char *cutName, Float_t bAbs)" --> |
62 |
<div class="memitem"> |
63 |
<div class="memproto"> |
64 |
<table class="memname"> |
65 |
<tr> |
66 |
<td class="memname">GeoFieldCut::GeoFieldCut </td> |
67 |
<td>(</td> |
68 |
<td class="paramtype">const char * </td> |
69 |
<td class="paramname"> <em>cutName</em>, </td> |
70 |
</tr> |
71 |
<tr> |
72 |
<td class="paramkey"></td> |
73 |
<td></td> |
74 |
<td class="paramtype">Float_t </td> |
75 |
<td class="paramname"> <em>bAbs</em></td><td> </td> |
76 |
</tr> |
77 |
<tr> |
78 |
<td></td> |
79 |
<td>)</td> |
80 |
<td></td><td></td><td><code> [inline]</code></td> |
81 |
</tr> |
82 |
</table> |
83 |
</div> |
84 |
<div class="memdoc"> |
85 |
|
86 |
<p> |
87 |
Constructor. |
88 |
<p> |
89 |
<dl compact><dt><b>Parameters:</b></dt><dd> |
90 |
<table border="0" cellspacing="2" cellpadding="0"> |
91 |
<tr><td valign="top"></td><td valign="top"><em>cutName</em> </td><td>The cut's name.. </td></tr> |
92 |
<tr><td valign="top"></td><td valign="top"><em>bAbs</em> </td><td>The lower threshold value of the geomagnetic field, in gauss. </td></tr> |
93 |
</table> |
94 |
</dl> |
95 |
|
96 |
<p>Definition at line <a class="el" href="GeoFieldCut_8h_source.html#l00024">24</a> of file <a class="el" href="GeoFieldCut_8h_source.html">GeoFieldCut.h</a>.</p> |
97 |
|
98 |
</div> |
99 |
</div><p> |
100 |
<a class="anchor" name="cc00d889002cf63ab42d1fefb41a62a1"></a><!-- doxytag: member="GeoFieldCut::~GeoFieldCut" ref="cc00d889002cf63ab42d1fefb41a62a1" args="()" --> |
101 |
<div class="memitem"> |
102 |
<div class="memproto"> |
103 |
<table class="memname"> |
104 |
<tr> |
105 |
<td class="memname">GeoFieldCut::~GeoFieldCut </td> |
106 |
<td>(</td> |
107 |
<td class="paramname"> </td> |
108 |
<td> ) </td> |
109 |
<td><code> [inline]</code></td> |
110 |
</tr> |
111 |
</table> |
112 |
</div> |
113 |
<div class="memdoc"> |
114 |
|
115 |
<p> |
116 |
Destructor. |
117 |
<p> |
118 |
|
119 |
<p>Definition at line <a class="el" href="GeoFieldCut_8h_source.html#l00029">29</a> of file <a class="el" href="GeoFieldCut_8h_source.html">GeoFieldCut.h</a>.</p> |
120 |
|
121 |
</div> |
122 |
</div><p> |
123 |
<hr><h2>Member Function Documentation</h2> |
124 |
<a class="anchor" name="edb5a8ed5c91d3f2436fe45e979cc778"></a><!-- doxytag: member="GeoFieldCut::Check" ref="edb5a8ed5c91d3f2436fe45e979cc778" args="(PamLevel2 *event)" --> |
125 |
<div class="memitem"> |
126 |
<div class="memproto"> |
127 |
<table class="memname"> |
128 |
<tr> |
129 |
<td class="memname">int GeoFieldCut::Check </td> |
130 |
<td>(</td> |
131 |
<td class="paramtype">PamLevel2 * </td> |
132 |
<td class="paramname"> <em>event</em> </td> |
133 |
<td> ) </td> |
134 |
<td><code> [virtual]</code></td> |
135 |
</tr> |
136 |
</table> |
137 |
</div> |
138 |
<div class="memdoc"> |
139 |
|
140 |
<p> |
141 |
Apply the geomagnetic cut. |
142 |
<p> |
143 |
This routine rejects the events with |B| < bAbs. <dl compact><dt><b>Parameters:</b></dt><dd> |
144 |
<table border="0" cellspacing="2" cellpadding="0"> |
145 |
<tr><td valign="top"></td><td valign="top"><em>event</em> </td><td>The event to analyze. </td></tr> |
146 |
</table> |
147 |
</dl> |
148 |
<dl class="return" compact><dt><b>Returns:</b></dt><dd>CUTOK if |B| > bAbs, 0 otherwise. </dd></dl> |
149 |
|
150 |
<p>Implements <a class="el" href="classPamCut.html#a874600461950d1f2b75ce3938f91cbe">PamCut</a>.</p> |
151 |
|
152 |
<p>Definition at line <a class="el" href="GeoFieldCut_8cpp_source.html#l00012">12</a> of file <a class="el" href="GeoFieldCut_8cpp_source.html">GeoFieldCut.cpp</a>.</p> |
153 |
|
154 |
<p>References <a class="el" href="GeoFieldCut_8h_source.html#l00041">_bAbs</a>, and <a class="el" href="CommonDefs_8h_source.html#l00015">CUTOK</a>.</p> |
155 |
|
156 |
</div> |
157 |
</div><p> |
158 |
<hr><h2>Member Data Documentation</h2> |
159 |
<a class="anchor" name="6cb6be21d9c53c561a20b31aa406ba6f"></a><!-- doxytag: member="GeoFieldCut::_bAbs" ref="6cb6be21d9c53c561a20b31aa406ba6f" args="" --> |
160 |
<div class="memitem"> |
161 |
<div class="memproto"> |
162 |
<table class="memname"> |
163 |
<tr> |
164 |
<td class="memname">float <a class="el" href="classGeoFieldCut.html#6cb6be21d9c53c561a20b31aa406ba6f">GeoFieldCut::_bAbs</a><code> [private]</code> </td> |
165 |
</tr> |
166 |
</table> |
167 |
</div> |
168 |
<div class="memdoc"> |
169 |
|
170 |
<p> |
171 |
|
172 |
<p>Definition at line <a class="el" href="GeoFieldCut_8h_source.html#l00041">41</a> of file <a class="el" href="GeoFieldCut_8h_source.html">GeoFieldCut.h</a>.</p> |
173 |
|
174 |
<p>Referenced by <a class="el" href="GeoFieldCut_8cpp_source.html#l00012">Check()</a>.</p> |
175 |
|
176 |
</div> |
177 |
</div><p> |
178 |
<hr>The documentation for this class was generated from the following files:<ul> |
179 |
<li>MiscCuts/GeoFieldCut/<a class="el" href="GeoFieldCut_8h_source.html">GeoFieldCut.h</a><li>MiscCuts/GeoFieldCut/<a class="el" href="GeoFieldCut_8cpp_source.html">GeoFieldCut.cpp</a></ul> |
180 |
</div> |
181 |
<hr size="1"><address style="text-align: right;"><small>Generated on Wed May 27 15:21:38 2009 for PamCut by |
182 |
<a href="http://www.doxygen.org/index.html"> |
183 |
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> |
184 |
</body> |
185 |
</html> |