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 70 of file DQMHistPlotter.h.
TauDQMHistPlotter::cfgEntryLegend::cfgEntryLegend | ( | const std::string & | name, |
const edm::ParameterSet & | cfg | ||
) |
Definition at line 288 of file DQMHistPlotter.cc.
References looper::cfg, defaultLegendBorderSize, defaultLegendFillColor, defaultLegendHeader, defaultLegendOptions, defaultLegendPosX, defaultLegendPosY, defaultLegendSizeX, defaultLegendSizeY, Skims_PA_cff::name, edm::print(), AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
void TauDQMHistPlotter::cfgEntryLegend::applyTo | ( | TLegend * | legend | ) | const |
Definition at line 317 of file DQMHistPlotter.cc.
References listHistos::legend.
Referenced by TauDQMHistPlotter::endRun().
void TauDQMHistPlotter::cfgEntryLegend::print | ( | void | ) | const |
int TauDQMHistPlotter::cfgEntryLegend::borderSize_ |
Definition at line 81 of file DQMHistPlotter.h.
int TauDQMHistPlotter::cfgEntryLegend::fillColor_ |
Definition at line 82 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::cfgEntryLegend::header_ |
Definition at line 79 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::cfgEntryLegend::name_ |
Definition at line 74 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::cfgEntryLegend::option_ |
Definition at line 80 of file DQMHistPlotter.h.
double TauDQMHistPlotter::cfgEntryLegend::posX_ |
Definition at line 75 of file DQMHistPlotter.h.
double TauDQMHistPlotter::cfgEntryLegend::posY_ |
Definition at line 76 of file DQMHistPlotter.h.
double TauDQMHistPlotter::cfgEntryLegend::sizeX_ |
Definition at line 77 of file DQMHistPlotter.h.
double TauDQMHistPlotter::cfgEntryLegend::sizeY_ |
Definition at line 78 of file DQMHistPlotter.h.