#include <DTOfflineSummaryClients.h>
Public Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | beginRun (edm::Run const &run, edm::EventSetup const &eSetup) |
BeginRun. More... | |
DTOfflineSummaryClients (const edm::ParameterSet &ps) | |
Constructor. More... | |
void | endJob (void) |
EndJob. More... | |
void | endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c) |
EndLumi. More... | |
void | endRun (edm::Run const &run, edm::EventSetup const &eSetup) |
DQM Client Diagnostic. More... | |
virtual | ~DTOfflineSummaryClients () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Attributes | |
DQMStore * | dbe |
int | nevents |
MonitorElement * | summaryReport |
MonitorElement * | summaryReportMap |
std::vector< MonitorElement * > | theSummaryContents |
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 |
DQM Client for global summary
Definition at line 23 of file DTOfflineSummaryClients.h.
DTOfflineSummaryClients::DTOfflineSummaryClients | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 29 of file DTOfflineSummaryClients.cc.
References dbe, and cppFunctionSkipper::operator.
|
virtual |
Destructor.
Definition at line 38 of file DTOfflineSummaryClients.cc.
References nevents.
|
virtual |
Analyze.
Implements edm::EDAnalyzer.
Definition at line 81 of file DTOfflineSummaryClients.cc.
References nevents.
|
virtual |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 43 of file DTOfflineSummaryClients.cc.
References DQMStore::book2D(), DQMStore::bookFloat(), dbe, MonitorElement::Fill(), MonitorElement::setAxisTitle(), DQMStore::setCurrentFolder(), hcal_dqm_sourceclient-file_cfg::streams, summaryReport, summaryReportMap, and theSummaryContents.
|
virtual |
EndJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 74 of file DTOfflineSummaryClients.cc.
|
virtual |
EndLumi.
Reimplemented from edm::EDAnalyzer.
Definition at line 93 of file DTOfflineSummaryClients.cc.
|
virtual |
DQM Client Diagnostic.
Reimplemented from edm::EDAnalyzer.
Definition at line 101 of file DTOfflineSummaryClients.cc.
References dbe, MonitorElement::Fill(), DQMStore::get(), MonitorElement::getBinContent(), MonitorElement::getBinError(), MonitorElement::getFloatValue(), LogTrace, funct::pow(), MonitorElement::Reset(), relativeConstraints::station, summaryReport, summaryReportMap, and theSummaryContents.
|
private |
Definition at line 54 of file DTOfflineSummaryClients.h.
Referenced by beginRun(), DTOfflineSummaryClients(), and endRun().
|
private |
Definition at line 53 of file DTOfflineSummaryClients.h.
Referenced by analyze(), and ~DTOfflineSummaryClients().
|
private |
Definition at line 56 of file DTOfflineSummaryClients.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 57 of file DTOfflineSummaryClients.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 58 of file DTOfflineSummaryClients.h.
Referenced by beginRun(), and endRun().