#include <PFClient.h>
Private Member Functions | |
void | analyze (edm::Event const &, edm::EventSetup const &) |
void | beginJob () |
void | createEfficiencyPlots (std::string &folder, std::string &name) |
void | createProfilePlots (std::string &folder, std::string &name) |
void | createProjectionPlots (std::string &folder, std::string &name) |
void | createResolutionPlots (std::string &folder, std::string &name) |
void | doEfficiency () |
void | doProfiles () |
void | doProjection () |
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_ |
bool | profileFlag_ |
std::vector< std::string > | profileHistogramNames_ |
std::vector< std::string > | projectionHistogramNames_ |
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 &) |
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(), histogramNames_, profileFlag_, profileHistogramNames_, and projectionHistogramNames_.
|
inlineprivatevirtual |
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 29 of file PFClient.cc.
References dqmStore_, and cppFunctionSkipper::operator.
|
private |
Definition at line 303 of file PFClient.cc.
References DQMStore::book1D(), MonitorElement::DQM_KIND_TH1F, dqmStore_, DQMStore::get(), MonitorElement::getAxisTitle(), MonitorElement::getTH1F(), MonitorElement::kind(), MonitorElement::Reset(), DQMStore::setCurrentFolder(), MonitorElement::setEfficiencyFlag(), AlCaHLTBitMon_QueryRunRegistry::string, SiStripMonitorClusterAlca_cfi::xmax, and SiStripMonitorClusterAlca_cfi::xmin.
Referenced by doEfficiency().
|
private |
Definition at line 223 of file PFClient.cc.
References DQMStore::bookProfile(), MonitorElement::DQM_KIND_TH2D, MonitorElement::DQM_KIND_TH2F, MonitorElement::DQM_KIND_TH2S, dqmStore_, DQMStore::get(), MonitorElement::getNbinsX(), MonitorElement::getTH2F(), MonitorElement::getTProfile(), i, MonitorElement::kind(), MonitorElement::setBinContent(), MonitorElement::setBinEntries(), DQMStore::setCurrentFolder(), MonitorElement::setEntries(), AlCaHLTBitMon_QueryRunRegistry::string, fw3dlego::xbins, SiStripMonitorClusterAlca_cfi::ymax, and SiStripMonitorClusterAlca_cfi::ymin.
Referenced by doProfiles().
|
private |
Definition at line 177 of file PFClient.cc.
References DQMStore::book1D(), MonitorElement::DQM_KIND_TH2D, MonitorElement::DQM_KIND_TH2F, MonitorElement::DQM_KIND_TH2S, dqmStore_, DQMStore::get(), MonitorElement::getEntries(), MonitorElement::getNbinsX(), MonitorElement::getNbinsY(), MonitorElement::getTH2F(), MonitorElement::kind(), MonitorElement::setBinContent(), DQMStore::setCurrentFolder(), MonitorElement::setEntries(), AlCaHLTBitMon_QueryRunRegistry::string, fw3dlego::xbins, SiStripMonitorClusterAlca_cfi::ymax, and SiStripMonitorClusterAlca_cfi::ymin.
Referenced by doProjection().
|
private |
Definition at line 114 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(), MonitorElement::setEfficiencyFlag(), AlCaHLTBitMon_QueryRunRegistry::string, fw3dlego::xbins, SiStripMonitorClusterAlca_cfi::ymax, and SiStripMonitorClusterAlca_cfi::ymin.
Referenced by doSummaries().
|
private |
Definition at line 99 of file PFClient.cc.
References createEfficiencyPlots(), effHistogramNames_, folderNames_, cmsHarvester::path, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by endRun().
|
private |
Definition at line 83 of file PFClient.cc.
References createProfilePlots(), folderNames_, cmsHarvester::path, profileHistogramNames_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by endRun().
|
private |
Definition at line 67 of file PFClient.cc.
References createProjectionPlots(), folderNames_, cmsHarvester::path, projectionHistogramNames_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by endRun().
|
private |
Definition at line 51 of file PFClient.cc.
References createResolutionPlots(), folderNames_, histogramNames_, cmsHarvester::path, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by endRun().
|
privatevirtual |
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 36 of file PFClient.cc.
References doEfficiency(), doProfiles(), doProjection(), doSummaries(), efficiencyFlag_, and profileFlag_.
|
private |
Definition at line 278 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 43 of file PFClient.h.
Referenced by beginJob(), createEfficiencyPlots(), createProfilePlots(), createProjectionPlots(), and createResolutionPlots().
|
private |
Definition at line 37 of file PFClient.h.
Referenced by doEfficiency(), and PFClient().
|
private |
Definition at line 40 of file PFClient.h.
Referenced by endRun(), and PFClient().
|
private |
Definition at line 35 of file PFClient.h.
Referenced by doEfficiency(), doProfiles(), doProjection(), doSummaries(), and PFClient().
|
private |
Definition at line 36 of file PFClient.h.
Referenced by doSummaries(), and PFClient().
|
private |
Definition at line 41 of file PFClient.h.
Referenced by endRun(), and PFClient().
|
private |
Definition at line 39 of file PFClient.h.
Referenced by doProfiles(), and PFClient().
|
private |
Definition at line 38 of file PFClient.h.
Referenced by doProjection(), and PFClient().