CMS 3D CMS Logo

HcalPedestalWidthsCheck.h
Go to the documentation of this file.
1 #ifndef HcalPedestalWidthsCheck_h
2 #define HcalPedestalWidthsCheck_h
3 
4 //
5 // R.Ofierzynski 9.12.2007
6 //
7 // Code to check pedestals for completeness and to compare to previous pedestals
8 
9 #include <string>
10 #include <iostream>
11 #include <fstream>
12 #include <sstream>
13 #include <map>
14 #include <vector>
15 #include <algorithm>
16 
20 
23 
29 
32 
38 
41 
43 public:
45 
46  ~HcalPedestalWidthsCheck() override;
47 
48  void analyze(const edm::Event& ev, const edm::EventSetup& es) override;
49 
50 private:
56  double epsilon;
60  // vecDetId getMissingDetIds(std::vector<HcalPedestalWidths> &);
61 };
62 #endif
edm::ESGetToken< HcalPedestalWidths, HcalPedestalWidthsRcd > m_tok2
edm::ESGetToken< HcalPedestalWidths, HcalPedestalWidthsRcd > m_tok1
HcalPedestalWidthsCheck(edm::ParameterSet const &ps)
void analyze(const edm::Event &ev, const edm::EventSetup &es) override
edm::ESGetToken< HcalElectronicsMap, HcalElectronicsMapRcd > m_tokmap