#include <ESClient.h>
Public Member Functions | |
virtual void | endJobAnalyze (DQMStore::IGetter &) |
virtual void | endLumiAnalyze (DQMStore::IGetter &) |
ESClient (edm::ParameterSet const &) | |
template<typename T > | |
T * | getHisto (MonitorElement *, bool=false, T *=0) const |
void | setup (DQMStore::IBooker &) |
virtual | ~ESClient () |
Protected Member Functions | |
virtual void | book (DQMStore::IBooker &) |
Protected Attributes | |
bool | cloneME_ |
bool | debug_ |
bool | initialized_ |
std::string | prefixME_ |
bool | verbose_ |
Definition at line 13 of file ESClient.h.
ESClient::ESClient | ( | edm::ParameterSet const & | _ps | ) |
Definition at line 5 of file ESClient.cc.
|
inlinevirtual |
Definition at line 16 of file ESClient.h.
|
inlineprotectedvirtual |
Reimplemented in ESIntegrityClient, ESPedestalClient, and ESSummaryClient.
Definition at line 27 of file ESClient.h.
Referenced by setup().
|
inlinevirtual |
Reimplemented in ESPedestalClient, and ESSummaryClient.
Definition at line 19 of file ESClient.h.
References GeneralSetup::setup().
|
inlinevirtual |
Reimplemented in ESIntegrityClient, and ESSummaryClient.
Definition at line 18 of file ESClient.h.
T * ESClient::getHisto | ( | MonitorElement * | _me, |
bool | _clone = false , |
||
T * | _current = 0 |
||
) | const |
Definition at line 37 of file ESClient.h.
References MonitorElement::getName(), MonitorElement::getRootObject(), and hgcalPlots::obj.
Referenced by ESIntegrityClient::endLumiAnalyze().
void ESClient::setup | ( | DQMStore::IBooker & | _ibooker | ) |
|
protected |
Definition at line 31 of file ESClient.h.
Referenced by ESIntegrityClient::endLumiAnalyze().
|
protected |
Definition at line 33 of file ESClient.h.
Referenced by ESSummaryClient::book(), and ESPedestalClient::endJobAnalyze().
|
protected |
Definition at line 29 of file ESClient.h.
Referenced by setup().
|
protected |
Definition at line 30 of file ESClient.h.
Referenced by ESSummaryClient::book(), ESIntegrityClient::book(), ESPedestalClient::book(), ESPedestalClient::endJobAnalyze(), ESSummaryClient::endLumiAnalyze(), ESIntegrityClient::endLumiAnalyze(), and ESSummaryClient::fillReportSummary().
|
protected |
Definition at line 32 of file ESClient.h.
Referenced by ESPedestalClient::endJobAnalyze().