CMS 3D CMS Logo

HcalNoiseRates.h
Go to the documentation of this file.
1 #ifndef _DQMOFFLINE_HCAL_HCALNOISERATES_H_
2 #define _DQMOFFLINE_HCAL_HCALNOISERATES_H_
3 
4 //
5 // NoiseRates.h
6 //
7 // description: Makes plots to calculate the anomalous noise rates
8 //
9 // author: K. Hatakeyama, H. Liu, Baylor
10 //
11 //
12 
13 // system include files
14 #include <memory>
15 #include <string>
16 #include <vector>
17 
18 // user include files
21 
24 
26 
29 
31 
32 // Hcal Hoise Summary
34 
35 //
36 // class declaration
37 //
38 
39 class HcalNoiseRates : public DQMEDAnalyzer {
40 public:
41  explicit HcalNoiseRates(const edm::ParameterSet &);
42  ~HcalNoiseRates() override;
43 
44 private:
45  void analyze(const edm::Event &, const edm::EventSetup &) override;
46  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
47 
49 
50  // parameters
51  edm::InputTag rbxCollName_; // label for the rbx collection
53  double minRBXEnergy_; // RBX energy threshold
54  double minHitEnergy_; // RecHit energy threshold
56 
57  // Hcal Noise Summary Parameters
59 
66 
67  // count lumi segments
68  std::map<int, int> lumiCountMap_;
69 
70  // Hcal Noise Summary Plots
71 
75 
79 
83 
87 };
88 
89 #endif
MonitorElement * nNNumChannels_
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
HcalNoiseRates(const edm::ParameterSet &)
edm::InputTag rbxCollName_
MonitorElement * hRBXEnergyType1_
MonitorElement * iNNumChannels_
MonitorElement * hRBXEnergy_
void analyze(const edm::Event &, const edm::EventSetup &) override
MonitorElement * sNNumChannels_
MonitorElement * hRBXEnergyType2_
MonitorElement * nNSumE_
MonitorElement * hNoise_maxHPDNoOtherHits_
MonitorElement * sNSumEt_
edm::EDGetTokenT< reco::HcalNoiseRBXCollection > tok_rbx_
edm::EDGetTokenT< HcalNoiseSummary > noisetoken_
MonitorElement * hNoise_maxHPDHits_
std::string outputFile_
MonitorElement * hRBXEnergyType3_
double minHitEnergy_
MonitorElement * nNSumEt_
~HcalNoiseRates() override
MonitorElement * hLumiBlockCount_
MonitorElement * sNSumE_
std::map< int, int > lumiCountMap_
MonitorElement * iNSumEt_
MonitorElement * iNSumE_
double minRBXEnergy_
MonitorElement * hNoise_maxZeros_
MonitorElement * hRBXNHits_
Definition: Run.h:45