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 122 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 468 of file DQMHistPlotter.cc.
TauDQMHistPlotter::plotDefEntry::plotDefEntry | ( | const plotDefEntry & | blueprint | ) |
Definition at line 484 of file DQMHistPlotter.cc.
void TauDQMHistPlotter::plotDefEntry::print | ( | void | ) | const |
Definition at line 495 of file DQMHistPlotter.cc.
References gather_cfg::cout.
bool TauDQMHistPlotter::plotDefEntry::doStack_ |
Definition at line 132 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::plotDefEntry::dqmMonitorElement_ |
Definition at line 127 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::plotDefEntry::drawOptionEntry_ |
Definition at line 128 of file DQMHistPlotter.h.
Referenced by TauDQMHistPlotter::endRun().
bool TauDQMHistPlotter::plotDefEntry::isErrorBand_ |
Definition at line 133 of file DQMHistPlotter.h.
Referenced by TauDQMHistPlotter::endRun().
std::string TauDQMHistPlotter::plotDefEntry::legendEntry_ |
Definition at line 129 of file DQMHistPlotter.h.
Referenced by TauDQMHistPlotter::endRun().
std::string TauDQMHistPlotter::plotDefEntry::legendEntryErrorBand_ |
Definition at line 130 of file DQMHistPlotter.h.
Referenced by TauDQMHistPlotter::endRun().
std::string TauDQMHistPlotter::plotDefEntry::process_ |
Definition at line 131 of file DQMHistPlotter.h.
Referenced by TauDQMHistPlotter::endRun().