#include <L1TEventInfoClient.h>
Protected Member Functions | |
void | dqmEndJob (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter) override |
end job More... | |
void | dqmEndLuminosityBlock (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter, const edm::LuminosityBlock &, const edm::EventSetup &) |
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 | book (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter) |
book histograms More... | |
void | dumpContentMonitorElements (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter) |
dump the content of the monitoring elements defined in this module More... | |
void | initialize () |
private methods More... | |
void | readQtResults (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter) |
read quality test results More... | |
Private Attributes | |
std::vector< std::string > | m_disableL1Objects |
std::vector< std::string > | m_disableL1Systems |
std::vector< edm::ParameterSet > | m_l1Objects |
std::vector< edm::ParameterSet > | m_l1Systems |
MonitorElement * | m_meReportSummary |
a summary report More... | |
std::vector< MonitorElement * > | m_meReportSummaryContent |
monitor elements to report content for all quality tests More... | |
MonitorElement * | m_meReportSummaryMap |
report summary map More... | |
std::string | m_monitorDir |
size_t | m_nrL1Objects |
number of L1 trigger objects More... | |
size_t | m_nrL1Systems |
number of L1 trigger systems More... | |
std::vector< int > | m_objectDisable |
std::vector< std::string > | m_objectFolder |
std::vector< std::string > | m_objectLabel |
std::vector< std::vector < unsigned int > > | m_objectQtSummaryEnabled |
std::vector< std::vector < std::string > > | m_objectQualityTestHist |
std::vector< std::vector < std::string > > | m_objectQualityTestName |
Float_t | m_reportSummary |
summary report More... | |
bool | m_runInEndJob |
bool | m_runInEndLumi |
bool | m_runInEndRun |
bool | m_runInEventLoop |
std::vector< int > | m_summaryContent |
Float_t | m_summarySum |
std::vector< int > | m_systemDisable |
std::vector< std::string > | m_systemLabel |
std::vector< std::string > | m_systemLabelExt |
std::vector< std::vector < unsigned int > > | m_systemQtSummaryEnabled |
std::vector< std::vector < std::string > > | m_systemQualityTestHist |
std::vector< std::vector < std::string > > | m_systemQualityTestName |
size_t | m_totalNrQtSummaryEnabled |
bool | m_verbose |
input parameters More... | |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Description: fill L1 report summary for trigger L1T and emulator L1TEMU DQM.
Implementation: <TODO: enter implementation details>
Re-designed and fully rewritten class. Original version and authors: see CVS history
Description: see header file.
Definition at line 41 of file L1TEventInfoClient.h.
L1TEventInfoClient::L1TEventInfoClient | ( | const edm::ParameterSet & | parSet | ) |
Constructor.
Definition at line 44 of file L1TEventInfoClient.cc.
References initialize().
|
virtual |
|
private |
book histograms
Definition at line 354 of file L1TEventInfoClient.cc.
References DQMStore::IBooker::book2D(), DQMStore::IBooker::bookFloat(), dqm::qstatus::DISABLED, MonitorElement::Fill(), DQMStore::IGetter::get(), MonitorElement::getName(), m_meReportSummary, m_meReportSummaryContent, m_meReportSummaryMap, m_monitorDir, m_nrL1Objects, m_nrL1Systems, m_objectLabel, m_objectQualityTestName, m_summaryContent, m_systemLabel, m_systemQualityTestName, bookConverter::max, DQMStore::IGetter::removeElement(), MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), MonitorElement::setTitle(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by dqmEndJob(), and dqmEndLuminosityBlock().
|
overrideprotectedvirtual |
end job
Implements DQMEDHarvester.
Definition at line 255 of file L1TEventInfoClient.cc.
References book(), gather_cfg::cout, dumpContentMonitorElements(), m_verbose, and readQtResults().
|
protectedvirtual |
Reimplemented from DQMEDHarvester.
Definition at line 236 of file L1TEventInfoClient.cc.
References book(), gather_cfg::cout, dumpContentMonitorElements(), m_runInEndLumi, m_verbose, and readQtResults().
|
private |
dump the content of the monitoring elements defined in this module
Definition at line 268 of file L1TEventInfoClient.cc.
References gather_cfg::cout, DQMStore::IGetter::get(), MonitorElement::getName(), MonitorElement::getTH2F(), estimatePileup::hist, m_meReportSummaryContent, m_meReportSummaryMap, m_monitorDir, m_nrL1Objects, m_nrL1Systems, m_objectDisable, m_objectLabel, m_summaryContent, m_systemDisable, m_systemLabel, and m_systemLabelExt.
Referenced by dqmEndJob(), and dqmEndLuminosityBlock().
|
private |
private methods
initialize properly all elements
Definition at line 69 of file L1TEventInfoClient.cc.
References gather_cfg::cout, m_disableL1Objects, m_disableL1Systems, m_l1Objects, m_l1Systems, m_meReportSummaryContent, m_monitorDir, m_nrL1Objects, m_nrL1Systems, m_objectDisable, m_objectLabel, m_objectQtSummaryEnabled, m_objectQualityTestHist, m_objectQualityTestName, m_summaryContent, m_systemDisable, m_systemLabel, m_systemLabelExt, m_systemQtSummaryEnabled, m_systemQualityTestHist, m_systemQualityTestName, m_totalNrQtSummaryEnabled, m_verbose, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by L1TEventInfoClient().
|
private |
read quality test results
Definition at line 467 of file L1TEventInfoClient.cc.
References gather_cfg::cout, dqm::qstatus::DISABLED, MonitorElement::Fill(), DQMStore::IGetter::get(), QReport::getMessage(), MonitorElement::getName(), MonitorElement::getQReport(), MonitorElement::getQReports(), QReport::getQTresult(), QReport::getStatus(), dqm::qstatus::INVALID, m_meReportSummary, m_meReportSummaryContent, m_meReportSummaryMap, m_nrL1Objects, m_nrL1Systems, m_objectQtSummaryEnabled, m_objectQualityTestHist, m_objectQualityTestName, m_reportSummary, m_summaryContent, m_summarySum, m_systemQtSummaryEnabled, m_systemQualityTestHist, m_systemQualityTestName, m_totalNrQtSummaryEnabled, m_verbose, MonitorElement::setBinContent(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by dqmEndJob(), and dqmEndLuminosityBlock().
|
private |
Definition at line 75 of file L1TEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 74 of file L1TEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 73 of file L1TEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 72 of file L1TEventInfoClient.h.
Referenced by initialize().
|
private |
a summary report
Definition at line 124 of file L1TEventInfoClient.h.
Referenced by book(), and readQtResults().
|
private |
monitor elements to report content for all quality tests
Definition at line 127 of file L1TEventInfoClient.h.
Referenced by book(), dumpContentMonitorElements(), initialize(), and readQtResults().
|
private |
report summary map
Definition at line 130 of file L1TEventInfoClient.h.
Referenced by book(), dumpContentMonitorElements(), and readQtResults().
|
private |
Definition at line 65 of file L1TEventInfoClient.h.
Referenced by book(), dumpContentMonitorElements(), and initialize().
|
private |
number of L1 trigger objects
Definition at line 95 of file L1TEventInfoClient.h.
Referenced by book(), dumpContentMonitorElements(), initialize(), and readQtResults().
|
private |
number of L1 trigger systems
Definition at line 92 of file L1TEventInfoClient.h.
Referenced by book(), dumpContentMonitorElements(), initialize(), and readQtResults().
|
private |
Definition at line 109 of file L1TEventInfoClient.h.
Referenced by dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 111 of file L1TEventInfoClient.h.
|
private |
Definition at line 110 of file L1TEventInfoClient.h.
Referenced by book(), dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 115 of file L1TEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 114 of file L1TEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 113 of file L1TEventInfoClient.h.
Referenced by book(), initialize(), and readQtResults().
|
private |
|
private |
Definition at line 70 of file L1TEventInfoClient.h.
|
private |
Definition at line 68 of file L1TEventInfoClient.h.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 69 of file L1TEventInfoClient.h.
|
private |
Definition at line 67 of file L1TEventInfoClient.h.
|
private |
Definition at line 121 of file L1TEventInfoClient.h.
Referenced by book(), dumpContentMonitorElements(), initialize(), and readQtResults().
|
private |
Definition at line 120 of file L1TEventInfoClient.h.
Referenced by readQtResults().
|
private |
Definition at line 103 of file L1TEventInfoClient.h.
Referenced by dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 101 of file L1TEventInfoClient.h.
Referenced by book(), dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 102 of file L1TEventInfoClient.h.
Referenced by dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 107 of file L1TEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 106 of file L1TEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 105 of file L1TEventInfoClient.h.
Referenced by book(), initialize(), and readQtResults().
|
private |
total number of quality tests enabled for summary report for L1 trigger systems and L1 trigger objects
Definition at line 99 of file L1TEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
input parameters
Definition at line 64 of file L1TEventInfoClient.h.
Referenced by dqmEndJob(), dqmEndLuminosityBlock(), initialize(), and readQtResults().