HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoEventSelector.h
Go to the documentation of this file.
1 #ifndef HARPOEVENTSELECTOR_H
2 #define HARPOEVENTSELECTOR_H
3 
5 //
6 // HarpoEventSelector
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 
21 
22  public:
23 
25 
26  void Init();
27  void Save(char *mode=NULL);
28  void process();
29  void print();
30  Int_t eventselection();
31 
32  void ConfigFrame(TGMainFrame* fMain, Int_t id);
33  void SetConfig();
34 
35  private:
36 
37  Double_t fQchMax;
38  Double_t fQch;
39 
40  TGNumberEntry* fChooseQchMax;
41 
42  ClassDef(HarpoEventSelector,1) //Run AnalysePrint
43 };
44 
45 #endif
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
Definition: HarpoAnalyse.h:47
void ConfigFrame(TGMainFrame *fMain, Int_t id)
Redefine empty default.
void Save(char *mode=NULL)
Dummy analysis to run as test and example. Give basic histograms of the data.
Int_t eventselection()
Redefine empty default.
TGNumberEntry * fChooseQchMax
void print()
Overloaded method which do all job.