#include <ESSummaryClient.h>
Public Member Functions | |
void | endJobAnalyze (DQMStore::IGetter &) override |
void | endLumiAnalyze (DQMStore::IGetter &) override |
Analyze. More... | |
ESSummaryClient (const edm::ParameterSet &ps) | |
Constructor. More... | |
~ESSummaryClient () override | |
Destructor. More... | |
Public Member Functions inherited from ESClient | |
ESClient (edm::ParameterSet const &) | |
template<typename T > | |
T * | getHisto (MonitorElement *, bool=false, T *=0) const |
void | setup (DQMStore::IBooker &) |
virtual | ~ESClient () |
Private Member Functions | |
void | book (DQMStore::IBooker &) override |
void | fillReportSummary (DQMStore::IGetter &) |
Private Attributes | |
MonitorElement * | meReportSummary_ |
MonitorElement * | meReportSummaryContents_ [2][2] |
MonitorElement * | meReportSummaryMap_ |
Additional Inherited Members | |
Protected Attributes inherited from ESClient | |
bool | cloneME_ |
bool | debug_ |
bool | initialized_ |
std::string | prefixME_ |
bool | verbose_ |
Definition at line 6 of file ESSummaryClient.h.
ESSummaryClient::ESSummaryClient | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 10 of file ESSummaryClient.cc.
References meReportSummaryContents_.
|
override |
|
overrideprivatevirtual |
Reimplemented from ESClient.
Definition at line 23 of file ESSummaryClient.cc.
References DQMStore::IBooker::book2D(), DQMStore::IBooker::bookFloat(), gather_cfg::cout, ESClient::debug_, trackerHits::histo, mps_fire::i, meReportSummary_, meReportSummaryContents_, meReportSummaryMap_, ESClient::prefixME_, MonitorElement::setAxisTitle(), and DQMStore::IBooker::setCurrentFolder().
|
overridevirtual |
Reimplemented from ESClient.
Definition at line 179 of file ESSummaryClient.cc.
References fillReportSummary().
|
overridevirtual |
Analyze.
Reimplemented from ESClient.
Definition at line 156 of file ESSummaryClient.cc.
References MonitorElement::Fill(), HcalObjRepresent::Fill(), fillReportSummary(), DQMStore::IGetter::get(), mps_fire::i, meReportSummary_, meReportSummaryContents_, ESClient::prefixME_, and source.
|
private |
Definition at line 52 of file ESSummaryClient.cc.
References MonitorElement::Fill(), DQMStore::IGetter::get(), MonitorElement::getBinContent(), trackerHits::histo, mps_fire::i, meReportSummary_, meReportSummaryContents_, meReportSummaryMap_, AlCaHLTBitMon_ParallelJobs::p, ESClient::prefixME_, MonitorElement::setBinContent(), x, y, and z.
Referenced by endJobAnalyze(), and endLumiAnalyze().
|
private |
Definition at line 25 of file ESSummaryClient.h.
Referenced by book(), endLumiAnalyze(), and fillReportSummary().
|
private |
Definition at line 26 of file ESSummaryClient.h.
Referenced by book(), endLumiAnalyze(), ESSummaryClient(), and fillReportSummary().
|
private |
Definition at line 27 of file ESSummaryClient.h.
Referenced by book(), and fillReportSummary().