CMS 3D CMS Logo

Public Member Functions | Public Attributes

DQMHistPlotter::plotDefEntry Struct Reference

List of all members.

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 130 of file DQMHistPlotter.h.


Constructor & Destructor Documentation

DQMHistPlotter::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.

  : dqmMonitorElement_(dqmMonitorElement), 
    drawOptionEntry_(drawOptionEntry),
    legendEntry_(legendEntry),
    legendEntryErrorBand_(legendEntryErrorBand),
    process_(process), 
    doStack_(doStack),
    isErrorBand_(false)
{
  //if ( verbosity ) print();
}
DQMHistPlotter::plotDefEntry::plotDefEntry ( const plotDefEntry blueprint)

Definition at line 489 of file DQMHistPlotter.cc.

  : dqmMonitorElement_(blueprint.dqmMonitorElement_), 
    drawOptionEntry_(blueprint.drawOptionEntry_),
    legendEntry_(blueprint.legendEntry_),
    legendEntryErrorBand_(blueprint.legendEntryErrorBand_),
    process_(blueprint.process_), 
    doStack_(blueprint.doStack_),
    isErrorBand_(false)
{
  //if ( verbosity ) print();
}

Member Function Documentation

void DQMHistPlotter::plotDefEntry::print ( void  ) const

Definition at line 501 of file DQMHistPlotter.cc.

References gather_cfg::cout.

{
  std::cout << "<DQMHistPlotter::plotDefEntry::print>:" << std::endl;
  std::cout << " dqmMonitorElement = " << dqmMonitorElement_ << std::endl;
  std::cout << " drawOptionEntry = " << drawOptionEntry_ << std::endl;
  std::cout << " legendEntry = " << legendEntry_ << std::endl;
  std::cout << " legendEntryErrorBand = " << legendEntryErrorBand_ << std::endl;
  std::cout << " process = " << process_ << std::endl;
  std::cout << " doStack = " << doStack_ << std::endl;
}

Member Data Documentation

Definition at line 140 of file DQMHistPlotter.h.

Definition at line 135 of file DQMHistPlotter.h.

Definition at line 136 of file DQMHistPlotter.h.

Referenced by DQMHistPlotter::endJob().

Definition at line 141 of file DQMHistPlotter.h.

Referenced by DQMHistPlotter::endJob().

Definition at line 137 of file DQMHistPlotter.h.

Referenced by DQMHistPlotter::endJob().

Definition at line 138 of file DQMHistPlotter.h.

Referenced by DQMHistPlotter::endJob().

Definition at line 139 of file DQMHistPlotter.h.

Referenced by DQMHistPlotter::endJob().