CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
21 
24 
30 
33 
39 
42 
44 {
45  public:
47 
49 
50  void analyze(const edm::Event& ev, const edm::EventSetup& es);
51 
52  private:
53  std::string outfile;
54  std::string dumprefs;
55  std::string dumpupdate;
58  double epsilon;
59  // vecDetId getMissingDetIds(std::vector<HcalPedestalWidths> &);
60 
61 
62 };
63 #endif
void analyze(const edm::Event &ev, const edm::EventSetup &es)
HcalPedestalWidthsCheck(edm::ParameterSet const &ps)