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 
34 
35 //
36 // class declaration
37 //
38 
40  public:
41  explicit HcalNoiseRates(const edm::ParameterSet&);
43 
44 
45  private:
46  virtual void beginJob();
47  virtual void analyze(const edm::Event&, const edm::EventSetup&);
48  virtual void endJob();
49 
52 
53  // parameters
54  edm::InputTag rbxCollName_; // label for the rbx collection
55  double minRBXEnergy_; // RBX energy threshold
56  double minHitEnergy_; // RecHit energy threshold
58 
65 
66  // count lumi segments
67  std::map<int, int> lumiCountMap_;
68 
69 };
70 
71 
72 #endif
virtual void endJob()
HcalNoiseRates(const edm::ParameterSet &)
virtual void beginJob()
edm::InputTag rbxCollName_
MonitorElement * hRBXEnergyType1_
MonitorElement * hRBXEnergy_
MonitorElement * hRBXEnergyType2_
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_