#include <SiStripMonitorCondData.h>
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 | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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 | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
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<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 41 of file SiStripMonitorCondData.h.
|
explicit |
Definition at line 50 of file SiStripMonitorCondData.cc.
References edm::ParameterSet::getParameter(), monitorApvGains_, monitorBackPlaneCorrection_, monitorCabling_, monitorHighThreshold_, monitorLorentzAngle_, monitorLowThreshold_, monitorNoises_, monitorPedestals_, and monitorQuality_.
|
override |
Definition at line 66 of file SiStripMonitorCondData.cc.
|
override |
Definition at line 152 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 146 of file SiStripMonitorCondData.cc.
|
overridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 72 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 edm::RunBase::run().
|
overridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 232 of file SiStripMonitorCondData.cc.
References DEFINE_FWK_MODULE.
|
overridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 187 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_, Utilities::operator, PostProcessorHGCAL_cfi::outputFileName, pedestalsDQM_, qualityDQM_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 73 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 76 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), and endRun().
|
private |
Definition at line 54 of file SiStripMonitorCondData.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 71 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), and endRun().
|
private |
Definition at line 74 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), and endRun().
|
private |
Definition at line 70 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), and endRun().
|
private |
Definition at line 61 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 64 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 62 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 56 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 69 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), and endRun().
|
private |
Definition at line 66 of file SiStripMonitorCondData.h.
|
private |
Definition at line 68 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), and endRun().
|
private |
Definition at line 72 of file SiStripMonitorCondData.h.
Referenced by analyze(), beginRun(), and endRun().