HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoAnalyseResolution.h
Go to the documentation of this file.
1 #ifndef HARPOANALYSERESOLUTION_H
2 #define HARPOANALYSERESOLUTION_H
3 
5 //
6 // HarpoAnalyseResolution
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 "TH3F.h"
18 #include "TGraphErrors.h"
19 
21 
22  public:
23 
25 
26  void Init();
27  void Save(char *mode=NULL);
28  void process();
29  void print();
30 
31  private:
32 
33  /* TH1F* hDeltaX[2]; */
34  /* TH1F* hDeltaZ[2]; */
35  /* TH2F* hDeltaXvsA[2]; */
36  /* TH2F* hDeltaXvsT[2]; */
37  /* TH2F* hDeltaXvsX[2]; */
38  /* TH2F* hDeltaZvsA[2]; */
39 
40  TH1F* hDelta[3][2];
41  TH2F* hDeltaVsA[3][2];
42  TH2F* hDeltaVsX[3][2];
43  TH2F* hDeltaVsT[3][2];
44  TH2F* hDeltaVsQ[3][2];
45  TH3F* hDeltaVsXT[3][2];
46 
47  TH1F* hDeltaSim[3][2];
48  TH2F* hDeltaSimVsA[3][2];
49  TH2F* hDeltaSimVsX[3][2];
50  TH2F* hDeltaSimVsT[3][2];
51  TH2F* hDeltaSimVsQ[3][2];
52  TH3F* hDeltaSimVsXT[3][2];
53  TH1F* hAngle;
54  TH1F* hResAngleX;
55  TH1F* hResAngleY;
56  TH1F* hAngleX;
57  TH1F* hAngleY;
58  TH1F* hAngleSimX;
59  TH1F* hAngleSimY;
62 
63  TH2F* hCompAngleX;
64  TH2F* hCompAngleY;
65  TH2F* hCompLength;
66 
67  TH1F* hResRhoX;
68  TH1F* hResRhoY;
69  TH2F* hRhoX;
70  TH2F* hRhoY;
71 
72  ClassDef(HarpoAnalyseResolution,1) //Run AnalysePrint
73 };
74 
75 #endif
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
Definition: HarpoAnalyse.h:47
Dummy analysis to run as test and example. Give basic histograms of the data.
void print()
Overloaded method which do all job.
TH1F * hDelta[3][2]
Redefine empty default.