HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoFeminosAnalyseNoiseMonitor.h
Go to the documentation of this file.
1 #ifndef HARPOFEMINOSANALYSENOISEMONITOR_H
2 #define HARPOFEMINOSANALYSENOISEMONITOR_H
3 
5 //
6 // HarpoFeminosAnalyseNoiseMonitor
7 //
8 // Dummy analise which print all run events.
9 //
10 
11 #include "TObject.h"
12 #include "HarpoDetAnalyse.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* h1Ch;
38  TH1F* hAllCh;
39  TH2F* h2D;
40 
41  TH1F* hFFT1Ch;
42  TH1F* hFFTAllCh;
43  TH2F* hFFT2D;
44 
45  TH1F* hPed1Ch;
46  TH1F* hPedAllCh;
47  TH2F* hPed2D;
48 
49 
50  ClassDef(HarpoFeminosAnalyseNoiseMonitor,1) //Run AnalysePrint
51 };
52 
53 #endif
A virtual class which define intrafece between HARPO Reader and Event Analysis code.
void print()
Ovreloaded medod whic do all job.
A virtual class which define interface between HARPO Det Reader and Event Analysis code...