Go to the documentation of this file.
74 std::make_unique<SiStripPedestalsDQM>(eSetup,
81 noisesDQM_ = std::make_unique<SiStripNoisesDQM>(eSetup,
89 std::make_unique<SiStripThresholdDQM>(eSetup,
97 std::make_unique<SiStripThresholdDQM>(eSetup,
104 qualityDQM_ = std::make_unique<SiStripQualityDQM>(eSetup,
112 std::make_unique<SiStripApvGainsDQM>(eSetup,
120 std::make_unique<SiStripLorentzAngleDQM>(eSetup,
134 cablingDQM_ = std::make_unique<SiStripCablingDQM>(eSetup,
220 if (outputMEsInRootFile) {
SiStripMonitorCondData(const edm::ParameterSet &)
std::unique_ptr< SiStripPedestalsDQM > pedestalsDQM_
std::unique_ptr< SiStripApvGainsDQM > apvgainsDQM_
std::unique_ptr< SiStripThresholdDQM > lowthresholdDQM_
bool monitorLowThreshold_
std::unique_ptr< SiStripBackPlaneCorrectionDQM > bpcorrectionDQM_
bool monitorBackPlaneCorrection_
std::unique_ptr< SiStripNoisesDQM > noisesDQM_
#define DEFINE_FWK_MODULE(type)
std::unique_ptr< SiStripLorentzAngleDQM > lorentzangleDQM_
std::unique_ptr< SiStripCablingDQM > cablingDQM_
void endRun(edm::Run const &run, edm::EventSetup const &eSetup) override
void analyze(const edm::Event &, const edm::EventSetup &) override
std::unique_ptr< SiStripThresholdDQM > highthresholdDQM_
std::unique_ptr< SiStripQualityDQM > qualityDQM_
bool monitorHighThreshold_
bool monitorLorentzAngle_
T getParameter(std::string const &) const
void beginRun(edm::Run const &run, edm::EventSetup const &eSetup) override
~SiStripMonitorCondData() override