#include <SiStripMonitorCondData.h>
Public Types | |
typedef dqm::legacy::DQMStore | DQMStore |
typedef dqm::legacy::MonitorElement | MonitorElement |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Private Attributes | |
std::unique_ptr< SiStripApvGainsDQM > | apvgainsDQM_ |
std::unique_ptr< SiStripBackPlaneCorrectionDQM > | bpcorrectionDQM_ |
std::unique_ptr< SiStripCablingDQM > | cablingDQM_ |
edm::ParameterSet | conf_ |
std::unique_ptr< SiStripThresholdDQM > | highthresholdDQM_ |
std::unique_ptr< SiStripLorentzAngleDQM > | lorentzangleDQM_ |
std::unique_ptr< SiStripThresholdDQM > | lowthresholdDQM_ |
bool | monitorApvGains_ |
bool | monitorBackPlaneCorrection_ |
bool | monitorCabling_ |
bool | monitorHighThreshold_ |
bool | monitorLorentzAngle_ |
bool | monitorLowThreshold_ |
bool | monitorNoises_ |
bool | monitorPedestals_ |
bool | monitorQuality_ |
std::unique_ptr< SiStripNoisesDQM > | noisesDQM_ |
std::string | outPutFileName |
std::unique_ptr< SiStripPedestalsDQM > | pedestalsDQM_ |
std::unique_ptr< SiStripQualityDQM > | qualityDQM_ |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsInputProcessBlocks () |
static bool | wantsProcessBlocks () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Definition at line 39 of file SiStripMonitorCondData.h.
Definition at line 42 of file SiStripMonitorCondData.h.
Definition at line 41 of file SiStripMonitorCondData.h.
|
explicit |
Definition at line 49 of file SiStripMonitorCondData.cc.
References edm::ParameterSet::getParameter(), monitorApvGains_, monitorBackPlaneCorrection_, monitorCabling_, monitorHighThreshold_, monitorLorentzAngle_, monitorLowThreshold_, monitorNoises_, monitorPedestals_, and monitorQuality_.
|
override |
Definition at line 65 of file SiStripMonitorCondData.cc.
|
overridevirtual |
Implements edm::EDAnalyzer.
Definition at line 151 of file SiStripMonitorCondData.cc.
References apvgainsDQM_, bpcorrectionDQM_, cablingDQM_, highthresholdDQM_, lorentzangleDQM_, lowthresholdDQM_, monitorApvGains_, monitorBackPlaneCorrection_, monitorCabling_, monitorHighThreshold_, monitorLorentzAngle_, monitorLowThreshold_, monitorNoises_, monitorPedestals_, monitorQuality_, noisesDQM_, pedestalsDQM_, and qualityDQM_.
|
overridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 145 of file SiStripMonitorCondData.cc.
|
overridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 71 of file SiStripMonitorCondData.cc.
References apvgainsDQM_, bpcorrectionDQM_, cablingDQM_, conf_, edm::ParameterSet::getParameter(), highthresholdDQM_, lorentzangleDQM_, lowthresholdDQM_, monitorApvGains_, monitorBackPlaneCorrection_, monitorCabling_, monitorHighThreshold_, monitorLorentzAngle_, monitorLowThreshold_, monitorNoises_, monitorPedestals_, monitorQuality_, noisesDQM_, pedestalsDQM_, qualityDQM_, and writedatasetfile::run.
|
overridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 230 of file SiStripMonitorCondData.cc.
|
overridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 186 of file SiStripMonitorCondData.cc.
References apvgainsDQM_, bpcorrectionDQM_, cablingDQM_, conf_, edm::ParameterSet::getParameter(), highthresholdDQM_, lorentzangleDQM_, lowthresholdDQM_, monitorApvGains_, monitorBackPlaneCorrection_, monitorCabling_, monitorHighThreshold_, monitorLorentzAngle_, monitorLowThreshold_, monitorNoises_, monitorPedestals_, monitorQuality_, noisesDQM_, reco_skim_cfg_mod::outputFileName, pedestalsDQM_, qualityDQM_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 74 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), and endRun().
|
private |
Definition at line 76 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), and endRun().
|
private |
Definition at line 77 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), and endRun().
|
private |
Definition at line 55 of file SiStripMonitorCondData.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 72 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), and endRun().
|
private |
Definition at line 75 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), and endRun().
|
private |
Definition at line 71 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), and endRun().
|
private |
Definition at line 62 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), endRun(), and SiStripMonitorCondData().
|
private |
Definition at line 64 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), endRun(), and SiStripMonitorCondData().
|
private |
Definition at line 65 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), endRun(), and SiStripMonitorCondData().
|
private |
Definition at line 60 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), endRun(), and SiStripMonitorCondData().
|
private |
Definition at line 63 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), endRun(), and SiStripMonitorCondData().
|
private |
Definition at line 59 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), endRun(), and SiStripMonitorCondData().
|
private |
Definition at line 58 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), endRun(), and SiStripMonitorCondData().
|
private |
Definition at line 57 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), endRun(), and SiStripMonitorCondData().
|
private |
Definition at line 61 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), endRun(), and SiStripMonitorCondData().
|
private |
Definition at line 70 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), and endRun().
|
private |
Definition at line 67 of file SiStripMonitorCondData.h.
|
private |
Definition at line 69 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), and endRun().
|
private |
Definition at line 73 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), and endRun().