CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripThresholdReader.h
Go to the documentation of this file.
1 #ifndef SiStripThresholdReader_H
2 #define SiStripThresholdReader_H
3 
4 // system include files
5 //#include <memory>
6 
7 // user include files
15 
17 
20 
21 #include <iostream>
22 #include <stdio.h>
23 #include <sys/time.h>
24 
26 
27  public:
28  explicit SiStripThresholdReader( const edm::ParameterSet& );
30 
31  void analyze( const edm::Event&, const edm::EventSetup& );
32 
33  private:
34  uint32_t printdebug_;
35 };
36 #endif
SiStripThresholdReader(const edm::ParameterSet &)
void analyze(const edm::Event &, const edm::EventSetup &)