HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoAnalysePrf.h
Go to the documentation of this file.
1  #ifndef HARPOANALYSEEXAMPLE_H
2 #define HARPOANALYSEEXAMPLE_H
3 
5 //
6 // HarpoAnalysePrf
7 //
8 // Dummy analise which print all run events.
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 "TGraphErrors.h"
20 
21 class HarpoAnalysePrf : public HarpoAnalyse {
22 
23  public:
24 
26 
27  void Init();
28  void Save(char *mode=NULL);
29  void process();
30  void print();
31 
32  private:
33 
34  Double_t fQclMin;
35 
36  TH2F* fHistNtracks;
37  TH1F* fHistVdrift;
39  Int_t fNeventsCut;
40 
41  /* TH2F* fHistPrfX[16]; */
42  /* TH2F* fHistPrfY[16]; */
43  TH3F* fHistPrf[2];
44  TH3F* fHistPrfNorm[2];
45  TH3F* fHistTrf[2];
46  TH3F* fHistTrfNorm[2];
47 
48  TH3F* fHistPrfCut[2];
49  TH3F* fHistPrfNormCut[2];
50  TH3F* fHistTrfCut[2];
51  TH3F* fHistTrfNormCut[2];
52 
53  TH2F* fHistSigmaXVsZ[2];
54  TH2F* fHistSigmaZVsZ[2];
55 
56  TH1F* fHistTmin[2];
57  TH1F* fHistTmax[2];
58 
59  /* TNtuple* fNtuplePrf; */
60  /* TNtuple* fNtupleTrf; */
61 
62  ClassDef(HarpoAnalysePrf,1) //Run AnalysePrint
63 };
64 
65 #endif
Double_t fQclMin
Redefine empty default.
TH3F * fHistPrf[2]
void Save(char *mode=NULL)
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
Definition: HarpoAnalyse.h:47
TH1F * fHistTmin[2]
TH2F * fHistSigmaXVsZ[2]
TH2F * fHistSigmaZVsZ[2]
void print()
Ovreloaded medod whic do all job.
TH3F * fHistTrfNorm[2]
TH3F * fHistPrfCut[2]
TH3F * fHistPrfNorm[2]
Analysis of space and time response of the readout.
TH3F * fHistTrf[2]
TH1F * fHistTmax[2]
TH3F * fHistTrfNormCut[2]
TH3F * fHistTrfCut[2]
TH3F * fHistPrfNormCut[2]