#include <DQMOfflineHLTEventInfoClient.h>
Public Member Functions | |
DQMOfflineHLTEventInfoClient (const edm::ParameterSet &ps) | |
Constructor. More... | |
virtual | ~DQMOfflineHLTEventInfoClient () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Fake Analyze. More... | |
void | beginJob () |
BeginJob. More... | |
void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) |
void | beginRun (const edm::Run &r, const edm::EventSetup &c) |
BeginRun. More... | |
void | endJob () |
Endjob. More... | |
void | endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) |
DQM Client Diagnostic. More... | |
void | endRun (const edm::Run &r, const edm::EventSetup &c) |
EndRun. More... | |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Private Member Functions | |
void | initialize () |
Private Attributes | |
MonitorElement * | CertificationSummary_ |
std::vector< MonitorElement * > | CertificationSummaryContent_ |
MonitorElement * | CertificationSummaryMap_ |
int | counterEvt_ |
counter More... | |
int | counterLS_ |
DQMStore * | dbe_ |
edm::ParameterSet | parameters_ |
int | prescaleEvt_ |
units of lumi sections More... | |
int | prescaleLS_ |
counter More... | |
MonitorElement * | reportSummary_ |
prescale on number of events More... | |
std::vector< MonitorElement * > | reportSummaryContent_ |
MonitorElement * | reportSummaryMap_ |
bool | verbose_ |
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 &) |
Definition at line 21 of file DQMOfflineHLTEventInfoClient.h.
DQMOfflineHLTEventInfoClient::DQMOfflineHLTEventInfoClient | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 88 of file DQMOfflineHLTEventInfoClient.cc.
|
virtual |
Destructor.
Definition at line 94 of file DQMOfflineHLTEventInfoClient.cc.
References gather_cfg::cout.
|
protectedvirtual |
Fake Analyze.
Implements edm::EDAnalyzer.
Definition at line 210 of file DQMOfflineHLTEventInfoClient.cc.
References gather_cfg::cout.
|
protectedvirtual |
BeginJob.
Reimplemented from edm::EDAnalyzer.
Definition at line 121 of file DQMOfflineHLTEventInfoClient.cc.
References DQMStore::book2D(), DQMStore::bookFloat(), gather_cfg::cout, dbe_, MonitorElement::Fill(), DQMStore::get(), cppFunctionSkipper::operator, DQMStore::removeElement(), MonitorElement::setAxisTitle(), and DQMStore::setCurrentFolder().
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 201 of file DQMOfflineHLTEventInfoClient.cc.
|
protectedvirtual |
BeginRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 197 of file DQMOfflineHLTEventInfoClient.cc.
|
protectedvirtual |
Endjob.
Reimplemented from edm::EDAnalyzer.
Definition at line 286 of file DQMOfflineHLTEventInfoClient.cc.
|
protectedvirtual |
DQM Client Diagnostic.
Reimplemented from edm::EDAnalyzer.
Definition at line 205 of file DQMOfflineHLTEventInfoClient.cc.
|
protectedvirtual |
EndRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 222 of file DQMOfflineHLTEventInfoClient.cc.
References dbe_, MonitorElement::Fill(), DQMStore::get(), MonitorElement::getFloatValue(), m, and DQMStore::setCurrentFolder().
|
private |
Definition at line 99 of file DQMOfflineHLTEventInfoClient.cc.
References gather_cfg::cout, dbe_, and cppFunctionSkipper::operator.
|
private |
Definition at line 72 of file DQMOfflineHLTEventInfoClient.h.
|
private |
Definition at line 73 of file DQMOfflineHLTEventInfoClient.h.
|
private |
Definition at line 74 of file DQMOfflineHLTEventInfoClient.h.
|
private |
counter
Definition at line 63 of file DQMOfflineHLTEventInfoClient.h.
|
private |
Definition at line 62 of file DQMOfflineHLTEventInfoClient.h.
|
private |
Definition at line 60 of file DQMOfflineHLTEventInfoClient.h.
|
private |
Definition at line 58 of file DQMOfflineHLTEventInfoClient.h.
Referenced by Mixins._TypedParameterizable::clone(), Types.PSet::clone(), and Mixins._TypedParameterizable::copy().
|
private |
units of lumi sections
Definition at line 65 of file DQMOfflineHLTEventInfoClient.h.
|
private |
counter
Definition at line 64 of file DQMOfflineHLTEventInfoClient.h.
|
private |
prescale on number of events
Definition at line 68 of file DQMOfflineHLTEventInfoClient.h.
|
private |
Definition at line 69 of file DQMOfflineHLTEventInfoClient.h.
|
private |
Definition at line 70 of file DQMOfflineHLTEventInfoClient.h.
|
private |
Definition at line 61 of file DQMOfflineHLTEventInfoClient.h.