#include <DQMExample_Step2.h>
Protected Member Functions | |
void | analyze (edm::Event const &e, edm::EventSetup const &eSetup) |
void | beginJob () |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup) |
void | beginRun (edm::Run const &run, edm::EventSetup const &eSetup) |
void | endJob () |
void | endLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &eSetup) |
void | endRun (edm::Run const &run, edm::EventSetup const &eSetup) |
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 | |
DQMStore * | dbe_ |
std::string | denMonitorName_ |
MonitorElement * | h_ptRatio |
std::string | numMonitorName_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
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 14 of file DQMExample_Step2.h.
DQMExample_Step2::DQMExample_Step2 | ( | const edm::ParameterSet & | ps | ) |
Definition at line 15 of file DQMExample_Step2.cc.
References dbe_, denMonitorName_, edm::ParameterSet::getParameter(), numMonitorName_, cppFunctionSkipper::operator, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Definition at line 31 of file DQMExample_Step2.cc.
|
protectedvirtual |
Implements edm::EDAnalyzer.
Definition at line 65 of file DQMExample_Step2.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 39 of file DQMExample_Step2.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 55 of file DQMExample_Step2.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 46 of file DQMExample_Step2.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 118 of file DQMExample_Step2.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 75 of file DQMExample_Step2.cc.
|
protectedvirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 84 of file DQMExample_Step2.cc.
References DQMStore::book1D(), dbe_, denMonitorName_, cuy::denominator, DQMStore::get(), MonitorElement::getBinContent(), MonitorElement::getNbinsX(), h_ptRatio, cuy::numerator, numMonitorName_, MonitorElement::setAxisTitle(), MonitorElement::setBinContent(), and DQMStore::setCurrentFolder().
|
private |
Definition at line 34 of file DQMExample_Step2.h.
Referenced by DQMExample_Step2(), and endRun().
|
private |
Definition at line 38 of file DQMExample_Step2.h.
Referenced by DQMExample_Step2(), and endRun().
|
private |
Definition at line 41 of file DQMExample_Step2.h.
Referenced by endRun().
|
private |
Definition at line 37 of file DQMExample_Step2.h.
Referenced by DQMExample_Step2(), and endRun().