CMS 3D CMS Logo

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

Public Member Functions

 plotDefEntry (const plotDefEntry &)
 
 plotDefEntry (const std::string &, const std::string &, const std::string &, const std::string &, const std::string &, bool)
 
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 122 of file DQMHistPlotter.h.

Constructor & Destructor Documentation

◆ plotDefEntry() [1/2]

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.

474  : dqmMonitorElement_(dqmMonitorElement),
475  drawOptionEntry_(drawOptionEntry),
477  legendEntryErrorBand_(legendEntryErrorBand),
478  process_(process),
479  doStack_(doStack),
480  isErrorBand_(false) {
481  //if ( verbosity ) print();
482 }

◆ plotDefEntry() [2/2]

TauDQMHistPlotter::plotDefEntry::plotDefEntry ( const plotDefEntry blueprint)

Definition at line 484 of file DQMHistPlotter.cc.

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

Member Function Documentation

◆ print()

void TauDQMHistPlotter::plotDefEntry::print ( void  ) const

Definition at line 495 of file DQMHistPlotter.cc.

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

References gather_cfg::cout.

Member Data Documentation

◆ doStack_

bool TauDQMHistPlotter::plotDefEntry::doStack_

Definition at line 132 of file DQMHistPlotter.h.

◆ dqmMonitorElement_

std::string TauDQMHistPlotter::plotDefEntry::dqmMonitorElement_

Definition at line 127 of file DQMHistPlotter.h.

◆ drawOptionEntry_

std::string TauDQMHistPlotter::plotDefEntry::drawOptionEntry_

Definition at line 128 of file DQMHistPlotter.h.

Referenced by TauDQMHistPlotter::endRun().

◆ isErrorBand_

bool TauDQMHistPlotter::plotDefEntry::isErrorBand_

Definition at line 133 of file DQMHistPlotter.h.

Referenced by TauDQMHistPlotter::endRun().

◆ legendEntry_

std::string TauDQMHistPlotter::plotDefEntry::legendEntry_

Definition at line 129 of file DQMHistPlotter.h.

◆ legendEntryErrorBand_

std::string TauDQMHistPlotter::plotDefEntry::legendEntryErrorBand_

Definition at line 130 of file DQMHistPlotter.h.

◆ process_

std::string TauDQMHistPlotter::plotDefEntry::process_

Definition at line 131 of file DQMHistPlotter.h.

TauDQMHistPlotter::plotDefEntry::legendEntry_
std::string legendEntry_
Definition: DQMHistPlotter.h:129
TauDQMHistPlotter::plotDefEntry::isErrorBand_
bool isErrorBand_
Definition: DQMHistPlotter.h:133
gather_cfg.cout
cout
Definition: gather_cfg.py:144
RecoTauValidation_cfi.legendEntry
legendEntry
Definition: RecoTauValidation_cfi.py:374
TauDQMHistPlotter::plotDefEntry::drawOptionEntry_
std::string drawOptionEntry_
Definition: DQMHistPlotter.h:128
LaserDQM_cfg.process
process
Definition: LaserDQM_cfg.py:3
TauDQMHistPlotter::plotDefEntry::process_
std::string process_
Definition: DQMHistPlotter.h:131
TauDQMHistPlotter::plotDefEntry::legendEntryErrorBand_
std::string legendEntryErrorBand_
Definition: DQMHistPlotter.h:130
TauDQMHistPlotter::plotDefEntry::dqmMonitorElement_
std::string dqmMonitorElement_
Definition: DQMHistPlotter.h:127
TauDQMHistPlotter::plotDefEntry::doStack_
bool doStack_
Definition: DQMHistPlotter.h:132