Public Member Functions | |
plotDefEntry (const std::string &, const std::string &, const std::string &, const std::string &, const std::string &, bool) | |
plotDefEntry (const plotDefEntry &) | |
void | print () const |
Public Attributes | |
bool | doStack_ |
std::string | dqmMonitorElement_ |
std::string | drawOptionEntry_ |
bool | isErrorBand_ |
std::string | legendEntry_ |
std::string | legendEntryErrorBand_ |
std::string | process_ |
Definition at line 126 of file DQMHistPlotter.h.
TauDQMHistPlotter::plotDefEntry::plotDefEntry | ( | const std::string & | dqmMonitorElement, |
const std::string & | drawOptionEntry, | ||
const std::string & | legendEntry, | ||
const std::string & | legendEntryErrorBand, | ||
const std::string & | process, | ||
bool | doStack | ||
) |
Definition at line 466 of file DQMHistPlotter.cc.
Referenced by TauDQMHistPlotter::cfgEntryDrawJob::cfgEntryDrawJob(), TauDQMHistPlotter::endRun(), and TauDQMHistPlotter::TauDQMHistPlotter().
TauDQMHistPlotter::plotDefEntry::plotDefEntry | ( | const plotDefEntry & | blueprint | ) |
Definition at line 483 of file DQMHistPlotter.cc.
void TauDQMHistPlotter::plotDefEntry::print | ( | void | ) | const |
Definition at line 495 of file DQMHistPlotter.cc.
References gather_cfg::cout, doStack_, dqmMonitorElement_, drawOptionEntry_, legendEntry_, legendEntryErrorBand_, and process_.
Referenced by TauDQMHistPlotter::cfgEntryDrawJob::cfgEntryDrawJob().
bool TauDQMHistPlotter::plotDefEntry::doStack_ |
Definition at line 136 of file DQMHistPlotter.h.
Referenced by print().
std::string TauDQMHistPlotter::plotDefEntry::dqmMonitorElement_ |
Definition at line 131 of file DQMHistPlotter.h.
Referenced by print().
std::string TauDQMHistPlotter::plotDefEntry::drawOptionEntry_ |
Definition at line 132 of file DQMHistPlotter.h.
Referenced by TauDQMHistPlotter::endRun(), and print().
bool TauDQMHistPlotter::plotDefEntry::isErrorBand_ |
Definition at line 137 of file DQMHistPlotter.h.
Referenced by TauDQMHistPlotter::endRun().
std::string TauDQMHistPlotter::plotDefEntry::legendEntry_ |
Definition at line 133 of file DQMHistPlotter.h.
Referenced by TauDQMHistPlotter::endRun(), and print().
std::string TauDQMHistPlotter::plotDefEntry::legendEntryErrorBand_ |
Definition at line 134 of file DQMHistPlotter.h.
Referenced by TauDQMHistPlotter::endRun(), and print().
std::string TauDQMHistPlotter::plotDefEntry::process_ |
Definition at line 135 of file DQMHistPlotter.h.
Referenced by TauDQMHistPlotter::endRun(), and print().