HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoAnalyseTemplate.h
Go to the documentation of this file.
1 #ifndef HARPOANALYSETEMPLATE_H
2 #define HARPOANALYSETEMPLATE_H
3 
5 //
6 // HarpoAnalyseTemplate
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 "TNtupleD.h"
19 #include "TGraphErrors.h"
20 #include "TGNumberEntry.h"
21 
23 
24  public:
25 
27 
28  void Init();
29  void Save(char *mode=NULL);
30  void process();
31  void print();
32 
33  void DisplayAnalysis(TRootEmbeddedCanvas* ecTab, TGListBox* infobox);
34  void ConfigFrame(TGMainFrame* fMain, Int_t id);
35  void SetConfig();
36 
37 
38  private:
39 
40  TH1F* hQraw[2];
41  TH1F* hQ[2];
42  TH2F* hPmm2;
43  TH1F* hAngle;
44  TH1F* hNeSim;
45  TH3F* hPsim;
46 
47  TNtupleD* fNtuple;
48 
49  Int_t fNbins;
50  TGNumberEntry* fChooseNbins;
51 
52 
53  ClassDef(HarpoAnalyseTemplate,1) //Run AnalysePrint
54 };
55 
56 #endif
void print()
Overloaded method which do all job.
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
Dummy analysis to run as test and example. Give basic histograms of the data.
void Save(char *mode=NULL)
TGNumberEntry * fChooseNbins
void ConfigFrame(TGMainFrame *fMain, Int_t id)