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 
10  public:
11 
13  DQMStore*,
14  SiStripConfigDb* const );
15 
16  ~PedsFullNoiseHistosUsingDb() override;
17 
18  void uploadConfigurations() override;
19 
20  private:
21 
23 
25 
26  // parameters
27  float highThreshold_; // higher threshold for the zero suppression
28  float lowThreshold_; // lower threshold for the zero suppression
29  bool disableBadStrips_; // to disable bad strips flagged by the analysis in the upload
30  bool keepStripsDisabled_; // keep bad strips from previous runs as bad
31  bool skipEmptyStrips_; // skip empty strips i.e. don't flag as bad
33 
34  // Perform a selective upload either for or excluding a certain set of FEDs
36 
39 };
40 
41 #endif // DQM_SiStripCommissioningClients_PedsFullNoiseHistosUsingDb_H
42 
void update(SiStripConfigDb::FedDescriptionsRange)
PedsFullNoiseHistosUsingDb(const edm::ParameterSet &pset, DQMStore *, SiStripConfigDb *const )
const edm::ParameterSet & pset() const
FedDescriptions::range FedDescriptionsRange
An interface class to the DeviceFactory.
void create(SiStripConfigDb::AnalysisDescriptionsV &, Analysis) override
std::vector< AnalysisDescription * > AnalysisDescriptionsV