HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoAnalyseVertex.h
Go to the documentation of this file.
1 #ifndef HARPOANALYSEVERTEX_H
2 #define HARPOANALYSEVERTEX_H
3 
5 //
6 // HarpoAnalyseVertex
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 "TNtuple.h"
19 #include "TGraph2D.h"
20 #include "TGraphErrors.h"
21 
23 
24  public:
25 
27 
28  void Init();
29  void Save(char *mode=NULL);
30  void process();
31  void print();
32 
33  private:
34 
35 
36  static const Int_t kNhist = 50;
37  // TH2F* hVertex[kNhist];
38  // TH3F* hVertex[kNhist];
39  TH2F* hVertex2;
40  TNtuple* fNtuple;
41  /* TGraph2D* gVertex; */
42  /* TGraph2D* gVertex2; */
43  TH1F* hWidthRatio;
45  TH2F* hWidthXvsY;
46 
47 
48  ClassDef(HarpoAnalyseVertex,1) //Run AnalysePrint
49 };
50 
51 #endif
static const Int_t kNhist
Redefine empty default.
Dummy analysis to run as test and example. Give basic histograms of the data.
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
Definition: HarpoAnalyse.h:47
void Save(char *mode=NULL)
void print()
Overloaded method which do all job.