CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripDetVOffReader.h
Go to the documentation of this file.
1 #ifndef SiStripDetVOffReader_H
2 #define SiStripDetVOffReader_H
3 
4 // system include files
5 //#include <memory>
6 
7 // user include files
20 
21 
22 //
23 //
24 // class decleration
25 //
27 
28 public:
29  explicit SiStripDetVOffReader( const edm::ParameterSet& );
31 
32  void analyze( const edm::Event&, const edm::EventSetup& );
33 
34 private:
36  std::vector<uint32_t> detids;
37 };
38 #endif
39 
40 /* LocalWords: ifndef
41  */
void analyze(const edm::Event &, const edm::EventSetup &)
std::vector< uint32_t > detids
SiStripDetVOffReader(const edm::ParameterSet &)