CMS 3D CMS Logo

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 
17 public:
18  explicit SiStripThresholdBuilder(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
MessageLogger.h
SiStripThresholdBuilder::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: SiStripThresholdBuilder.cc:11
ESHandle.h
edm::EDAnalyzer
Definition: EDAnalyzer.h:29
FileInPath.h
edm::FileInPath
Definition: FileInPath.h:64
SiStripThreshold.h
edm::ParameterSet
Definition: ParameterSet.h:36
SiStripThresholdBuilder::SiStripThresholdBuilder
SiStripThresholdBuilder(const edm::ParameterSet &iConfig)
Definition: SiStripThresholdBuilder.cc:6
edm::EventSetup
Definition: EventSetup.h:57
ConditionDBWriter.h
SiStripThresholdBuilder::~SiStripThresholdBuilder
~SiStripThresholdBuilder() override
Definition: SiStripThresholdBuilder.h:20
SiStripThresholdBuilder::fp_
edm::FileInPath fp_
Definition: SiStripThresholdBuilder.h:25
Exception.h
ParameterSet.h
edm::Event
Definition: Event.h:73
SiStripThresholdBuilder
Definition: SiStripThresholdBuilder.h:16
SiStripThresholdBuilder::printdebug_
uint32_t printdebug_
Definition: SiStripThresholdBuilder.h:26