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: CaloCuts/CaloNotIntCut/CaloNotIntCut.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>CaloCuts/CaloNotIntCut/CaloNotIntCut.h</h1><a href="CaloNotIntCut_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"> * CaloNotIntCut.h</span> |
24 |
<a name="l00003"></a>00003 <span class="comment"> *</span> |
25 |
<a name="l00004"></a>00004 <span class="comment"> * Created on: 17-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">#ifndef CALONOTINTCUT_H_</span> |
30 |
<a name="l00011"></a>00011 <span class="preprocessor"></span><span class="preprocessor">#define CALONOTINTCUT_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 <span class="preprocessor">#include "../../CaloAxis2.h"</span> |
34 |
<a name="l00015"></a>00015 |
35 |
<a name="l00027"></a><a class="code" href="classCaloNotIntCut.html">00027</a> <span class="keyword">class </span><a class="code" href="classCaloNotIntCut.html" title="The non-interacting track cut. This check discards all the events who interacts in...">CaloNotIntCut</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="l00028"></a>00028 |
37 |
<a name="l00029"></a>00029 <span class="keyword">public</span>: |
38 |
<a name="l00040"></a><a class="code" href="classCaloNotIntCut.html#9ea488ce3469e0be3938b68b24f49df8">00040</a> <a class="code" href="classCaloNotIntCut.html#9ea488ce3469e0be3938b68b24f49df8" title="Constructor for tracker track. Use this constructor if you want to use the tracker...">CaloNotIntCut</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *cutName, TrkTrack *trkTrack, <span class="keywordtype">float</span> qRatioMin=0.8) : |
39 |
<a name="l00041"></a>00041 <a class="code" href="classPamCut.html" title="An abstract class to apply cuts to Pamela data.">PamCut</a>(cutName), <a class="code" href="classCaloNotIntCut.html#cb99247b622e5802a28a8380bdcd43af">_trkTrack</a>(trkTrack), <a class="code" href="classCaloNotIntCut.html#1f4d19a651a1a4836660e2c6ddbe0b2d">_xCaloAxis</a>(NULL), <a class="code" href="classCaloNotIntCut.html#dbbdf191676bab6cca8ab7290f9854d1">_yCaloAxis</a>(NULL), <a class="code" href="classCaloNotIntCut.html#2104387c4fa175f209e5211986c77f99">_qRatioMin</a>(qRatioMin) { |
40 |
<a name="l00042"></a>00042 } |
41 |
<a name="l00043"></a>00043 |
42 |
<a name="l00054"></a><a class="code" href="classCaloNotIntCut.html#73c1ff477c355987d9e0ac071b88b2af">00054</a> <a class="code" href="classCaloNotIntCut.html#9ea488ce3469e0be3938b68b24f49df8" title="Constructor for tracker track. Use this constructor if you want to use the tracker...">CaloNotIntCut</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *cutName, <a class="code" href="classCaloAxis.html">CaloAxis</a> *xCaloAxis, <a class="code" href="classCaloAxis.html">CaloAxis</a> *yCaloAxis, <span class="keywordtype">float</span> qRatioMin=0.8) : |
43 |
<a name="l00055"></a>00055 <a class="code" href="classPamCut.html" title="An abstract class to apply cuts to Pamela data.">PamCut</a>(cutName), <a class="code" href="classCaloNotIntCut.html#cb99247b622e5802a28a8380bdcd43af">_trkTrack</a>(NULL), <a class="code" href="classCaloNotIntCut.html#1f4d19a651a1a4836660e2c6ddbe0b2d">_xCaloAxis</a>(xCaloAxis), <a class="code" href="classCaloNotIntCut.html#dbbdf191676bab6cca8ab7290f9854d1">_yCaloAxis</a>(yCaloAxis), <a class="code" href="classCaloNotIntCut.html#2104387c4fa175f209e5211986c77f99">_qRatioMin</a>(qRatioMin) { |
44 |
<a name="l00056"></a>00056 } |
45 |
<a name="l00057"></a>00057 |
46 |
<a name="l00058"></a>00058 <span class="comment">//TODO: aggiungere il costruttore per il TOF.</span> |
47 |
<a name="l00059"></a>00059 |
48 |
<a name="l00061"></a><a class="code" href="classCaloNotIntCut.html#12e8cc131ace028f5540ca2093d661ec">00061</a> <a class="code" href="classCaloNotIntCut.html#12e8cc131ace028f5540ca2093d661ec" title="Destructor.">~CaloNotIntCut</a>() { |
49 |
<a name="l00062"></a>00062 } |
50 |
<a name="l00063"></a>00063 |
51 |
<a name="l00071"></a>00071 <span class="keywordtype">int</span> <a class="code" href="classCaloNotIntCut.html#b2b6fd2f100cc967156633edf18a346a" title="The non-interacting track check.">Check</a>(PamLevel2 *event); |
52 |
<a name="l00072"></a>00072 |
53 |
<a name="l00073"></a>00073 <span class="keyword">private</span>: |
54 |
<a name="l00074"></a>00074 |
55 |
<a name="l00075"></a><a class="code" href="classCaloNotIntCut.html#cb99247b622e5802a28a8380bdcd43af">00075</a> TrkTrack *<a class="code" href="classCaloNotIntCut.html#cb99247b622e5802a28a8380bdcd43af">_trkTrack</a>; |
56 |
<a name="l00076"></a><a class="code" href="classCaloNotIntCut.html#dbbdf191676bab6cca8ab7290f9854d1">00076</a> <a class="code" href="classCaloAxis.html">CaloAxis</a> *<a class="code" href="classCaloNotIntCut.html#1f4d19a651a1a4836660e2c6ddbe0b2d">_xCaloAxis</a>, *<a class="code" href="classCaloNotIntCut.html#dbbdf191676bab6cca8ab7290f9854d1">_yCaloAxis</a>; |
57 |
<a name="l00077"></a><a class="code" href="classCaloNotIntCut.html#2104387c4fa175f209e5211986c77f99">00077</a> <span class="keywordtype">float</span> <a class="code" href="classCaloNotIntCut.html#2104387c4fa175f209e5211986c77f99">_qRatioMin</a>; |
58 |
<a name="l00078"></a>00078 |
59 |
<a name="l00079"></a>00079 }; |
60 |
<a name="l00080"></a>00080 <span class="preprocessor">#endif </span><span class="comment">/* CALONOTINTCUT_H_ */</span> |
61 |
</pre></div></div> |
62 |
<hr size="1"><address style="text-align: right;"><small>Generated on Wed May 27 15:21:27 2009 for PamCut by |
63 |
<a href="http://www.doxygen.org/index.html"> |
64 |
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> |
65 |
</body> |
66 |
</html> |