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 73 of file DQMHistPlotter.h.
TauDQMHistPlotter::cfgEntryLegend::cfgEntryLegend | ( | const std::string & | name, |
const edm::ParameterSet & | cfg | ||
) |
Definition at line 288 of file DQMHistPlotter.cc.
References defaultLegendBorderSize, defaultLegendFillColor, defaultLegendHeader, defaultLegendOptions, defaultLegendPosX, defaultLegendPosY, defaultLegendSizeX, defaultLegendSizeY, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), mergeVDriftHistosByStation::name, reco::print(), AlCaHLTBitMon_QueryRunRegistry::string, and PFRecoTauDiscriminationAgainstMuon2_cfi::verbosity.
void TauDQMHistPlotter::cfgEntryLegend::applyTo | ( | TLegend * | legend | ) | const |
Definition at line 318 of file DQMHistPlotter.cc.
void TauDQMHistPlotter::cfgEntryLegend::print | ( | void | ) | const |
int TauDQMHistPlotter::cfgEntryLegend::borderSize_ |
Definition at line 85 of file DQMHistPlotter.h.
int TauDQMHistPlotter::cfgEntryLegend::fillColor_ |
Definition at line 86 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::cfgEntryLegend::header_ |
Definition at line 83 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::cfgEntryLegend::name_ |
Definition at line 78 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::cfgEntryLegend::option_ |
Definition at line 84 of file DQMHistPlotter.h.
double TauDQMHistPlotter::cfgEntryLegend::posX_ |
Definition at line 79 of file DQMHistPlotter.h.
double TauDQMHistPlotter::cfgEntryLegend::posY_ |
Definition at line 80 of file DQMHistPlotter.h.
double TauDQMHistPlotter::cfgEntryLegend::sizeX_ |
Definition at line 81 of file DQMHistPlotter.h.
double TauDQMHistPlotter::cfgEntryLegend::sizeY_ |
Definition at line 82 of file DQMHistPlotter.h.