#include <L1TEMUEventInfoClient.h>
Public Member Functions | |
L1TEMUEventInfoClient (const edm::ParameterSet &) | |
Constructor. More... | |
virtual | ~L1TEMUEventInfoClient () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
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< edm::ParameterSet > | m_l1Objects |
std::vector< edm::ParameterSet > | m_l1Systems |
std::vector< std::string > | m_maskL1Objects |
std::vector< std::string > | m_maskL1Systems |
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< std::string > | m_objectFolder |
std::vector< std::string > | m_objectLabel |
std::vector< int > | m_objectMask |
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< std::string > | m_systemFolder |
std::vector< std::string > | m_systemLabel |
std::vector< std::string > | m_systemLabelExt |
std::vector< int > | m_systemMask |
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 |
typedef WorkerT< EDAnalyzer > | WorkerType |
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::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Description: fill L1 report summary for emulator 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 42 of file L1TEMUEventInfoClient.h.
L1TEMUEventInfoClient::L1TEMUEventInfoClient | ( | const edm::ParameterSet & | parSet | ) |
Constructor.
Definition at line 46 of file L1TEMUEventInfoClient.cc.
References initialize().
|
virtual |
|
privatevirtual |
analyze
Implements edm::EDAnalyzer.
Definition at line 315 of file L1TEMUEventInfoClient.cc.
References m_runInEventLoop, and readQtResults().
|
privatevirtual |
begin job
Reimplemented from edm::EDAnalyzer.
Definition at line 292 of file L1TEMUEventInfoClient.cc.
References m_dbe, and cppFunctionSkipper::operator.
|
privatevirtual |
begin luminosity block
Reimplemented from edm::EDAnalyzer.
Definition at line 309 of file L1TEMUEventInfoClient.cc.
|
privatevirtual |
begin run
Reimplemented from edm::EDAnalyzer.
Definition at line 301 of file L1TEMUEventInfoClient.cc.
References bookHistograms().
|
private |
book histograms
Definition at line 465 of file L1TEMUEventInfoClient.cc.
References DQMStore::book2D(), DQMStore::bookFloat(), dqm::qstatus::DISABLED, MonitorElement::Fill(), DQMStore::get(), MonitorElement::getName(), m_dbe, m_meReportSummary, m_meReportSummaryContent, m_meReportSummaryMap, m_nrL1Objects, m_nrL1Systems, m_objectLabel, m_objectQualityTestName, m_summaryContent, m_systemLabel, m_systemQualityTestName, max(), DQMStore::removeElement(), MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), and DQMStore::setCurrentFolder().
Referenced by beginRun().
|
private |
dump the content of the monitoring elements defined in this module
Definition at line 379 of file L1TEMUEventInfoClient.cc.
References gather_cfg::cout, DQMStore::get(), MonitorElement::getName(), MonitorElement::getTH2F(), estimatePileup::hist, m_dbe, m_meReportSummaryContent, m_meReportSummaryMap, m_nrL1Objects, m_nrL1Systems, m_objectLabel, m_objectMask, m_summaryContent, m_systemLabel, m_systemLabelExt, and m_systemMask.
Referenced by endJob(), endLuminosityBlock(), and endRun().
|
privatevirtual |
end job
Reimplemented from edm::EDAnalyzer.
Definition at line 364 of file L1TEMUEventInfoClient.cc.
References gather_cfg::cout, dumpContentMonitorElements(), m_runInEndJob, m_verbose, and readQtResults().
|
privatevirtual |
end luminosity block
Reimplemented from edm::EDAnalyzer.
Definition at line 329 of file L1TEMUEventInfoClient.cc.
References gather_cfg::cout, dumpContentMonitorElements(), m_runInEndLumi, m_verbose, and readQtResults().
|
privatevirtual |
end run
Reimplemented from edm::EDAnalyzer.
Definition at line 347 of file L1TEMUEventInfoClient.cc.
References gather_cfg::cout, dumpContentMonitorElements(), m_runInEndRun, m_verbose, and readQtResults().
|
private |
private methods
initialize properly all elements
Definition at line 71 of file L1TEMUEventInfoClient.cc.
References gather_cfg::cout, edm::hlt::Exception, estimatePileup::hist, m_dbe, m_l1Objects, m_l1Systems, m_maskL1Objects, m_maskL1Systems, m_meReportSummaryContent, m_monitorDir, m_nrL1Objects, m_nrL1Systems, m_objectFolder, m_objectLabel, m_objectMask, m_objectQtSummaryEnabled, m_objectQualityTestHist, m_objectQualityTestName, m_summaryContent, m_systemFolder, m_systemLabel, m_systemLabelExt, m_systemMask, m_systemQtSummaryEnabled, m_systemQualityTestHist, m_systemQualityTestName, m_totalNrQtSummaryEnabled, m_verbose, and cppFunctionSkipper::operator.
Referenced by L1TEMUEventInfoClient().
|
private |
read quality test results
Definition at line 575 of file L1TEMUEventInfoClient.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, and MonitorElement::setBinContent().
Referenced by analyze(), endJob(), endLuminosityBlock(), and endRun().
|
private |
Definition at line 153 of file L1TEMUEventInfoClient.h.
Referenced by beginJob(), bookHistograms(), dumpContentMonitorElements(), initialize(), and readQtResults().
|
private |
Definition at line 90 of file L1TEMUEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 89 of file L1TEMUEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 92 of file L1TEMUEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 91 of file L1TEMUEventInfoClient.h.
Referenced by initialize().
|
private |
a summary report
Definition at line 143 of file L1TEMUEventInfoClient.h.
Referenced by bookHistograms(), and readQtResults().
|
private |
monitor elements to report content for all quality tests
Definition at line 146 of file L1TEMUEventInfoClient.h.
Referenced by bookHistograms(), dumpContentMonitorElements(), initialize(), and readQtResults().
|
private |
report summary map
Definition at line 149 of file L1TEMUEventInfoClient.h.
Referenced by bookHistograms(), dumpContentMonitorElements(), and readQtResults().
|
private |
Definition at line 82 of file L1TEMUEventInfoClient.h.
Referenced by initialize().
|
private |
number of L1 trigger objects
Definition at line 112 of file L1TEMUEventInfoClient.h.
Referenced by bookHistograms(), dumpContentMonitorElements(), initialize(), and readQtResults().
|
private |
number of L1 trigger systems
Definition at line 109 of file L1TEMUEventInfoClient.h.
Referenced by bookHistograms(), dumpContentMonitorElements(), initialize(), and readQtResults().
|
private |
Definition at line 129 of file L1TEMUEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 128 of file L1TEMUEventInfoClient.h.
Referenced by bookHistograms(), dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 127 of file L1TEMUEventInfoClient.h.
Referenced by dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 133 of file L1TEMUEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 132 of file L1TEMUEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 131 of file L1TEMUEventInfoClient.h.
Referenced by bookHistograms(), initialize(), and readQtResults().
|
private |
summary report
Definition at line 137 of file L1TEMUEventInfoClient.h.
Referenced by readQtResults().
|
private |
Definition at line 87 of file L1TEMUEventInfoClient.h.
Referenced by endJob().
|
private |
Definition at line 85 of file L1TEMUEventInfoClient.h.
Referenced by endLuminosityBlock().
|
private |
Definition at line 86 of file L1TEMUEventInfoClient.h.
Referenced by endRun().
|
private |
Definition at line 84 of file L1TEMUEventInfoClient.h.
Referenced by analyze().
|
private |
Definition at line 139 of file L1TEMUEventInfoClient.h.
Referenced by bookHistograms(), dumpContentMonitorElements(), initialize(), and readQtResults().
|
private |
Definition at line 138 of file L1TEMUEventInfoClient.h.
Referenced by readQtResults().
|
private |
Definition at line 121 of file L1TEMUEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 118 of file L1TEMUEventInfoClient.h.
Referenced by bookHistograms(), dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 119 of file L1TEMUEventInfoClient.h.
Referenced by dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 120 of file L1TEMUEventInfoClient.h.
Referenced by dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 125 of file L1TEMUEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 124 of file L1TEMUEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 123 of file L1TEMUEventInfoClient.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 116 of file L1TEMUEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
input parameters
Definition at line 81 of file L1TEMUEventInfoClient.h.
Referenced by endJob(), endLuminosityBlock(), endRun(), initialize(), and readQtResults().