CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Analyzer_minbias.h
Go to the documentation of this file.
1 #ifndef PhysicsToolsAnalysisAnalyzerMinBias_h
2 #define PhysicsToolsAnalysisAnalyzerMinBias_h
3 
4 // system include files
5 #include <memory>
6 #include <string>
7 #include <iostream>
8 
9 // user include files
34 //#include "CalibFormats/HcalObjects/interface/HcalDbService.h"
35 #include "TFile.h"
36 #include "TH1.h"
37 #include "TH2.h"
38 #include "TTree.h"
40 #include <vector>
41 #include <map>
42 //#include "CalibCalorimetry/CaloMiscalibTools/interface/CaloMiscalibMapHcal.h"
43 #include <string>
44 #include <iostream>
45 #include <fstream>
46 #include <sstream>
47 
48 //
49 // class declaration
50 //
51 namespace cms{
53  public:
54  explicit Analyzer_minbias(const edm::ParameterSet&);
56 
57  virtual void analyze(const edm::Event&, const edm::EventSetup&);
58  virtual void beginJob() ;
59  virtual void endJob() ;
60  virtual void beginRun( const edm::Run& r, const edm::EventSetup& iSetup);
61  virtual void endRun( const edm::Run& r, const edm::EventSetup& iSetup);
62 
63  private:
64  // ----------member data ---------------------------
67  std::ofstream *myout_hcal;
68 
69  // names of modules, producing object collections
70 
71  TFile* hOutputFile ;
72  TTree* myTree;
73  TH1F* hCalo1[73][43];
74  TH1F* hCalo2[73][43];
75  TH1F* hCalo1mom2[73][43];
76  TH1F* hCalo2mom2[73][43];
77  TH1F* hbheNoiseE;
78  TH1F* hbheSignalE;
79  TH1F* hfNoiseE;
80  TH1F* hfSignalE;
81 
84  // Root tree members
85  int nevent_run;
87  float phi,eta;
91 
92  // Noise subtraction
93 
94  double meannoise_pl[73][43],meannoise_min[73][43];
95  double noise_pl[73][43],noise_min[73][43];
96 
97  // counters
98 
99  double nevent;
100  double theMBFillDetMapPl0[5][5][73][43];
101  double theMBFillDetMapPl1[5][5][73][43];
102  double theMBFillDetMapPl2[5][5][73][43];
103  double theMBFillDetMapPl4[5][5][73][43];
104 
105  double theMBFillDetMapMin0[5][5][73][43];
106  double theMBFillDetMapMin1[5][5][73][43];
107  double theMBFillDetMapMin2[5][5][73][43];
108  double theMBFillDetMapMin4[5][5][73][43];
109 
110  double theNSFillDetMapPl0[5][5][73][43];
111  double theNSFillDetMapPl1[5][5][73][43];
112  double theNSFillDetMapPl2[5][5][73][43];
113  double theNSFillDetMapPl4[5][5][73][43];
114 
115  double theNSFillDetMapMin0[5][5][73][43];
116  double theNSFillDetMapMin1[5][5][73][43];
117  double theNSFillDetMapMin2[5][5][73][43];
118  double theNSFillDetMapMin4[5][5][73][43];
119 
120  double theDFFillDetMapPl0[5][5][73][43];
121  double theDFFillDetMapPl1[5][5][73][43];
122  double theDFFillDetMapPl2[5][5][73][43];
123  double theDFFillDetMapMin0[5][5][73][43];
124  double theDFFillDetMapMin1[5][5][73][43];
125  double theDFFillDetMapMin2[5][5][73][43];
126 
127 
131 
135 
136  //
139 
141 
142 };
143 }
144 #endif
double theMBFillDetMapMin0[5][5][73][43]
double theMBFillDetMapMin2[5][5][73][43]
double theDFFillDetMapPl2[5][5][73][43]
double theMBFillDetMapMin1[5][5][73][43]
double theNSFillDetMapPl4[5][5][73][43]
double theNSFillDetMapPl0[5][5][73][43]
double theNSFillDetMapMin0[5][5][73][43]
double theMBFillDetMapPl0[5][5][73][43]
TH1F * hCalo2mom2[73][43]
edm::EDGetTokenT< HORecHitCollection > tok_hoNoise_
double theDFFillDetMapPl1[5][5][73][43]
virtual void beginRun(const edm::Run &r, const edm::EventSetup &iSetup)
std::ofstream * myout_hcal
edm::EDGetTokenT< HFRecHitCollection > tok_hf_
virtual void endRun(const edm::Run &r, const edm::EventSetup &iSetup)
edm::EDGetTokenT< L1GlobalTriggerReadoutRecord > tok_gtRec_
double meannoise_pl[73][43]
edm::EDGetTokenT< HBHERecHitCollection > tok_hbheNoise_
double theNSFillDetMapPl2[5][5][73][43]
double theDFFillDetMapMin2[5][5][73][43]
double noise_min[73][43]
TH1F * hCalo1mom2[73][43]
edm::EDGetTokenT< HFRecHitCollection > tok_hfNoise_
double theNSFillDetMapPl1[5][5][73][43]
double theMBFillDetMapPl1[5][5][73][43]
Analyzer_minbias(const edm::ParameterSet &)
double noise_pl[73][43]
double theDFFillDetMapPl0[5][5][73][43]
edm::EDGetTokenT< HBHERecHitCollection > tok_hbhe_
double theMBFillDetMapPl4[5][5][73][43]
double theNSFillDetMapMin1[5][5][73][43]
double theNSFillDetMapMin4[5][5][73][43]
double theDFFillDetMapMin0[5][5][73][43]
double theMBFillDetMapPl2[5][5][73][43]
edm::EDGetTokenT< HBHERecHitCollection > tok_hbheNorm_
virtual void analyze(const edm::Event &, const edm::EventSetup &)
double theMBFillDetMapMin4[5][5][73][43]
double meannoise_min[73][43]
edm::EDGetTokenT< HORecHitCollection > tok_ho_
double theNSFillDetMapMin2[5][5][73][43]
double theDFFillDetMapMin1[5][5][73][43]
Definition: Run.h:41