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

Annotation of /PamCut/doc/Doxygen/html/DataQualCut_8h_source.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Wed May 27 13:30:05 2009 UTC (15 years, 10 months ago) by pam-fi
Branch: MAIN
Branch point for: DEV
File MIME type: text/html
Initial revision

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: MiscCuts/DataQualCut/DataQualCut.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&nbsp;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&nbsp;List</span></a></li>
19     <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
20     </ul>
21     </div>
22     <h1>MiscCuts/DataQualCut/DataQualCut.h</h1><a href="DataQualCut_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"> * DataQualCut.h</span>
24     <a name="l00003"></a>00003 <span class="comment"> *</span>
25     <a name="l00004"></a>00004 <span class="comment"> * Created on: 10-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 DATAQUALCUT_H_</span>
30     <a name="l00011"></a>00011 <span class="preprocessor"></span><span class="preprocessor">#define DATAQUALCUT_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="l00019"></a>00019 <span class="comment">//TODO: vedere se includere il ND e S4, chiedere riguardo al controllo su ORB che non c'e' in PamLevel2::IsGood()</span>
35     <a name="l00020"></a><a class="code" href="classDataQualCut.html">00020</a> <span class="keyword">class </span><a class="code" href="classDataQualCut.html" title="The event and data quality cut. This cut ensures that all the data relative to the...">DataQualCut</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="l00021"></a>00021
37     <a name="l00022"></a>00022 <span class="keyword">public</span>:
38     <a name="l00032"></a><a class="code" href="classDataQualCut.html#6fbac99a5b8eac12684bf1e998626424">00032</a> <a class="code" href="classDataQualCut.html#6fbac99a5b8eac12684bf1e998626424" title="Constructor. DataQualCut.h.">DataQualCut</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *cutName, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> cutMask=<a class="code" href="CommonDefs_8h.html#0fda80c273d9a34e86f5f4a24f9a7b3cb1d5eac4b1dca480c8056eaea7663b7a" title="Sum of all the above codes.">ALL</a>) :
39     <a name="l00033"></a>00033 <a class="code" href="classPamCut.html" title="An abstract class to apply cuts to Pamela data.">PamCut</a>(cutName), <a class="code" href="classDataQualCut.html#af85b516384facada4cf06256d6e070a">_cutMask</a>(cutMask) {
40     <a name="l00034"></a>00034 }
41     <a name="l00036"></a><a class="code" href="classDataQualCut.html#355daf1e01209166cc5799e08b93c80a">00036</a> <a class="code" href="classDataQualCut.html#355daf1e01209166cc5799e08b93c80a" title="Destructor.">~DataQualCut</a>() {
42     <a name="l00037"></a>00037 }
43     <a name="l00038"></a>00038
44     <a name="l00056"></a>00056 <span class="keywordtype">int</span> <a class="code" href="classDataQualCut.html#38d0e630a49d113ba6f7d7cc44a663e6" title="The event and data quality check.">Check</a>(PamLevel2 *event);
45     <a name="l00057"></a>00057
46     <a name="l00058"></a>00058 <span class="keyword">private</span>:
47     <a name="l00059"></a>00059
48     <a name="l00060"></a><a class="code" href="classDataQualCut.html#af85b516384facada4cf06256d6e070a">00060</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classDataQualCut.html#af85b516384facada4cf06256d6e070a">_cutMask</a>;
49     <a name="l00061"></a>00061
50     <a name="l00062"></a>00062 };
51     <a name="l00063"></a>00063 <span class="preprocessor">#endif </span><span class="comment">/* DATAQUALCUT_H_ */</span>
52     </pre></div></div>
53     <hr size="1"><address style="text-align: right;"><small>Generated on Wed May 27 15:21:27 2009 for PamCut by&nbsp;
54     <a href="http://www.doxygen.org/index.html">
55     <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
56     </body>
57     </html>

  ViewVC Help
Powered by ViewVC 1.1.23