#include <DQMDcsInfo.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | endLuminosityBlock (const edm::LuminosityBlock &l, const edm::EventSetup &c) |
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 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) |
void | makeGtInfo (const edm::Event &e) |
Private Attributes | |
bool | dcs [25] |
MonitorElement * | DCSbyLS_ |
std::string | dcsinfofolder_ |
edm::EDGetTokenT < DcsStatusCollection > | dcsStatusCollection_ |
edm::EDGetTokenT < L1GlobalTriggerReadoutRecord > | gtCollection_ |
edm::ParameterSet | parameters_ |
std::string | subsystemname_ |
Definition at line 26 of file DQMDcsInfo.h.
DQMDcsInfo::DQMDcsInfo | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 16 of file DQMDcsInfo.cc.
References dcs, dcsinfofolder_, dcsStatusCollection_, edm::ParameterSet::getUntrackedParameter(), gtCollection_, i, parameters_, AlCaHLTBitMon_QueryRunRegistry::string, and subsystemname_.
|
virtual |
|
protectedvirtual |
Analyze.
Implements edm::stream::EDAnalyzerBase.
Definition at line 55 of file DQMDcsInfo.cc.
References makeDcsInfo(), and makeGtInfo().
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 33 of file DQMDcsInfo.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::bookString(), DQMStore::IBooker::cd(), dcs, DCSbyLS_, dcsinfofolder_, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), edm::getProcessParameterSet(), i, DQMStore::IBooker::setCurrentFolder(), MonitorElement::setLumiFlag(), AlCaHLTBitMon_QueryRunRegistry::string, and subsystemname_.
|
protectedvirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 64 of file DQMDcsInfo.cc.
References dcs, DCSbyLS_, i, and MonitorElement::setBinContent().
|
private |
Definition at line 85 of file DQMDcsInfo.cc.
References DcsStatus::BPIX, DcsStatus::CASTOR, DcsStatus::CSCm, DcsStatus::CSCp, dcs, dcsStatusCollection_, DcsStatus::DT0, DcsStatus::DTm, DcsStatus::DTp, DcsStatus::EBm, DcsStatus::EBp, DcsStatus::EEm, DcsStatus::EEp, DcsStatus::ESm, DcsStatus::ESp, DcsStatus::FPIX, edm::Event::getByToken(), DcsStatus::HBHEa, DcsStatus::HBHEb, DcsStatus::HBHEc, DcsStatus::HF, DcsStatus::HO, i, edm::HandleBase::isValid(), mathSSE::return(), DcsStatus::RPC, DcsStatus::TECm, DcsStatus::TECp, DcsStatus::TIBTID, and DcsStatus::TOB.
Referenced by analyze().
|
private |
Definition at line 135 of file DQMDcsInfo.cc.
References dcs, edm::Event::getByToken(), gtCollection_, L1GlobalTriggerReadoutRecord::gtFdlWord(), edm::HandleBase::isValid(), L1GtFdlWord::physicsDeclared(), and edm::Handle< T >::product().
Referenced by analyze().
|
private |
Definition at line 54 of file DQMDcsInfo.h.
Referenced by bookHistograms(), DQMDcsInfo(), endLuminosityBlock(), makeDcsInfo(), and makeGtInfo().
|
private |
Definition at line 56 of file DQMDcsInfo.h.
Referenced by bookHistograms(), and endLuminosityBlock().
|
private |
Definition at line 50 of file DQMDcsInfo.h.
Referenced by bookHistograms(), and DQMDcsInfo().
|
private |
Definition at line 52 of file DQMDcsInfo.h.
Referenced by DQMDcsInfo(), and makeDcsInfo().
|
private |
Definition at line 51 of file DQMDcsInfo.h.
Referenced by DQMDcsInfo(), and makeGtInfo().
|
private |
Definition at line 48 of file DQMDcsInfo.h.
Referenced by Mixins._TypedParameterizable::clone(), Types.PSet::clone(), Mixins._TypedParameterizable::copy(), and DQMDcsInfo().
|
private |
Definition at line 49 of file DQMDcsInfo.h.
Referenced by bookHistograms(), and DQMDcsInfo().