HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoSelectorVertex.h
Go to the documentation of this file.
1 #ifndef HARPOSELECTORVERTEX_H
2 #define HARPOSELECTORVERTEX_H
3 
5 //
6 // HarpoSelectorVertex
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 "TGraphErrors.h"
18 #include "TGNumberEntry.h"
19 
20 
22 
23  public:
24 
26 
27  void Init();
28  void Save(char *mode=NULL);
29  void process();
30  void print();
31  Int_t eventselection();
32 
33  void ConfigFrame(TGMainFrame* fMain, Int_t id);
34  void SetConfig();
35 
36  //void SetChooseEventType(Int_t val){fChooseEventType = val;}
37 
38  private:
39 
40  Double_t fThetaMin;
41  Double_t fThetaMax;
42  Double_t fDx;
43  Double_t fDy;
44 
45  TGNumberEntry* fChooseDx;
46  TGNumberEntry* fChooseDy;
47  TGNumberEntry* fChooseThetaMin;
48  TGNumberEntry* fChooseThetaMax;
49 
50  ClassDef(HarpoSelectorVertex,1) //Run AnalysePrint
51 };
52 
53 #endif
Int_t eventselection()
Redefine empty default.
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
Definition: HarpoAnalyse.h:47
TGNumberEntry * fChooseThetaMax
void Save(char *mode=NULL)
Dummy analysis to run as test and example. Give basic histograms of the data.
TGNumberEntry * fChooseDy
TGNumberEntry * fChooseThetaMin
TGNumberEntry * fChooseDx
void ConfigFrame(TGMainFrame *fMain, Int_t id)
Redefine empty default.
void print()
Overloaded method which do all job.