#include <PFClient.h>
Private Member Functions | |
void | createEfficiencyPlots (DQMStore::IBooker &, DQMStore::IGetter &, std::string &folder, std::string &name) |
void | createProfilePlots (DQMStore::IBooker &, DQMStore::IGetter &, std::string &folder, std::string &name) |
void | createProjectionPlots (DQMStore::IBooker &, DQMStore::IGetter &, std::string &folder, std::string &name) |
void | createResolutionPlots (DQMStore::IBooker &, DQMStore::IGetter &, std::string &folder, std::string &name) |
void | doEfficiency (DQMStore::IBooker &, DQMStore::IGetter &) |
void | doProfiles (DQMStore::IBooker &, DQMStore::IGetter &) |
void | doProjection (DQMStore::IBooker &, DQMStore::IGetter &) |
void | doSummaries (DQMStore::IBooker &, DQMStore::IGetter &) |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
void | getHistogramParameters (MonitorElement *me_slice, double &avarage, double &rms, double &mean, double &sigma) |
Private Attributes | |
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::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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 13 of file PFClient.h.
PFClient::PFClient | ( | const edm::ParameterSet & | parameterSet | ) |
Definition at line 17 of file PFClient.cc.
References effHistogramNames_, efficiencyFlag_, folderNames_, edm::ParameterSet::getParameter(), histogramNames_, profileFlag_, profileHistogramNames_, and projectionHistogramNames_.
|
private |
Definition at line 307 of file PFClient.cc.
References DQMStore::IBooker::book1D(), DEFINE_FWK_MODULE, MonitorElement::DQM_KIND_TH1F, DQMStore::IGetter::get(), MonitorElement::getAxisTitle(), MonitorElement::getTH1F(), MonitorElement::kind(), MonitorElement::Reset(), DQMStore::IBooker::setCurrentFolder(), MonitorElement::setEfficiencyFlag(), AlCaHLTBitMon_QueryRunRegistry::string, TrackerOfflineValidation_Dqm_cff::xmax, and TrackerOfflineValidation_Dqm_cff::xmin.
Referenced by doEfficiency().
|
private |
Definition at line 225 of file PFClient.cc.
References DQMStore::IBooker::bookProfile(), MonitorElement::DQM_KIND_TH2D, MonitorElement::DQM_KIND_TH2F, MonitorElement::DQM_KIND_TH2S, DQMStore::IGetter::get(), MonitorElement::getNbinsX(), MonitorElement::getTH2F(), MonitorElement::getTProfile(), mps_fire::i, MonitorElement::kind(), trackingPlots::profileX, MonitorElement::setBinContent(), MonitorElement::setBinEntries(), DQMStore::IBooker::setCurrentFolder(), MonitorElement::setEntries(), AlCaHLTBitMon_QueryRunRegistry::string, fw3dlego::xbins, Phase2TrackerMonitorDigi_cff::ymax, and Phase2TrackerMonitorDigi_cff::ymin.
Referenced by doProfiles().
|
private |
Definition at line 178 of file PFClient.cc.
References DQMStore::IBooker::book1D(), MonitorElement::DQM_KIND_TH2D, MonitorElement::DQM_KIND_TH2F, MonitorElement::DQM_KIND_TH2S, DQMStore::IGetter::get(), MonitorElement::getEntries(), MonitorElement::getNbinsX(), MonitorElement::getNbinsY(), MonitorElement::getTH2F(), MonitorElement::kind(), MonitorElement::setBinContent(), DQMStore::IBooker::setCurrentFolder(), MonitorElement::setEntries(), AlCaHLTBitMon_QueryRunRegistry::string, fw3dlego::xbins, Phase2TrackerMonitorDigi_cff::ymax, and Phase2TrackerMonitorDigi_cff::ymin.
Referenced by doProjection().
|
private |
Definition at line 113 of file PFClient.cc.
References DQMStore::IBooker::book1D(), MonitorElement::DQM_KIND_TH2D, MonitorElement::DQM_KIND_TH2F, MonitorElement::DQM_KIND_TH2S, DQMStore::IGetter::get(), getHistogramParameters(), MonitorElement::getName(), MonitorElement::getNbinsX(), MonitorElement::getNbinsY(), MonitorElement::getTH2F(), MonitorElement::kind(), SiStripPI::mean, DQMStore::IGetter::removeElement(), MonitorElement::Reset(), SiStripPI::rms, MonitorElement::setBinContent(), DQMStore::IBooker::setCurrentFolder(), MonitorElement::setEfficiencyFlag(), AlCaHLTBitMon_QueryRunRegistry::string, fw3dlego::xbins, Phase2TrackerMonitorDigi_cff::ymax, and Phase2TrackerMonitorDigi_cff::ymin.
Referenced by doSummaries().
|
private |
Definition at line 96 of file PFClient.cc.
References createEfficiencyPlots(), effHistogramNames_, folderNames_, callgraph::path, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by dqmEndJob().
|
private |
Definition at line 78 of file PFClient.cc.
References createProfilePlots(), folderNames_, callgraph::path, profileHistogramNames_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by dqmEndJob().
|
private |
Definition at line 60 of file PFClient.cc.
References createProjectionPlots(), folderNames_, callgraph::path, projectionHistogramNames_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by dqmEndJob().
|
private |
Definition at line 44 of file PFClient.cc.
References createResolutionPlots(), folderNames_, histogramNames_, callgraph::path, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by dqmEndJob().
|
overrideprivatevirtual |
Implements DQMEDHarvester.
Definition at line 32 of file PFClient.cc.
References doEfficiency(), doProfiles(), doProjection(), doSummaries(), efficiencyFlag_, and profileFlag_.
|
private |
Definition at line 281 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 doEfficiency(), and PFClient().
|
private |
Definition at line 38 of file PFClient.h.
Referenced by dqmEndJob(), and PFClient().
|
private |
Definition at line 33 of file PFClient.h.
Referenced by doEfficiency(), doProfiles(), doProjection(), doSummaries(), and PFClient().
|
private |
Definition at line 34 of file PFClient.h.
Referenced by doSummaries(), and PFClient().
|
private |
Definition at line 39 of file PFClient.h.
Referenced by dqmEndJob(), and PFClient().
|
private |
Definition at line 37 of file PFClient.h.
Referenced by doProfiles(), and PFClient().
|
private |
Definition at line 36 of file PFClient.h.
Referenced by doProjection(), and PFClient().