#include <DQMExample_Step2.h>
Protected Member Functions | |
void | beginJob () |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
void | dqmEndLuminosityBlock (DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Private Attributes | |
std::string | denMonitorName_ |
MonitorElement * | h_ptRatio |
std::string | numMonitorName_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Definition at line 14 of file DQMExample_Step2.h.
DQMExample_Step2::DQMExample_Step2 | ( | const edm::ParameterSet & | ps | ) |
Definition at line 15 of file DQMExample_Step2.cc.
References denMonitorName_, edm::ParameterSet::getParameter(), numMonitorName_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Definition at line 28 of file DQMExample_Step2.cc.
|
protectedvirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 36 of file DQMExample_Step2.cc.
|
overrideprotectedvirtual |
Implements DQMEDHarvester.
Definition at line 43 of file DQMExample_Step2.cc.
References DQMStore::IBooker::book1D(), denMonitorName_, cuy::denominator, DQMStore::IGetter::get(), MonitorElement::getBinContent(), MonitorElement::getNbinsX(), h_ptRatio, cuy::numerator, numMonitorName_, MonitorElement::setAxisTitle(), MonitorElement::setBinContent(), and DQMStore::IBooker::setCurrentFolder().
|
protectedvirtual |
Reimplemented from DQMEDHarvester.
Definition at line 75 of file DQMExample_Step2.cc.
|
private |
Definition at line 33 of file DQMExample_Step2.h.
Referenced by dqmEndJob(), and DQMExample_Step2().
|
private |
Definition at line 36 of file DQMExample_Step2.h.
Referenced by dqmEndJob().
|
private |
Definition at line 32 of file DQMExample_Step2.h.
Referenced by dqmEndJob(), and DQMExample_Step2().