CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
19 
22 
28 
31 
37 
40 
42 {
43  public:
45 
47 
48  void analyze(const edm::Event& ev, const edm::EventSetup& es);
49 
50  private:
52  double epsilon;
53  // vecDetId getMissingDetIds(std::vector<HcalPedestals> &);
54 };
55 #endif
bool ev
void analyze(const edm::Event &ev, const edm::EventSetup &es)
HcalAutoPedestalValidator(edm::ParameterSet const &ps)