Public Member Functions | |
cfgEntryDrawJob (const std::string &, const plotDefList &, const std::string &, const std::string &, const std::string &, const std::string &, const vstring &) | |
void | print () const |
Public Attributes | |
vstring | labels_ |
std::string | legend_ |
std::string | name_ |
plotDefList | plots_ |
std::string | title_ |
std::string | xAxis_ |
std::string | yAxis_ |
Definition at line 138 of file DQMHistPlotter.h.
TauDQMHistPlotter::cfgEntryDrawJob::cfgEntryDrawJob | ( | const std::string & | name, |
const plotDefList & | plotDefList, | ||
const std::string & | title, | ||
const std::string & | xAxis, | ||
const std::string & | yAxis, | ||
const std::string & | legend, | ||
const vstring & | labels | ||
) |
Definition at line 510 of file DQMHistPlotter.cc.
References ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, SummaryClient_cfi::labels, TauDQMHistPlotter::labels_, compareTotals::legend, Skims_PA_cff::name, print(), AlCaHLTBitMon_QueryRunRegistry::string, runGCPTkAlMap::title, verbosity, HLT_2024v12_cff::xAxis, and HLT_2024v12_cff::yAxis.
void TauDQMHistPlotter::cfgEntryDrawJob::print | ( | void | ) | const |
Definition at line 538 of file DQMHistPlotter.cc.
References gather_cfg::cout, format_vstring(), TauDQMHistPlotter::labels_, and plotFactory::plot.
vstring TauDQMHistPlotter::cfgEntryDrawJob::labels_ |
Definition at line 153 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::cfgEntryDrawJob::legend_ |
Definition at line 152 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::cfgEntryDrawJob::name_ |
Definition at line 147 of file DQMHistPlotter.h.
plotDefList TauDQMHistPlotter::cfgEntryDrawJob::plots_ |
Definition at line 148 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::cfgEntryDrawJob::title_ |
Definition at line 149 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::cfgEntryDrawJob::xAxis_ |
Definition at line 150 of file DQMHistPlotter.h.
std::string TauDQMHistPlotter::cfgEntryDrawJob::yAxis_ |
Definition at line 151 of file DQMHistPlotter.h.