HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoAnalysePrint.h
Go to the documentation of this file.
1 #ifndef HARPOANALYSEPRINT_H
2 #define HARPOANALYSEPRINT_H
3 
5 //
6 // HarpoAnalysePrint
7 //
8 // Dummy analise which print all run events.
9 //
10 
11 #include "TObject.h"
12 #include "HarpoAnalyse.h"
13 #include "TH1F.h"
14 #include "TProfile.h"
15 
16 
18 
19  public:
20 
22 
23  void Init();
24  void Save(char *mode=NULL);
25  void process();
26  void print();
27 
28  private:
29  TH1F * hevtno;
30  TProfile *h10[2];
31  TProfile *h11[2];
32 
33  ClassDef(HarpoAnalysePrint,1) //Run AnalysePrint
34 };
35 
36 #endif
void Save(char *mode=NULL)
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
Definition: HarpoAnalyse.h:47
void print()
Ovreloaded medod whic do all job.
TH1F * hevtno
Redefine empty default.
Print raw data using HarpoAnalyse class.