CMS 3D CMS Logo

SiStripPedestalsBuilder.h
Go to the documentation of this file.
1 #ifndef CSiStripPedestalsBuilder_H
2 #define CSiStripPedestalsBuilder_H
3 
10 
12 
13 #include "CLHEP/Random/RandFlat.h"
14 #include "CLHEP/Random/RandGauss.h"
15 
17 public:
18  explicit SiStripPedestalsBuilder(const edm::ParameterSet& iConfig);
19 
21 
22  void analyze(const edm::Event&, const edm::EventSetup&) override;
23 
24 private:
26  uint32_t printdebug_;
27 };
28 #endif
void analyze(const edm::Event &, const edm::EventSetup &) override
SiStripPedestalsBuilder(const edm::ParameterSet &iConfig)