#include <PFClient.h>
Public Member Functions | |
PFClient (const edm::ParameterSet ¶meterSet) | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
void | analyze (edm::Event const &, edm::EventSetup const &) |
void | beginJob () |
void | createEfficiencyPlots (std::string &folder, std::string &name) |
void | createResolutionPlots (std::string &folder, std::string &name) |
void | doEfficiency () |
void | doSummaries () |
void | endJob () |
void | endRun (edm::Run const &run, edm::EventSetup const &eSetup) |
void | getHistogramParameters (MonitorElement *me_slice, double &avarage, double &rms, double &mean, double &sigma) |
Private Attributes | |
DQMStore * | dqmStore_ |
std::vector< std::string > | effHistogramNames_ |
bool | efficiencyFlag_ |
std::vector< std::string > | folderNames_ |
std::vector< std::string > | histogramNames_ |
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 | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () 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) |
Definition at line 12 of file PFClient.h.
PFClient::PFClient | ( | const edm::ParameterSet & | parameterSet | ) |
Definition at line 16 of file PFClient.cc.
References effHistogramNames_, efficiencyFlag_, folderNames_, edm::ParameterSet::getParameter(), and histogramNames_.
|
inlineprivatevirtual |
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 26 of file PFClient.cc.
References dqmStore_, and cppFunctionSkipper::operator.
|
private |
Definition at line 158 of file PFClient.cc.
References DQMStore::book1D(), MonitorElement::DQM_KIND_TH1F, dqmStore_, postValidation_cfi::efficiency, DQMStore::get(), MonitorElement::getAxisTitle(), MonitorElement::getBinContent(), MonitorElement::getNbinsX(), MonitorElement::getTH1F(), MonitorElement::kind(), MonitorElement::Reset(), MonitorElement::setBinContent(), DQMStore::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, SiStripMonitorClusterAlca_cfi::xmax, and SiStripMonitorClusterAlca_cfi::xmin.
Referenced by doEfficiency().
|
private |
Definition at line 77 of file PFClient.cc.
References PDRates::average, DQMStore::book1D(), MonitorElement::DQM_KIND_TH2D, MonitorElement::DQM_KIND_TH2F, MonitorElement::DQM_KIND_TH2S, dqmStore_, DQMStore::get(), getHistogramParameters(), MonitorElement::getName(), MonitorElement::getNbinsX(), MonitorElement::getNbinsY(), MonitorElement::getTH2F(), MonitorElement::kind(), timingPdfMaker::mean, DQMStore::removeElement(), MonitorElement::Reset(), plotscripts::rms(), MonitorElement::setBinContent(), DQMStore::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, fw3dlego::xbins, SiStripMonitorClusterAlca_cfi::ymax, and SiStripMonitorClusterAlca_cfi::ymin.
Referenced by doSummaries().
|
private |
Definition at line 62 of file PFClient.cc.
References createEfficiencyPlots(), effHistogramNames_, folderNames_, getHLTPrescaleColumns::path, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by endRun().
|
private |
Definition at line 46 of file PFClient.cc.
References createResolutionPlots(), folderNames_, histogramNames_, getHLTPrescaleColumns::path, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by endRun().
|
privatevirtual |
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 33 of file PFClient.cc.
References doEfficiency(), doSummaries(), and efficiencyFlag_.
|
private |
Definition at line 133 of file PFClient.cc.
References MonitorElement::DQM_KIND_TH1F, MonitorElement::getMean(), MonitorElement::getRMS(), MonitorElement::getTH1F(), and MonitorElement::kind().
Referenced by createResolutionPlots().
|
private |
Definition at line 35 of file PFClient.h.
Referenced by beginJob(), createEfficiencyPlots(), and createResolutionPlots().
|
private |
Definition at line 32 of file PFClient.h.
Referenced by doEfficiency(), and PFClient().
|
private |
Definition at line 33 of file PFClient.h.
Referenced by endRun(), and PFClient().
|
private |
Definition at line 30 of file PFClient.h.
Referenced by doEfficiency(), doSummaries(), and PFClient().
|
private |
Definition at line 31 of file PFClient.h.
Referenced by doSummaries(), and PFClient().