CMS 3D CMS Logo

HcalAutoPedestalValidator.h
Go to the documentation of this file.
1 #ifndef HcalAutoPedestalValidator_h
2 #define HcalAutoPedestalValidator_h
3 
4 // S.Won
5 // Code to check pedestals to compare to previous pedestals
6 
7 #include <string>
8 #include <iostream>
9 #include <fstream>
10 #include <sstream>
11 #include <map>
12 #include <vector>
13 #include <algorithm>
14 
18 
21 
27 
30 
36 
39 
41 public:
43 
44  ~HcalAutoPedestalValidator() override;
45 
46  void analyze(const edm::Event& ev, const edm::EventSetup& es) override;
47 
48 private:
50  double epsilon;
53  // vecDetId getMissingDetIds(std::vector<HcalPedestals> &);
54 };
55 #endif
edm::ESGetToken< HcalPedestals, HcalPedestalsRcd > m_tok2
void analyze(const edm::Event &ev, const edm::EventSetup &es) override
edm::ESGetToken< HcalPedestals, HcalPedestalsRcd > m_tok1
HcalAutoPedestalValidator(edm::ParameterSet const &ps)