#include <CastorMonitorModule.h>
Protected Member Functions | |
void | analyze (const edm::Event &iEvent, const edm::EventSetup &) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, const edm::EventSetup &) override |
void | dqmBeginRun (const edm::Run &, const edm::EventSetup &) override |
void | dqmEndRun (const edm::Run &run, const edm::EventSetup &) override |
Protected Member Functions inherited from edm::ProducerBase | |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
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... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Private Types | |
typedef std::vector < reco::BasicJet > | BasicJetCollection |
typedef std::vector < reco::CastorTower > | CastorTowerCollection |
Private Attributes | |
edm::ESGetToken < CastorDbService, CastorDbRecord > | castorDbServiceToken_ |
MonitorElement * | CastorEventProduct |
edm::CPUTimer | cpu_timer |
std::unique_ptr < CastorDigiMonitor > | DigiMon_ |
int | fVerbosity |
MonitorElement * | hunpkrep |
int | ievt_ |
edm::EDGetTokenT < CastorTowerCollection > | inputTokenCastorTowers_ |
edm::EDGetTokenT < CastorDigiCollection > | inputTokenDigi_ |
edm::EDGetTokenT < FEDRawDataCollection > | inputTokenRaw_ |
edm::EDGetTokenT < CastorRecHitCollection > | inputTokenRecHitCASTOR_ |
edm::EDGetTokenT < HcalUnpackerReport > | inputTokenReport_ |
edm::EDGetTokenT < BasicJetCollection > | JetAlgorithm |
std::unique_ptr< CastorLEDMonitor > | LedMon_ |
std::unique_ptr < CastorRecHitMonitor > | RecHitMon_ |
bool | showTiming_ |
std::string | subsystemname_ |
edm::EDGetTokenT < edm::TriggerResults > | tokenTriggerResults |
Additional Inherited Members | |
Public Types inherited from DQMOneEDAnalyzer<> | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Attributes inherited from DQMOneEDAnalyzer<> | |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 68 of file CastorMonitorModule.h.
|
private |
Definition at line 97 of file CastorMonitorModule.h.
|
private |
Definition at line 95 of file CastorMonitorModule.h.
CastorMonitorModule::CastorMonitorModule | ( | const edm::ParameterSet & | ps | ) |
Definition at line 28 of file CastorMonitorModule.cc.
References edm::EDConsumerBase::consumesCollector(), DigiMon_, fVerbosity, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), ievt_, inputTokenCastorTowers_, inputTokenDigi_, inputTokenRaw_, inputTokenRecHitCASTOR_, inputTokenReport_, JetAlgorithm, LedMon_, RecHitMon_, showTiming_, AlCaHLTBitMon_QueryRunRegistry::string, subsystemname_, and tokenTriggerResults.
|
override |
Definition at line 54 of file CastorMonitorModule.cc.
|
overrideprotectedvirtual |
Reimplemented from DQMOneEDAnalyzer<>.
Definition at line 105 of file CastorMonitorModule.cc.
References castorDbServiceToken_, CastorEventProduct, submitPVValidationJobs::conditions, gather_cfg::cout, cpu_timer, edm::CPUTimer::cpuTime(), DigiMon_, unpackBuffers-CaloStage1::feds, dqm::impl::MonitorElement::Fill(), fVerbosity, edm::Event::getByToken(), edm::EventSetup::getData(), hunpkrep, ievt_, inputTokenCastorTowers_, inputTokenDigi_, inputTokenRaw_, inputTokenRecHitCASTOR_, inputTokenReport_, edm::HandleBase::isValid(), JetAlgorithm, fwrapper::jets, ecaldqm::nTowers, RecHitMon_, zeeHLT_cff::report, edm::CPUTimer::reset(), showTiming_, edm::CPUTimer::start(), edm::CPUTimer::stop(), and tokenTriggerResults.
|
overrideprotectedvirtual |
Implements DQMOneEDAnalyzer<>.
Definition at line 61 of file CastorMonitorModule.cc.
References dqm::implementation::IBooker::book1DD(), dqm::implementation::IBooker::bookProfile(), CastorEventProduct, DigiMon_, hunpkrep, LedMon_, RecHitMon_, alignCSCRings::s, dqm::impl::MonitorElement::setAxisTitle(), dqm::impl::MonitorElement::setBinLabel(), dqm::implementation::NavigatorBase::setCurrentFolder(), and subsystemname_.
|
overrideprotectedvirtual |
Reimplemented from DQMOneEDAnalyzer<>.
Definition at line 56 of file CastorMonitorModule.cc.
References fVerbosity.
|
overrideprotectedvirtual |
Reimplemented from DQMOneEDAnalyzer<>.
Definition at line 99 of file CastorMonitorModule.cc.
References DigiMon_.
|
private |
Definition at line 100 of file CastorMonitorModule.h.
Referenced by analyze().
|
private |
Definition at line 110 of file CastorMonitorModule.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 114 of file CastorMonitorModule.h.
Referenced by analyze().
|
private |
Definition at line 105 of file CastorMonitorModule.h.
Referenced by analyze(), bookHistograms(), CastorMonitorModule(), and dqmEndRun().
|
private |
Definition at line 82 of file CastorMonitorModule.h.
Referenced by analyze(), CastorMonitorModule(), and dqmBeginRun().
|
private |
Definition at line 111 of file CastorMonitorModule.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 85 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 96 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 93 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 91 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 94 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 92 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 98 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 106 of file CastorMonitorModule.h.
Referenced by bookHistograms(), and CastorMonitorModule().
|
private |
Definition at line 104 of file CastorMonitorModule.h.
Referenced by analyze(), bookHistograms(), and CastorMonitorModule().
|
private |
Definition at line 113 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().
|
private |
Definition at line 83 of file CastorMonitorModule.h.
Referenced by bookHistograms(), and CastorMonitorModule().
|
private |
Definition at line 90 of file CastorMonitorModule.h.
Referenced by analyze(), and CastorMonitorModule().