CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripBadModuleByHandBuilder.h
Go to the documentation of this file.
1 #ifndef SiStripBadModuleByHandBuilder_H
2 #define SiStripBadModuleByHandBuilder_H
3 
8 
13 #include <vector>
14 
15 #include <ext/hash_map>
16 
17 class SiStripBadModuleByHandBuilder : public ConditionDBWriter<SiStripBadStrip> {
18 
19 public:
20 
23 
24 
25 private:
26 
28 
29 private:
32  std::vector<uint32_t> BadModuleList_;
34 
35 };
36 #endif
SiStripBadModuleByHandBuilder(const edm::ParameterSet &)