HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoAnalyseXtalk.h
Go to the documentation of this file.
1 #ifndef HARPOANALYSEXTALK_H
2 #define HARPOANALYSEXTALK_H
3 
5 //
6 // HarpoAnalyseXtalk
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 
20 
21  public:
22 
24 
25  void Init();
26  void Save(char *mode=NULL);
27  void process();
28  void print();
29 
30  private:
31 
32  TH2F* hQvsQneighbour[2];
33  TH2F* hQvsQneighbour3[2];
34  TH2F* hQvsQneighbour3e[2];
35  TH2F* hQvsQneighbour3o[2];
36  TH2F* hQchVsQneighbour[2];
37 
38  ClassDef(HarpoAnalyseXtalk,1) //Run AnalysePrint
39 };
40 
41 #endif
void Save(char *mode=NULL)
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
Definition: HarpoAnalyse.h:47
TH2F * hQvsQneighbour3e[2]
Dummy analysis to run as test and example. Give basic histograms of the data.
TH2F * hQchVsQneighbour[2]
void print()
Overloaded method which do all job.
TH2F * hQvsQneighbour3o[2]
TH2F * hQvsQneighbour[2]
Redefine empty default.