HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoAnalyseVertex3D.h
Go to the documentation of this file.
1 #ifndef HARPOANALYSEVERTEX3D_H
2 #define HARPOANALYSEVERTEX3D_H
3 
5 //
6 // HarpoAnalyseVertex3D
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 "TGraph2D.h"
19 #include "TNtupleD.h"
20 #include "TGraphErrors.h"
21 #include "TGNumberEntry.h"
22 
24 
25  public:
26 
28 
29  void Init();
30  void Save(char *mode=NULL);
31  void process();
32  void print();
33 
34  void DisplayAnalysis(TRootEmbeddedCanvas* ecTab, TGListBox* infobox);
35  void ConfigFrame(TGMainFrame* fMain, Int_t id);
36  void SetConfig();
37 
38 
39  private:
40 
41  TH1F* hDist;
42  TH1F* hOmega;
43  TH1F* hOmegaSim;
44  TH1F* hDiffOpen;
45  TH1F* hOpen;
46  TH1F* hOpenSim;
47  TH1F* hDeltaOpen;
48  TH1F* hDeltaOmega;
49  TH2F* hP;
50  TGraph2D* gBeam;
51 
52  TNtupleD* fNtuple;
53 
54  Int_t fNbins;
55  TGNumberEntry* fChooseNbins;
56 
57 
58  ClassDef(HarpoAnalyseVertex3D,1) //Run AnalysePrint
59 };
60 
61 #endif
void ConfigFrame(TGMainFrame *fMain, Int_t id)
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
Definition: HarpoAnalyse.h:47
void DisplayAnalysis(TRootEmbeddedCanvas *ecTab, TGListBox *infobox)
Redefine empty default.
TGNumberEntry * fChooseNbins
void Save(char *mode=NULL)
void print()
Overloaded method which do all job.
Dummy analysis to run as test and example. Give basic histograms of the data.