Data Format. More...
#include <RPCDcsInfo.h>
Public Member Functions | |
RPCDcsInfo (const edm::ParameterSet &ps) | |
Constructor. More... | |
~RPCDcsInfo () override | |
Destructor. More... | |
Public Member Functions inherited from one::DQMEDAnalyzer< one::DQMLuminosityBlockElements > | |
DQMEDAnalyzer ()=default | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete | |
~DQMEDAnalyzer () override=default | |
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 | endLuminosityBlock (const edm::LuminosityBlock &l, const edm::EventSetup &c) override |
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 18 of file RPCDcsInfo.h.
RPCDcsInfo::RPCDcsInfo | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 7 of file RPCDcsInfo.cc.
References dcsinfofolder_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), scalersRawToDigiLabel_, AlCaHLTBitMon_QueryRunRegistry::string, and subsystemname_.
|
override |
|
overrideprotected |
|
overrideprotected |
Definition at line 18 of file RPCDcsInfo.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::cd(), dcs, DCSbyLS_, dcsinfofolder_, DQMStore::IBooker::setCurrentFolder(), MonitorElement::setLumiFlag(), and subsystemname_.
|
overrideprotected |
Definition at line 41 of file RPCDcsInfo.cc.
References dcs, DCSbyLS_, and MonitorElement::setBinContent().
|
private |
Definition at line 57 of file RPCDcsInfo.cc.
References dcs, edm::Event::getByToken(), edm::HandleBase::isValid(), mathSSE::return(), DcsStatus::RPC, and scalersRawToDigiLabel_.
Referenced by analyze().
|
private |
Definition at line 46 of file RPCDcsInfo.h.
Referenced by bookHistograms(), endLuminosityBlock(), and makeDcsInfo().
|
private |
Definition at line 48 of file RPCDcsInfo.h.
Referenced by bookHistograms(), and endLuminosityBlock().
|
private |
Definition at line 44 of file RPCDcsInfo.h.
Referenced by bookHistograms(), and RPCDcsInfo().
|
private |
Definition at line 42 of file RPCDcsInfo.h.
Referenced by Mixins._TypedParameterizable::clone(), Types.PSet::clone(), Types.EDAlias::clone(), and Mixins._TypedParameterizable::copy().
|
private |
Definition at line 49 of file RPCDcsInfo.h.
Referenced by makeDcsInfo(), and RPCDcsInfo().
|
private |
Definition at line 43 of file RPCDcsInfo.h.
Referenced by bookHistograms(), and RPCDcsInfo().