CMS 3D CMS Logo

SiStripPedestalsReader.h
Go to the documentation of this file.
1 #ifndef SiStripPedestalsReader_H
2 #define SiStripPedestalsReader_H
3 
4 // system include files
5 //#include <memory>
6 
7 // user include files
15 
17 
20 
21 #include <iostream>
22 #include <cstdio>
23 #include <sys/time.h>
24 
26 public:
28  ~SiStripPedestalsReader() override;
29 
30  void analyze(const edm::Event&, const edm::EventSetup&) override;
31 
32 private:
33  uint32_t printdebug_;
34 };
35 #endif
void analyze(const edm::Event &, const edm::EventSetup &) override
SiStripPedestalsReader(const edm::ParameterSet &)