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 130 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 472 of file DQMHistPlotter.cc.
TauDQMHistPlotter::plotDefEntry::plotDefEntry | ( | const plotDefEntry & | blueprint | ) |
Definition at line 489 of file DQMHistPlotter.cc.
void TauDQMHistPlotter::plotDefEntry::print | ( | void | ) | const |
Definition at line 501 of file DQMHistPlotter.cc.
References gather_cfg::cout.
bool TauDQMHistPlotter::plotDefEntry::doStack_ |
Definition at line 140 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::plotDefEntry::dqmMonitorElement_ |
Definition at line 135 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::plotDefEntry::drawOptionEntry_ |
Definition at line 136 of file DQMHistPlotter.h.
Referenced by TauDQMHistPlotter::endRun().
bool TauDQMHistPlotter::plotDefEntry::isErrorBand_ |
Definition at line 141 of file DQMHistPlotter.h.
Referenced by TauDQMHistPlotter::endRun().
std::string TauDQMHistPlotter::plotDefEntry::legendEntry_ |
Definition at line 137 of file DQMHistPlotter.h.
Referenced by TauDQMHistPlotter::endRun().
std::string TauDQMHistPlotter::plotDefEntry::legendEntryErrorBand_ |
Definition at line 138 of file DQMHistPlotter.h.
Referenced by TauDQMHistPlotter::endRun().
std::string TauDQMHistPlotter::plotDefEntry::process_ |
Definition at line 139 of file DQMHistPlotter.h.
Referenced by TauDQMHistPlotter::endRun().