#include <MonitorLTC.h>
Public Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
MonitorLTC (const edm::ParameterSet &) | |
~MonitorLTC () override | |
Public Member Functions inherited from one::DQMEDAnalyzer< T > | |
DQMEDAnalyzer ()=default | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete | |
~DQMEDAnalyzer () override=default | |
Private Attributes | |
edm::ParameterSet | conf_ |
std::string | HLTDirectory |
edm::EDGetTokenT< LTCDigiCollection > | ltcDigiCollectionTagToken_ |
MonitorElement * | LTCTriggerDecision_all |
Definition at line 26 of file MonitorLTC.h.
|
explicit |
Definition at line 17 of file MonitorLTC.cc.
References conf_, edm::ParameterSet::getParameter(), HLTDirectory, and ltcDigiCollectionTagToken_.
|
inlineoverride |
|
override |
Definition at line 50 of file MonitorLTC.cc.
References MonitorElement::Fill(), edm::Event::getByToken(), ltcDigiCollectionTagToken_, and LTCTriggerDecision_all.
Referenced by ~MonitorLTC().
|
override |
Definition at line 29 of file MonitorLTC.cc.
References DQMStore::IBooker::book1D(), conf_, edm::ParameterSet::getParameter(), HLTDirectory, LTCTriggerDecision_all, MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by ~MonitorLTC().
|
private |
Definition at line 35 of file MonitorLTC.h.
Referenced by bookHistograms(), and MonitorLTC().
|
private |
Definition at line 39 of file MonitorLTC.h.
Referenced by bookHistograms(), and MonitorLTC().
|
private |
Definition at line 41 of file MonitorLTC.h.
Referenced by analyze(), and MonitorLTC().
|
private |
Definition at line 37 of file MonitorLTC.h.
Referenced by analyze(), and bookHistograms().