HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoDccAnalyseNoiseMonitor.h
Go to the documentation of this file.
1 #ifndef HARPODCCANALYSENOISEMONITOR_H
2 #define HARPODCCANALYSENOISEMONITOR_H
3 
5 //
6 // HarpoDccAnalyseNoiseMonitor
7 //
8 // Dummy analise which print all run events.
9 //
10 
11 #include "TObject.h"
12 #include "HarpoDccAnalyse.h"
13 #include "HarpoDccMap.h"
14 #include "TProfile.h"
15 #include "TArrayD.h"
16 #include "TH1F.h"
17 #include "TH2F.h"
18 
19 
21 
22  public:
23 
25 
26  void Init();
27  void Save(char *mode=NULL);
28  void process();
29  void print();
30 
31  // HarpoMap *m_hmap[2];
32  private:
33 
34  //Double_t TruncMean(TArrayD* vect, Double_t tl, Double_t th);
35 
36 
37  /* TH1F* hQ; */
38  /* TH1F* hT; */
39  /* TH1F* hCh; */
40  /* TH1F* hQtotT; */
41  /* TH1F* hQtot; */
42 
43  TH1F* h1Ch;
44  TH1F* hAllCh;
45  TH2F* h2D;
46 
47  TH1F* hFFT1Ch;
48  TH1F* hFFTAllCh;
49  TH2F* hFFT2D;
50 
51  TH1F* hPed1Ch;
52  TH1F* hPedAllCh;
53  TH2F* hPed2D;
54 
55 
56  Int_t nEvents;
57 
58  ClassDef(HarpoDccAnalyseNoiseMonitor,1) //Run AnalysePrint
59 };
60 
61 #endif
void print()
Ovreloaded medod whic do all job.
TH1F * h1Ch
Redefine empty default.
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
A virtual class which define intrafece between HARPO Reader and Event Analysis code.