![]() |
![]() |
#include <PFClient.h>
Public Member Functions | |
PFClient (const edm::ParameterSet ¶meterSet) | |
![]() | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Member Functions | |
void | analyze (edm::Event const &, edm::EventSetup const &) |
void | beginJob () |
void | createResolutionPlots (std::string &folder, std::string &name) |
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 > | folderNames_ |
std::vector< std::string > | histogramNames_ |
Additional Inherited Members | |
![]() | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
![]() | |
CurrentProcessingContext const * | currentContext () const |
Definition at line 12 of file PFClient.h.
PFClient::PFClient | ( | const edm::ParameterSet & | parameterSet | ) |
Definition at line 16 of file PFClient.cc.
References folderNames_, edm::ParameterSet::getParameter(), and histogramNames_.
|
inlineprivatevirtual |
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 24 of file PFClient.cc.
References dqmStore_, and cmsCodeRules.cppFunctionSkipper::operator.
|
private |
Definition at line 59 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(), plotscripts::mean(), DQMStore::removeElement(), MonitorElement::Reset(), plotscripts::rms(), MonitorElement::setBinContent(), DQMStore::setCurrentFolder(), ExpressReco_HICollisions_FallBack::sigma, and fw3dlego::xbins.
Referenced by doSummaries().
|
private |
Definition at line 43 of file PFClient.cc.
References createResolutionPlots(), folderNames_, histogramNames_, and path().
Referenced by endRun().
|
privatevirtual |
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 31 of file PFClient.cc.
References doSummaries().
|
private |
Definition at line 115 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 30 of file PFClient.h.
Referenced by beginJob(), and createResolutionPlots().
|
private |
Definition at line 27 of file PFClient.h.
Referenced by doSummaries(), and PFClient().
|
private |
Definition at line 28 of file PFClient.h.
Referenced by doSummaries(), and PFClient().