CMS 3D CMS Logo

PedsFullNoiseHistosUsingDb.h
Go to the documentation of this file.
1 
2 #ifndef DQM_SiStripCommissioningClients_PedsFullNoiseHistosUsingDb_H
3 #define DQM_SiStripCommissioningClients_PedsFullNoiseHistosUsingDb_H
5 
7 
9 public:
11  DQMStore*,
12  SiStripConfigDb* const,
14 
15  ~PedsFullNoiseHistosUsingDb() override;
16 
17  void uploadConfigurations() override;
18 
19 private:
21 
23 
24  // parameters
25  float highThreshold_; // higher threshold for the zero suppression
26  float lowThreshold_; // lower threshold for the zero suppression
27  bool disableBadStrips_; // to disable bad strips flagged by the analysis in the upload
28  bool keepStripsDisabled_; // keep bad strips from previous runs as bad
29  bool skipEmptyStrips_; // skip empty strips i.e. don't flag as bad
31 
32  // Perform a selective upload either for or excluding a certain set of FEDs
34 
37 };
38 
39 #endif // DQM_SiStripCommissioningClients_PedsFullNoiseHistosUsingDb_H
void update(SiStripConfigDb::FedDescriptionsRange)
FedDescriptions::range FedDescriptionsRange
An interface class to the DeviceFactory.
void create(SiStripConfigDb::AnalysisDescriptionsV &, Analysis) override
PedsFullNoiseHistosUsingDb(const edm::ParameterSet &pset, DQMStore *, SiStripConfigDb *const, edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > tTopoToken)
std::vector< AnalysisDescription * > AnalysisDescriptionsV
const edm::ParameterSet & pset() const