Public Member Functions | |
void | applyTo (TLegend *) const |
cfgEntryLegend (const std::string &, const edm::ParameterSet &) | |
void | print () const |
Public Attributes | |
int | borderSize_ |
int | fillColor_ |
std::string | header_ |
std::string | name_ |
std::string | option_ |
double | posX_ |
double | posY_ |
double | sizeX_ |
double | sizeY_ |
Definition at line 71 of file DQMHistPlotter.h.
TauDQMHistPlotter::cfgEntryLegend::cfgEntryLegend | ( | const std::string & | name, |
const edm::ParameterSet & | cfg | ||
) |
Definition at line 286 of file DQMHistPlotter.cc.
References defaultLegendBorderSize, defaultLegendFillColor, defaultLegendHeader, defaultLegendOptions, defaultLegendPosX, defaultLegendPosY, defaultLegendSizeX, defaultLegendSizeY, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), dataset::name, TauDQMHistPlotter::cfgEntryProcess::name_, TauDQMHistPlotter::cfgEntryProcess::print(), AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
void TauDQMHistPlotter::cfgEntryLegend::applyTo | ( | TLegend * | legend | ) | const |
Definition at line 316 of file DQMHistPlotter.cc.
void TauDQMHistPlotter::cfgEntryLegend::print | ( | void | ) | const |
Definition at line 302 of file DQMHistPlotter.cc.
References gather_cfg::cout, and TauDQMHistPlotter::cfgEntryProcess::name_.
int TauDQMHistPlotter::cfgEntryLegend::borderSize_ |
Definition at line 83 of file DQMHistPlotter.h.
int TauDQMHistPlotter::cfgEntryLegend::fillColor_ |
Definition at line 84 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::cfgEntryLegend::header_ |
Definition at line 81 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::cfgEntryLegend::name_ |
Definition at line 76 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::cfgEntryLegend::option_ |
Definition at line 82 of file DQMHistPlotter.h.
double TauDQMHistPlotter::cfgEntryLegend::posX_ |
Definition at line 77 of file DQMHistPlotter.h.
double TauDQMHistPlotter::cfgEntryLegend::posY_ |
Definition at line 78 of file DQMHistPlotter.h.
double TauDQMHistPlotter::cfgEntryLegend::sizeX_ |
Definition at line 79 of file DQMHistPlotter.h.
double TauDQMHistPlotter::cfgEntryLegend::sizeY_ |
Definition at line 80 of file DQMHistPlotter.h.