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: TofCuts/TofDedxS1Cut/TofDedxS1Cut.h 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 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 List</span></a></li> |
19 |
|
|
<li><a href="globals.html"><span>File Members</span></a></li> |
20 |
|
|
</ul> |
21 |
|
|
</div> |
22 |
|
|
<h1>TofCuts/TofDedxS1Cut/TofDedxS1Cut.h</h1><a href="TofDedxS1Cut_8h.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"> * TofDedxS1Cut.h</span> |
24 |
|
|
<a name="l00003"></a>00003 <span class="comment"> *</span> |
25 |
|
|
<a name="l00004"></a>00004 <span class="comment"> * Created on: 13-mar-2009</span> |
26 |
|
|
<a name="l00005"></a>00005 <span class="comment"> * Author: Nicola Mori, S. Ricciarini</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">#ifndef TOFDEDXS1CUT_H_</span> |
30 |
|
|
<a name="l00011"></a>00011 <span class="preprocessor"></span><span class="preprocessor">#define TOFDEDXS1CUT_H_</span> |
31 |
|
|
<a name="l00012"></a>00012 <span class="preprocessor"></span> |
32 |
|
|
<a name="l00013"></a>00013 <span class="preprocessor">#include "../../PamCutBase/PamCutBase.h"</span> |
33 |
|
|
<a name="l00014"></a>00014 |
34 |
|
|
<a name="l00015"></a>00015 |
35 |
|
|
<a name="l00021"></a><a class="code" href="classTofDedxS1Cut.html">00021</a> <span class="keyword">class </span><a class="code" href="classTofDedxS1Cut.html" title="The TofQual cut. This cut is done for each S1 layer: if there is one and only one...">TofDedxS1Cut</a>: <span class="keyword">public</span> <a class="code" href="classPamCut.html" title="An abstract class to apply cuts to Pamela data.">PamCut</a> { |
36 |
|
|
<a name="l00022"></a>00022 |
37 |
|
|
<a name="l00023"></a>00023 <span class="keyword">public</span>: |
38 |
|
|
<a name="l00033"></a><a class="code" href="classTofDedxS1Cut.html#3e81f8af88c85178d0b0dbb65f112952">00033</a> <a class="code" href="classTofDedxS1Cut.html#3e81f8af88c85178d0b0dbb65f112952" title="Constructor.">TofDedxS1Cut</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *cutName, <span class="keywordtype">float</span> maxDedxS1, <span class="keywordtype">int</span> *trackTof=NULL): |
39 |
pam-fi |
1.2 |
<a name="l00034"></a>00034 <a class="code" href="classPamCut.html" title="An abstract class to apply cuts to Pamela data.">PamCut</a>(cutName), _maxDedxS1(maxDedxS1), _trackTof(trackTof) { |
40 |
pam-fi |
1.1 |
<a name="l00035"></a>00035 } |
41 |
|
|
<a name="l00037"></a><a class="code" href="classTofDedxS1Cut.html#0824d4588c896fd6ef59bc20e491d65b">00037</a> <a class="code" href="classTofDedxS1Cut.html#0824d4588c896fd6ef59bc20e491d65b" title="Destructor.">~TofDedxS1Cut</a>() { |
42 |
|
|
<a name="l00038"></a>00038 } |
43 |
|
|
<a name="l00039"></a>00039 |
44 |
|
|
<a name="l00046"></a>00046 <span class="keywordtype">int</span> <a class="code" href="classTofDedxS1Cut.html#28eb66874012caa199a3d78bf99c59ae" title="The TofDedxS1 check.">Check</a>(PamLevel2 *event); |
45 |
|
|
<a name="l00047"></a>00047 |
46 |
|
|
<a name="l00048"></a>00048 <span class="keyword">private</span>: |
47 |
|
|
<a name="l00049"></a>00049 |
48 |
pam-fi |
1.2 |
<a name="l00050"></a>00050 <span class="keywordtype">float</span> _maxDedxS1; |
49 |
|
|
<a name="l00051"></a>00051 <span class="keywordtype">int</span> *_trackTof; |
50 |
|
|
<a name="l00052"></a>00052 <span class="keywordtype">int</span> _nHitPadPair[3]; <span class="comment">// Number of hit paddles on each pair of layers</span> |
51 |
pam-fi |
1.1 |
<a name="l00053"></a>00053 |
52 |
|
|
<a name="l00054"></a>00054 }; |
53 |
|
|
<a name="l00055"></a>00055 |
54 |
|
|
<a name="l00056"></a>00056 <span class="preprocessor">#endif </span><span class="comment">/* TOFDEDXS1CUT_H_ */</span> |
55 |
|
|
</pre></div></div> |
56 |
pam-fi |
1.2 |
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Jun 5 15:08:58 2009 for PamCut by |
57 |
pam-fi |
1.1 |
<a href="http://www.doxygen.org/index.html"> |
58 |
|
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> |
59 |
|
|
</body> |
60 |
|
|
</html> |