HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoAnalyseTrackPairs.h
Go to the documentation of this file.
1 #ifndef HARPOANALYSETRACKPAIRS_H
2 #define HARPOANALYSETRACKPAIRS_H
3 
5 //
6 // HarpoAnalyseTrackPairs
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 
21 #define NTRACK 100
22 
24 
25  public:
26 
28 
29  void Init();
30  void Save(char *mode=NULL);
31  void process();
32  void print();
33 
34  private:
35 
36  TH1F* hDiffZstart;
37  TH1F* hDistVertex;
39  TH3F* hStartFit;
40  TH3F* hPoca;
41  TH1F* hDoca;
42  TH1F* hOpenAngle;
43  TH1F* hOmegaAngle;
44  TH1F* hOmegaSim;
46  TH1F* hDocaMean;
50  TH1F* hN3Dtr;
51  TH1F* hDends;
52 
53  TNtupleD* fNtuple;
54 
55  ClassDef(HarpoAnalyseTrackPairs,1) //Run AnalysePrint
56 };
57 
58 #endif
void print()
Overloaded method which do all job.
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.
TH1F * hDiffZstart
Redefine empty default.