Protected Member Functions | |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
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 Member Functions | |
void | calculateEfficiency (const ParameterSet &pset, DQMStore::IBooker &, DQMStore::IGetter &) |
void | calculateEfficiency1D (TH1 *num, TH1 *den, string name, DQMStore::IBooker &, DQMStore::IGetter &) |
void | calculateEfficiency2D (TH2F *num, TH2F *den, string name, DQMStore::IBooker &, DQMStore::IGetter &) |
Private Attributes | |
const VParameterSet | efficiencies |
string | myDQMrootFolder |
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 23 of file HeavyFlavorHarvesting.cc.
HeavyFlavorHarvesting::HeavyFlavorHarvesting | ( | const edm::ParameterSet & | pset | ) |
Definition at line 40 of file HeavyFlavorHarvesting.cc.
|
virtual |
Definition at line 173 of file HeavyFlavorHarvesting.cc.
|
private |
Definition at line 52 of file HeavyFlavorHarvesting.cc.
References calculateEfficiency1D(), calculateEfficiency2D(), DQMStore::IGetter::get(), MonitorElement::getTH1(), edm::ParameterSet::getUntrackedParameter(), LogDebug, myDQMrootFolder, pileupDistInMC::num, and DQMStore::IBooker::setCurrentFolder().
Referenced by dqmEndJob().
|
private |
Definition at line 104 of file HeavyFlavorHarvesting.cc.
References DQMStore::IBooker::bookProfile(), alignCSCRings::e, i, and mathSSE::sqrt().
Referenced by calculateEfficiency().
|
private |
Definition at line 138 of file HeavyFlavorHarvesting.cc.
References DQMStore::IBooker::bookProfile2D(), alignCSCRings::e, i, and mathSSE::sqrt().
Referenced by calculateEfficiency().
|
overrideprotectedvirtual |
Implements DQMEDHarvester.
Definition at line 46 of file HeavyFlavorHarvesting.cc.
References calculateEfficiency(), and efficiencies.
|
private |
Definition at line 35 of file HeavyFlavorHarvesting.cc.
Referenced by dqmEndJob().
|
private |
Definition at line 34 of file HeavyFlavorHarvesting.cc.
Referenced by calculateEfficiency().