Public Member Functions | |
void | applyTo (TH1 *) const |
cfgEntryDrawOption (const std::string &, const edm::ParameterSet &) | |
cfgEntryDrawOption (const std::string &, const cfgEntryDrawOption &) | |
void | print () const |
Public Attributes | |
std::string | drawOption_ |
std::string | drawOptionLegend_ |
int | fillColor_ |
int | fillStyle_ |
int | lineColor_ |
int | lineStyle_ |
int | lineWidth_ |
int | markerColor_ |
double | markerSize_ |
int | markerStyle_ |
std::string | name_ |
Definition at line 107 of file DQMHistPlotter.h.
TauDQMHistPlotter::cfgEntryDrawOption::cfgEntryDrawOption | ( | const std::string & | name, |
const edm::ParameterSet & | cfg | ||
) |
Definition at line 401 of file DQMHistPlotter.cc.
References defaultDrawOption, defaultDrawOptionLegend, defaultFillColor, defaultFillStyle, defaultLineColor, defaultLineStyle, defaultLineWidth, defaultMarkerColor, defaultMarkerSize, defaultMarkerStyle, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), dataset::name, TauDQMHistPlotter::cfgEntryProcess::name_, TauDQMHistPlotter::cfgEntryProcess::print(), AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
TauDQMHistPlotter::cfgEntryDrawOption::cfgEntryDrawOption | ( | const std::string & | name, |
const cfgEntryDrawOption & | blueprint | ||
) |
Definition at line 422 of file DQMHistPlotter.cc.
References print(), and verbosity.
void TauDQMHistPlotter::cfgEntryDrawOption::applyTo | ( | TH1 * | histogram | ) | const |
Definition at line 448 of file DQMHistPlotter.cc.
References fillColor_, fillStyle_, lineColor_, lineStyle_, lineWidth_, markerColor_, markerSize_, and markerStyle_.
Referenced by TauDQMHistPlotter::endRun().
void TauDQMHistPlotter::cfgEntryDrawOption::print | ( | void | ) | const |
Definition at line 432 of file DQMHistPlotter.cc.
References gather_cfg::cout, drawOption_, drawOptionLegend_, fillColor_, fillStyle_, lineColor_, lineStyle_, lineWidth_, markerColor_, markerSize_, markerStyle_, and name_.
Referenced by cfgEntryDrawOption().
std::string TauDQMHistPlotter::cfgEntryDrawOption::drawOption_ |
Definition at line 122 of file DQMHistPlotter.h.
Referenced by TauDQMHistPlotter::endRun(), and print().
std::string TauDQMHistPlotter::cfgEntryDrawOption::drawOptionLegend_ |
Definition at line 123 of file DQMHistPlotter.h.
Referenced by TauDQMHistPlotter::endRun(), and print().
int TauDQMHistPlotter::cfgEntryDrawOption::fillColor_ |
Definition at line 120 of file DQMHistPlotter.h.
Referenced by applyTo(), TauDQMHistPlotter::endRun(), and print().
int TauDQMHistPlotter::cfgEntryDrawOption::fillStyle_ |
Definition at line 121 of file DQMHistPlotter.h.
Referenced by applyTo(), TauDQMHistPlotter::endRun(), and print().
int TauDQMHistPlotter::cfgEntryDrawOption::lineColor_ |
Definition at line 117 of file DQMHistPlotter.h.
Referenced by applyTo(), TauDQMHistPlotter::endRun(), and print().
int TauDQMHistPlotter::cfgEntryDrawOption::lineStyle_ |
Definition at line 118 of file DQMHistPlotter.h.
int TauDQMHistPlotter::cfgEntryDrawOption::lineWidth_ |
Definition at line 119 of file DQMHistPlotter.h.
Referenced by applyTo(), TauDQMHistPlotter::endRun(), and print().
int TauDQMHistPlotter::cfgEntryDrawOption::markerColor_ |
Definition at line 114 of file DQMHistPlotter.h.
Referenced by applyTo(), TauDQMHistPlotter::endRun(), and print().
double TauDQMHistPlotter::cfgEntryDrawOption::markerSize_ |
Definition at line 115 of file DQMHistPlotter.h.
Referenced by applyTo(), TauDQMHistPlotter::endRun(), and print().
int TauDQMHistPlotter::cfgEntryDrawOption::markerStyle_ |
Definition at line 116 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::cfgEntryDrawOption::name_ |
Definition at line 113 of file DQMHistPlotter.h.
Referenced by print().