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: CollectionActions/EvRateS11VsCutoffHistoAction/EvRateS11VsCutoffHistoAction.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>CollectionActions/EvRateS11VsCutoffHistoAction/EvRateS11VsCutoffHistoAction.h</h1><a href="EvRateS11VsCutoffHistoAction_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"> * EvRateS11VsCutoffHistoAction.h</span> |
24 |
|
|
<a name="l00003"></a>00003 <span class="comment"> *</span> |
25 |
|
|
<a name="l00004"></a>00004 <span class="comment"> * Created on: 21-mag-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="l00009"></a>00009 <span class="preprocessor">#ifndef EVRATES11VSCUTOFFHISTOACTION_H_</span> |
29 |
|
|
<a name="l00010"></a>00010 <span class="preprocessor"></span><span class="preprocessor">#define EVRATES11VSCUTOFFHISTOACTION_H_</span> |
30 |
|
|
<a name="l00011"></a>00011 <span class="preprocessor"></span> |
31 |
|
|
<a name="l00012"></a>00012 <span class="preprocessor">#include "../CollectionAction/CollectionAction.h"</span> |
32 |
|
|
<a name="l00013"></a>00013 <span class="preprocessor">#include <TH2F.h></span> |
33 |
|
|
<a name="l00014"></a>00014 |
34 |
|
|
<a name="l00019"></a><a class="code" href="classEvRateS11VsCutoffHistoAction.html">00019</a> <span class="keyword">class </span><a class="code" href="classEvRateS11VsCutoffHistoAction.html" title="An action that fills an event rate on S11 Vs. Stoermer cutoff 2D histogram.">EvRateS11VsCutoffHistoAction</a>: <span class="keyword">public</span> <a class="code" href="classCollectionAction.html" title="An abstract class that defines the interface of a generic collection action.">CollectionAction</a> { |
35 |
|
|
<a name="l00020"></a>00020 |
36 |
|
|
<a name="l00021"></a>00021 <span class="keyword">public</span>: |
37 |
|
|
<a name="l00027"></a>00027 <a class="code" href="classEvRateS11VsCutoffHistoAction.html#29c9096898684140a932761ddb0a3318" title="Constructor.">EvRateS11VsCutoffHistoAction</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *actionName, TString outFileName); |
38 |
|
|
<a name="l00028"></a>00028 |
39 |
|
|
<a name="l00030"></a><a class="code" href="classEvRateS11VsCutoffHistoAction.html#c4c3482d58c7a8dbe8769a2cdbbc58e6">00030</a> <a class="code" href="classEvRateS11VsCutoffHistoAction.html#c4c3482d58c7a8dbe8769a2cdbbc58e6" title="Destructor.">~EvRateS11VsCutoffHistoAction</a>() { |
40 |
|
|
<a name="l00031"></a>00031 } |
41 |
|
|
<a name="l00032"></a>00032 |
42 |
|
|
<a name="l00037"></a>00037 <span class="keywordtype">void</span> <a class="code" href="classEvRateS11VsCutoffHistoAction.html#bb38c1bcb9d3e52abd6f929db8577ac6" title="Fills histogram with the selected event.">OnGood</a>(PamLevel2 *event); |
43 |
|
|
<a name="l00038"></a>00038 |
44 |
|
|
<a name="l00040"></a>00040 <span class="keywordtype">void</span> <a class="code" href="classEvRateS11VsCutoffHistoAction.html#71062bd029caf54cb174b9b8df5ed6ad" title="Writes the histogram to the output file.">Finalize</a>(); |
45 |
|
|
<a name="l00041"></a>00041 |
46 |
|
|
<a name="l00042"></a>00042 <span class="keyword">private</span>: |
47 |
|
|
<a name="l00043"></a>00043 |
48 |
pam-fi |
1.2 |
<a name="l00044"></a>00044 TString _outFileName; |
49 |
|
|
<a name="l00045"></a>00045 TH2F _histo; |
50 |
pam-fi |
1.1 |
<a name="l00046"></a>00046 |
51 |
|
|
<a name="l00047"></a>00047 }; |
52 |
|
|
<a name="l00048"></a>00048 |
53 |
|
|
<a name="l00049"></a>00049 <span class="preprocessor">#endif </span><span class="comment">/* EVRATES11VSCUTOFFHISTOACTION_H_ */</span> |
54 |
|
|
</pre></div></div> |
55 |
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 |
56 |
pam-fi |
1.1 |
<a href="http://www.doxygen.org/index.html"> |
57 |
|
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> |
58 |
|
|
</body> |
59 |
|
|
</html> |