CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 // 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
22 
25 
27 
30 
32 
34 
35 // Hcal Hoise Summary
37 
38 //
39 // class declaration
40 //
41 
42 class HcalNoiseRates : public DQMEDAnalyzer {
43 public:
44  explicit HcalNoiseRates(const edm::ParameterSet &);
45  ~HcalNoiseRates() override;
46 
47 private:
48  void analyze(const edm::Event &, const edm::EventSetup &) override;
49  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
50 
52 
53  // parameters
54  edm::InputTag rbxCollName_; // label for the rbx collection
56  double minRBXEnergy_; // RBX energy threshold
57  double minHitEnergy_; // RecHit energy threshold
59 
60  // Hcal Noise Summary Parameters
62 
69 
70  // count lumi segments
71  std::map<int, int> lumiCountMap_;
72 
73  // Hcal Noise Summary Plots
74 
78 
82 
86 
90 };
91 
92 #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