HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoAnalysePedestalShift.h
Go to the documentation of this file.
1 #ifndef HARPOANALYSEPEDESTALSHIFT_H
2 #define HARPOANALYSEPEDESTALSHIFT_H
3 
5 //
6 // HarpoAnalysePedestalShift
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  void DisplayAnalysis(TRootEmbeddedCanvas* ecTab, TGListBox* infobox);
32  void ConfigFrame(TGMainFrame* fMain, Int_t id);
33  void SetConfig();
34 
35  private:
36 
37  TH2F* hMapRaw[2];
38  TH1F* hQraw[2];
39  TH2F* hQsat[2];
40  TH2F* hQnosat[2];
41  TH2F* hQsat1[2];
42  TH2F* hQnosat1[2];
43  TH2F* hQfirst[2];
44  TH2F* hQlast[2];
45  TH1F* hQcl[2];
46  TH1F* hQch[2];
47  TH2F* hPmm2;
48  TH1F* hAngle;
49  TH2F* hRatioVsQchX;
50  TH2F* hRatioVsQchY;
53 
54  ClassDef(HarpoAnalysePedestalShift,1) //Run AnalysePrint
55 };
56 
57 #endif
Dummy analysis to run as test and example. Give basic histograms of the data.
void DisplayAnalysis(TRootEmbeddedCanvas *ecTab, TGListBox *infobox)
Redefine empty default.
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
Definition: HarpoAnalyse.h:47
void print()
Overloaded method which do all job.
void ConfigFrame(TGMainFrame *fMain, Int_t id)