Data Format. More...
#include <RPCDcsInfo.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) override |
Analyze. More... | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | dqmEndLuminosityBlock (const edm::LuminosityBlock &l, const edm::EventSetup &c) override |
Protected Member Functions inherited from DQMOneLumiEDAnalyzer<> | |
virtual void | dqmBeginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
virtual void | dqmEndLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
Protected Member Functions inherited from DQMOneEDAnalyzer< edm::EndLuminosityBlockProducer, edm::one::WatchLuminosityBlocks, Args... > | |
virtual void | analyze (edm::Event const &, edm::EventSetup const &) |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
virtual void | dqmEndRun (edm::Run const &, edm::EventSetup const &) |
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) |
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) |
Private Member Functions | |
void | makeDcsInfo (const edm::Event &e) |
Private Attributes | |
bool | dcs |
MonitorElement * | DCSbyLS_ |
std::string | dcsinfofolder_ |
edm::ParameterSet | parameters_ |
edm::EDGetTokenT< DcsStatusCollection > | scalersRawToDigiLabel_ |
std::string | subsystemname_ |
Data Format.
Definition at line 17 of file RPCDcsInfo.h.
RPCDcsInfo::RPCDcsInfo | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 6 of file RPCDcsInfo.cc.
References dcsinfofolder_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), scalersRawToDigiLabel_, AlCaHLTBitMon_QueryRunRegistry::string, and subsystemname_.
|
override |
|
overrideprotected |
|
overrideprotectedvirtual |
Implements DQMOneEDAnalyzer< edm::EndLuminosityBlockProducer, edm::one::WatchLuminosityBlocks, Args... >.
Definition at line 14 of file RPCDcsInfo.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book1D(), dqm::dqmstoreimpl::DQMStore::IBooker::cd(), dcs, DCSbyLS_, dcsinfofolder_, dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder(), dqm::impl::MonitorElement::setLumiFlag(), and subsystemname_.
|
overrideprotected |
Definition at line 33 of file RPCDcsInfo.cc.
References dcs, DCSbyLS_, and dqm::impl::MonitorElement::setBinContent().
|
private |
Definition at line 49 of file RPCDcsInfo.cc.
References dcs, edm::Event::getByToken(), edm::HandleBase::isValid(), DcsStatus::RPC, and scalersRawToDigiLabel_.
Referenced by analyze().
|
private |
Definition at line 39 of file RPCDcsInfo.h.
Referenced by bookHistograms(), dqmEndLuminosityBlock(), and makeDcsInfo().
|
private |
Definition at line 41 of file RPCDcsInfo.h.
Referenced by bookHistograms(), and dqmEndLuminosityBlock().
|
private |
Definition at line 37 of file RPCDcsInfo.h.
Referenced by bookHistograms(), and RPCDcsInfo().
|
private |
Definition at line 35 of file RPCDcsInfo.h.
Referenced by Mixins._TypedParameterizable::clone(), Types.PSet::clone(), Types.EDAlias::clone(), and Mixins._TypedParameterizable::copy().
|
private |
Definition at line 42 of file RPCDcsInfo.h.
Referenced by makeDcsInfo(), and RPCDcsInfo().
|
private |
Definition at line 36 of file RPCDcsInfo.h.
Referenced by bookHistograms(), and RPCDcsInfo().