CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripThresholdBuilder.h
Go to the documentation of this file.
1 #ifndef CSiStripThresholdBuilder_H
2 #define CSiStripThresholdBuilder_H
3 
10 
12 
13 #include "CLHEP/Random/RandFlat.h"
14 #include "CLHEP/Random/RandGauss.h"
15 
16 
18 
19  public:
20 
21  explicit SiStripThresholdBuilder( const edm::ParameterSet& iConfig);
22 
24 
25  virtual void analyze(const edm::Event& , const edm::EventSetup& );
26 
27  private:
29  uint32_t printdebug_;
30 };
31 #endif
virtual void analyze(const edm::Event &, const edm::EventSetup &)
SiStripThresholdBuilder(const edm::ParameterSet &iConfig)