CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
TauDQMHistPlotter::plotDefEntry Struct Reference

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_
 

Detailed Description

Definition at line 126 of file DQMHistPlotter.h.

Constructor & Destructor Documentation

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 
)
TauDQMHistPlotter::plotDefEntry::plotDefEntry ( const plotDefEntry blueprint)

Definition at line 483 of file DQMHistPlotter.cc.

484  : dqmMonitorElement_(blueprint.dqmMonitorElement_),
485  drawOptionEntry_(blueprint.drawOptionEntry_),
486  legendEntry_(blueprint.legendEntry_),
487  legendEntryErrorBand_(blueprint.legendEntryErrorBand_),
488  process_(blueprint.process_),
489  doStack_(blueprint.doStack_),
490  isErrorBand_(false)
491 {
492  //if ( verbosity ) print();
493 }

Member Function Documentation

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().

496 {
497  std::cout << "<TauDQMHistPlotter::plotDefEntry::print>:" << std::endl;
498  std::cout << " dqmMonitorElement = " << dqmMonitorElement_ << std::endl;
499  std::cout << " drawOptionEntry = " << drawOptionEntry_ << std::endl;
500  std::cout << " legendEntry = " << legendEntry_ << std::endl;
501  std::cout << " legendEntryErrorBand = " << legendEntryErrorBand_ << std::endl;
502  std::cout << " process = " << process_ << std::endl;
503  std::cout << " doStack = " << doStack_ << std::endl;
504 }

Member Data Documentation

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().