CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalNoiseRates.h
Go to the documentation of this file.
1 #ifndef _DQMOFFLINE_HCAL_HCALNOISERATES_H_
2 #define _DQMOFFLINE_HCAL_HCALNOISERATES_H_
3 
4 
5 //
6 // NoiseRates.h
7 //
8 // description: Makes plots to calculate the anomalous noise rates
9 //
10 // author: K. Hatakeyama, H. Liu, Baylor
11 //
12 //
13 
14 // system include files
15 #include <memory>
16 #include <string>
17 #include <vector>
18 
19 // user include files
23 
26 
28 
31 
33 
35 
36 //
37 // class declaration
38 //
39 
41  public:
42  explicit HcalNoiseRates(const edm::ParameterSet&);
44 
45 
46  private:
47  virtual void beginJob();
48  virtual void analyze(const edm::Event&, const edm::EventSetup&);
49  virtual void endJob();
50 
53 
54  // parameters
55  edm::InputTag rbxCollName_; // label for the rbx collection
57  double minRBXEnergy_; // RBX energy threshold
58  double minHitEnergy_; // RecHit energy threshold
60 
67 
68  // count lumi segments
69  std::map<int, int> lumiCountMap_;
70 
71 };
72 
73 
74 #endif
virtual void endJob()
HcalNoiseRates(const edm::ParameterSet &)
virtual void beginJob()
edm::InputTag rbxCollName_
MonitorElement * hRBXEnergyType1_
MonitorElement * hRBXEnergy_
MonitorElement * hRBXEnergyType2_
edm::EDGetTokenT< reco::HcalNoiseRBXCollection > tok_rbx_
std::string outputFile_
MonitorElement * hRBXEnergyType3_
virtual void analyze(const edm::Event &, const edm::EventSetup &)
double minHitEnergy_
DQMStore * dbe_
MonitorElement * hLumiBlockCount_
std::map< int, int > lumiCountMap_
double minRBXEnergy_
MonitorElement * hRBXNHits_