CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes
TauDQMHistPlotter::cfgEntryAxisY Struct Reference

Public Member Functions

void applyTo (TH1 *) const
 
 cfgEntryAxisY (const std::string &, const edm::ParameterSet &)
 
void print () const
 

Static Public Member Functions

static void setNorm (double yAxisNorm)
 

Public Attributes

double maxY_linear_
 
double maxY_log_
 
double minY_linear_
 
double minY_log_
 
std::string name_
 
std::string yAxisTitle_
 
double yAxisTitleOffset_
 
double yAxisTitleSize_
 
std::string yScale_
 

Static Public Attributes

static double yAxisNorm_
 

Detailed Description

Definition at line 55 of file DQMHistPlotter.h.

Constructor & Destructor Documentation

TauDQMHistPlotter::cfgEntryAxisY::cfgEntryAxisY ( const std::string &  ,
const edm::ParameterSet  
)
explicit

Member Function Documentation

void TauDQMHistPlotter::cfgEntryAxisY::applyTo ( TH1 *  ) const
void TauDQMHistPlotter::cfgEntryAxisY::print ( ) const
static void TauDQMHistPlotter::cfgEntryAxisY::setNorm ( double  yAxisNorm)
inlinestatic

Definition at line 59 of file DQMHistPlotter.h.

References yAxisNorm_.

59 { yAxisNorm_ = yAxisNorm; }

Member Data Documentation

double TauDQMHistPlotter::cfgEntryAxisY::maxY_linear_

Definition at line 64 of file DQMHistPlotter.h.

double TauDQMHistPlotter::cfgEntryAxisY::maxY_log_

Definition at line 65 of file DQMHistPlotter.h.

double TauDQMHistPlotter::cfgEntryAxisY::minY_linear_

Definition at line 62 of file DQMHistPlotter.h.

double TauDQMHistPlotter::cfgEntryAxisY::minY_log_

Definition at line 63 of file DQMHistPlotter.h.

std::string TauDQMHistPlotter::cfgEntryAxisY::name_

Definition at line 61 of file DQMHistPlotter.h.

double TauDQMHistPlotter::cfgEntryAxisY::yAxisNorm_
static

Definition at line 70 of file DQMHistPlotter.h.

Referenced by setNorm().

std::string TauDQMHistPlotter::cfgEntryAxisY::yAxisTitle_

Definition at line 67 of file DQMHistPlotter.h.

double TauDQMHistPlotter::cfgEntryAxisY::yAxisTitleOffset_

Definition at line 68 of file DQMHistPlotter.h.

double TauDQMHistPlotter::cfgEntryAxisY::yAxisTitleSize_

Definition at line 69 of file DQMHistPlotter.h.

std::string TauDQMHistPlotter::cfgEntryAxisY::yScale_

Definition at line 66 of file DQMHistPlotter.h.