HARPO
5.1.1
Main Page
Related Pages
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
analysis
HarpoAnalyseMatching.h
Go to the documentation of this file.
1
#ifndef HARPOANALYSEMATCHING_H
2
#define HARPOANALYSEMATCHING_H
3
5
//
6
// HarpoAnalyseMatching
7
//
8
// Dummy analysis which creates basic test histograms
9
//
10
11
#include "TObject.h"
12
#include "
HarpoAnalyse.h
"
13
#include "
HarpoEvent.h
"
14
#include "TProfile.h"
15
#include "TH1F.h"
16
#include "TH2F.h"
17
#include "TGraphErrors.h"
18
19
class
HarpoAnalyseMatching
:
public
HarpoAnalyse
{
20
21
public
:
22
23
HarpoAnalyseMatching
() {}
24
25
void
Init
();
26
void
Save
(
char
*mode=NULL);
27
void
process
();
28
void
print
();
29
30
private
:
31
32
TH1F*
hRatio
;
33
TH2F*
hRatioVsZ
;
34
TH2F*
hRatioVsNchX
;
35
TH2F*
hRatioVsNchY
;
36
TH2F*
hMeanVsSigmaRatio
;
37
TH2F*
hTruncMeanVsSigmaRatio
;
38
TH2F*
hRatioTot
;
39
TH2F*
hRatioTotCut1
;
40
TH2F*
hRatioTotCut2
;
41
TH2F*
hTest
;
42
TH2F*
hQch
;
43
TH2F*
hSaturation
[5][5];
44
TH2F*
hSaturation2
[5][5];
45
TH2F*
hNsat
;
46
TH2F*
hNsat2
;
47
TH2F*
hQxVsQyLogLog
;
48
TH2F*
hQxVsQyLog
;
49
TH2F*
hQxVsQy
;
50
51
Double_t
fLimSat
;
52
53
Double_t
TruncMean
(TArrayD* vect, Double_t &truncS, Double_t &truncM, Double_t tl, Double_t th);
54
55
ClassDef(
HarpoAnalyseMatching
,1)
//Run AnalysePrint
56
};
57
58
#endif
HarpoAnalyseMatching::hRatioTot
TH2F * hRatioTot
Definition:
HarpoAnalyseMatching.h:38
HarpoAnalyseMatching::hRatioTotCut1
TH2F * hRatioTotCut1
Definition:
HarpoAnalyseMatching.h:39
HarpoAnalyseMatching::hRatioVsZ
TH2F * hRatioVsZ
Definition:
HarpoAnalyseMatching.h:33
HarpoAnalyseMatching::hMeanVsSigmaRatio
TH2F * hMeanVsSigmaRatio
Definition:
HarpoAnalyseMatching.h:36
HarpoAnalyse
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
Definition:
HarpoAnalyse.h:47
HarpoAnalyseMatching::hRatio
TH1F * hRatio
Redefine empty default.
Definition:
HarpoAnalyseMatching.h:32
HarpoAnalyseMatching::TruncMean
Double_t TruncMean(TArrayD *vect, Double_t &truncS, Double_t &truncM, Double_t tl, Double_t th)
Definition:
HarpoAnalyseMatching.cxx:309
HarpoAnalyseMatching::hQxVsQyLogLog
TH2F * hQxVsQyLogLog
Definition:
HarpoAnalyseMatching.h:47
HarpoAnalyseMatching::Init
void Init()
Definition:
HarpoAnalyseMatching.cxx:221
HarpoAnalyseMatching::hRatioTotCut2
TH2F * hRatioTotCut2
Definition:
HarpoAnalyseMatching.h:40
HarpoAnalyseMatching::process
void process()
Definition:
HarpoAnalyseMatching.cxx:53
HarpoAnalyseMatching::hQxVsQy
TH2F * hQxVsQy
Definition:
HarpoAnalyseMatching.h:49
HarpoAnalyseMatching::hQch
TH2F * hQch
Definition:
HarpoAnalyseMatching.h:42
HarpoAnalyseMatching::fLimSat
Double_t fLimSat
Definition:
HarpoAnalyseMatching.h:51
HarpoAnalyse.h
HarpoAnalyseMatching::hTruncMeanVsSigmaRatio
TH2F * hTruncMeanVsSigmaRatio
Definition:
HarpoAnalyseMatching.h:37
HarpoAnalyseMatching
Dummy analysis to run as test and example. Give basic histograms of the data.
Definition:
HarpoAnalyseMatching.h:19
HarpoAnalyseMatching::hNsat2
TH2F * hNsat2
Definition:
HarpoAnalyseMatching.h:46
HarpoAnalyseMatching::print
void print()
Overloaded method which do all job.
Definition:
HarpoAnalyseMatching.cxx:38
HarpoAnalyseMatching::hRatioVsNchX
TH2F * hRatioVsNchX
Definition:
HarpoAnalyseMatching.h:34
HarpoAnalyseMatching::HarpoAnalyseMatching
HarpoAnalyseMatching()
Definition:
HarpoAnalyseMatching.h:23
HarpoAnalyseMatching::hRatioVsNchY
TH2F * hRatioVsNchY
Definition:
HarpoAnalyseMatching.h:35
HarpoAnalyseMatching::hNsat
TH2F * hNsat
Definition:
HarpoAnalyseMatching.h:45
HarpoAnalyseMatching::hTest
TH2F * hTest
Definition:
HarpoAnalyseMatching.h:41
HarpoAnalyseMatching::hSaturation2
TH2F * hSaturation2[5][5]
Definition:
HarpoAnalyseMatching.h:44
HarpoAnalyseMatching::hQxVsQyLog
TH2F * hQxVsQyLog
Definition:
HarpoAnalyseMatching.h:48
HarpoEvent.h
HarpoAnalyseMatching::Save
void Save(char *mode=NULL)
Definition:
HarpoAnalyseMatching.cxx:269
HarpoAnalyseMatching::hSaturation
TH2F * hSaturation[5][5]
Definition:
HarpoAnalyseMatching.h:43
Generated by
1.8.6