HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoAnalyseEtrack.h
Go to the documentation of this file.
1 #ifndef HARPOANALYSEETRACK_H
2 #define HARPOANALYSEETRACK_H
3 
5 //
6 // HarpoAnalyseEtrack
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  TH2F* hChi2_XY;
41  TH1F* hChi2_3D;
42 
43  TNtupleD* fNtuple;
44 
45  TGNumberEntry* fChooseNbins;
46 
47 
48  ClassDef(HarpoAnalyseEtrack,1) //Run AnalysePrint
49 };
50 
51 #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 Save(char *mode=NULL)
void print()
Overloaded method which do all job.
void ConfigFrame(TGMainFrame *fMain, Int_t id)
void DisplayAnalysis(TRootEmbeddedCanvas *ecTab, TGListBox *infobox)
Redefine empty default.
TGNumberEntry * fChooseNbins