CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalSimple2007H4TBAnalyzer.h
Go to the documentation of this file.
1 #ifndef ECALSIMPLE2007H4TBANALYZER_H
2 #define ECALSIMPLE2007H4TBANALYZER_H
3 
11 //
12 //
13 
14 
15 
16 // system include files
17 #include <memory>
18 
19 // user include files
22 
25 
30 
32 
33 #include <string>
34 //#include "TTree.h"
35 #include "TH1.h"
36 #include "TGraph.h"
37 #include "TH2.h"
38 #include<fstream>
39 #include<map>
40 //#include<stl_pair>
41 
42 
43 
45  public:
48 
49 
50  virtual void analyze( edm::Event const &, edm::EventSetup const & );
51  virtual void beginRun(edm::Run const &, edm::EventSetup const&);
52  virtual void endJob();
53  private:
65 
66  // Amplitude vs TDC offset
67  TH2F* h_ampltdc;
68 
69  TH2F* h_Shape_;
70 
71  // Reconstructed energies
73  TH1F* h_e1x1;
74  TH1F* h_e3x3;
75  TH1F* h_e5x5;
76 
78  TH1F* h_e3x3_center;
79  TH1F* h_e5x5_center;
80 
81  TH1F* h_e1e9;
82  TH1F* h_e1e25;
83  TH1F* h_e9e25;
84 
85  TH1F* h_S6;
86  TH1F* h_bprofx;
87  TH1F* h_bprofy;
88 
89  TH1F* h_qualx;
90  TH1F* h_qualy;
91 
92  TH1F* h_slopex;
93  TH1F* h_slopey;
94 
95  TH2F* h_mapx[25];
96  TH2F* h_mapy[25];
97 
98  TH2F* h_e1e9_mapx;
99  TH2F* h_e1e9_mapy;
100 
103 
106 
110 
112 };
113 
114 
115 
116 #endif
EcalSimple2007H4TBAnalyzer(const edm::ParameterSet &)
virtual void analyze(edm::Event const &, edm::EventSetup const &)
virtual void beginRun(edm::Run const &, edm::EventSetup const &)
Definition: Run.h:43