HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoAnalyseNoiseMonitor.h
Go to the documentation of this file.
1 #ifndef HARPOANALYSEMONITOR_H
2 #define HARPOANALYSEMONITOR_H
3 
5 //
6 // HarpoAnalyseNoiseMonitor
7 //
8 // Dummy analise which print all run events.
9 //
10 
11 #include "TObject.h"
12 #include "HarpoAnalyse.h"
13 #include "TProfile.h"
14 #include "TArrayD.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  // HarpoMap *m_hmap[2];
29  private:
30 
31  Double_t TruncMean(TArrayD* vect, Double_t tl, Double_t th);
32 
33 
34  TH1F* hQ[2];
35  TH1F* hT[2];
36  TH1F* hCh[2];
37  TH1F* hQtotT[2];
38  TH1F* hQtot[2];
39 
40 
41 
42 
43  ClassDef(HarpoAnalyseNoiseMonitor,1) //Run AnalysePrint
44 };
45 
46 #endif
Monitor noise in non-zerosuppressed data.
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.
Double_t TruncMean(TArrayD *vect, Double_t tl, Double_t th)
Redefine empty default.