#include <L1TEventInfoClient.h>
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) |
analyze More... | |
void | beginJob () |
begin job More... | |
void | beginLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) |
begin luminosity block More... | |
void | beginRun (const edm::Run &, const edm::EventSetup &) |
begin run More... | |
void | bookHistograms () |
book histograms More... | |
void | dumpContentMonitorElements () |
dump the content of the monitoring elements defined in this module More... | |
void | endJob () |
end job More... | |
void | endLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) |
end luminosity block More... | |
void | endRun (const edm::Run &, const edm::EventSetup &) |
end run More... | |
void | initialize () |
private methods More... | |
void | readQtResults () |
read quality test results More... | |
Private Attributes | |
DQMStore * | m_dbe |
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::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
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) |
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 40 of file L1TEventInfoClient.h.
L1TEventInfoClient::L1TEventInfoClient | ( | const edm::ParameterSet & | parSet | ) |
Constructor.
Definition at line 44 of file L1TEventInfoClient.cc.
References initialize().
|
virtual |
|
privatevirtual |
analyze
Implements edm::EDAnalyzer.
Definition at line 263 of file L1TEventInfoClient.cc.
References m_runInEventLoop, and readQtResults().
|
privatevirtual |
begin job
Reimplemented from edm::EDAnalyzer.
Definition at line 240 of file L1TEventInfoClient.cc.
References m_dbe, and cppFunctionSkipper::operator.
|
privatevirtual |
begin luminosity block
Reimplemented from edm::EDAnalyzer.
Definition at line 257 of file L1TEventInfoClient.cc.
|
privatevirtual |
begin run
Reimplemented from edm::EDAnalyzer.
Definition at line 249 of file L1TEventInfoClient.cc.
References bookHistograms().
|
private |
book histograms
Definition at line 413 of file L1TEventInfoClient.cc.
References DQMStore::book2D(), DQMStore::bookFloat(), dqm::qstatus::DISABLED, MonitorElement::Fill(), DQMStore::get(), MonitorElement::getName(), m_dbe, 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::removeElement(), MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::setCurrentFolder(), MonitorElement::setTitle(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by beginRun().
|
private |
dump the content of the monitoring elements defined in this module
Definition at line 327 of file L1TEventInfoClient.cc.
References gather_cfg::cout, DQMStore::get(), MonitorElement::getName(), MonitorElement::getTH2F(), estimatePileup::hist, m_dbe, 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 endJob(), endLuminosityBlock(), and endRun().
|
privatevirtual |
end job
Reimplemented from edm::EDAnalyzer.
Definition at line 312 of file L1TEventInfoClient.cc.
References gather_cfg::cout, dumpContentMonitorElements(), m_runInEndJob, m_verbose, and readQtResults().
|
privatevirtual |
end luminosity block
Reimplemented from edm::EDAnalyzer.
Definition at line 277 of file L1TEventInfoClient.cc.
References gather_cfg::cout, dumpContentMonitorElements(), m_runInEndLumi, m_verbose, and readQtResults().
|
privatevirtual |
end run
Reimplemented from edm::EDAnalyzer.
Definition at line 295 of file L1TEventInfoClient.cc.
References gather_cfg::cout, dumpContentMonitorElements(), m_runInEndRun, m_verbose, and readQtResults().
|
private |
private methods
initialize properly all elements
Definition at line 69 of file L1TEventInfoClient.cc.
References gather_cfg::cout, m_dbe, 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, cppFunctionSkipper::operator, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by L1TEventInfoClient().
|
private |
read quality test results
Definition at line 527 of file L1TEventInfoClient.cc.
References gather_cfg::cout, dqm::qstatus::DISABLED, MonitorElement::Fill(), DQMStore::get(), QReport::getMessage(), MonitorElement::getName(), MonitorElement::getQReport(), MonitorElement::getQReports(), QReport::getQTresult(), QReport::getStatus(), dqm::qstatus::INVALID, m_dbe, 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 analyze(), endJob(), endLuminosityBlock(), and endRun().
|
private |
Definition at line 150 of file L1TEventInfoClient.h.
Referenced by beginJob(), bookHistograms(), dumpContentMonitorElements(), initialize(), and readQtResults().
|
private |
Definition at line 90 of file L1TEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 89 of file L1TEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 88 of file L1TEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 87 of file L1TEventInfoClient.h.
Referenced by initialize().
|
private |
a summary report
Definition at line 140 of file L1TEventInfoClient.h.
Referenced by bookHistograms(), and readQtResults().
|
private |
monitor elements to report content for all quality tests
Definition at line 143 of file L1TEventInfoClient.h.
Referenced by bookHistograms(), dumpContentMonitorElements(), initialize(), and readQtResults().
|
private |
report summary map
Definition at line 146 of file L1TEventInfoClient.h.
Referenced by bookHistograms(), dumpContentMonitorElements(), and readQtResults().
|
private |
Definition at line 80 of file L1TEventInfoClient.h.
Referenced by bookHistograms(), dumpContentMonitorElements(), and initialize().
|
private |
number of L1 trigger objects
Definition at line 110 of file L1TEventInfoClient.h.
Referenced by bookHistograms(), dumpContentMonitorElements(), initialize(), and readQtResults().
|
private |
number of L1 trigger systems
Definition at line 107 of file L1TEventInfoClient.h.
Referenced by bookHistograms(), dumpContentMonitorElements(), initialize(), and readQtResults().
|
private |
Definition at line 124 of file L1TEventInfoClient.h.
Referenced by dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 126 of file L1TEventInfoClient.h.
|
private |
Definition at line 125 of file L1TEventInfoClient.h.
Referenced by bookHistograms(), dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 130 of file L1TEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 129 of file L1TEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 128 of file L1TEventInfoClient.h.
Referenced by bookHistograms(), initialize(), and readQtResults().
|
private |
|
private |
Definition at line 85 of file L1TEventInfoClient.h.
Referenced by endJob().
|
private |
Definition at line 83 of file L1TEventInfoClient.h.
Referenced by endLuminosityBlock().
|
private |
Definition at line 84 of file L1TEventInfoClient.h.
Referenced by endRun().
|
private |
Definition at line 82 of file L1TEventInfoClient.h.
Referenced by analyze().
|
private |
Definition at line 136 of file L1TEventInfoClient.h.
Referenced by bookHistograms(), dumpContentMonitorElements(), initialize(), and readQtResults().
|
private |
Definition at line 135 of file L1TEventInfoClient.h.
Referenced by readQtResults().
|
private |
Definition at line 118 of file L1TEventInfoClient.h.
Referenced by dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 116 of file L1TEventInfoClient.h.
Referenced by bookHistograms(), dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 117 of file L1TEventInfoClient.h.
Referenced by dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 122 of file L1TEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 121 of file L1TEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 120 of file L1TEventInfoClient.h.
Referenced by bookHistograms(), initialize(), and readQtResults().
|
private |
total number of quality tests enabled for summary report for L1 trigger systems and L1 trigger objects
Definition at line 114 of file L1TEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
input parameters
Definition at line 79 of file L1TEventInfoClient.h.
Referenced by endJob(), endLuminosityBlock(), endRun(), initialize(), and readQtResults().