Helper class to hold the configuration for a histogram. More...
Public Member Functions | |
HistogramConfig () | |
HistogramConfig (const unsigned int theNBinsX, const double theMinX, const double theMaxX, const unsigned int theNBinsY, const double theMinY, const double theMaxY) | |
HistogramConfig (const unsigned int theNBins, const double theMin, const double theMax) | |
Public Attributes | |
bool | enabled |
double | max |
double | maxY |
double | min |
double | minY |
unsigned int | nBins |
unsigned int | nBinsY |
Helper class to hold the configuration for a histogram.
Definition at line 69 of file JPTJetAnalyzer.h.
JPTJetAnalyzer::HistogramConfig::HistogramConfig | ( | ) |
JPTJetAnalyzer::HistogramConfig::HistogramConfig | ( | const unsigned int | theNBins, |
const double | theMin, | ||
const double | theMax | ||
) |
JPTJetAnalyzer::HistogramConfig::HistogramConfig | ( | const unsigned int | theNBinsX, |
const double | theMinX, | ||
const double | theMaxX, | ||
const unsigned int | theNBinsY, | ||
const double | theMinY, | ||
const double | theMaxY | ||
) |
Definition at line 70 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::book2DHistogram(), JPTJetAnalyzer::bookHistogram(), and JPTJetAnalyzer::bookProfile().
Definition at line 73 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::book2DHistogram(), JPTJetAnalyzer::bookHistogram(), and JPTJetAnalyzer::bookProfile().
Definition at line 76 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::book2DHistogram().
Definition at line 72 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::book2DHistogram(), JPTJetAnalyzer::bookHistogram(), and JPTJetAnalyzer::bookProfile().
Definition at line 75 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::book2DHistogram().
unsigned int JPTJetAnalyzer::HistogramConfig::nBins |
Definition at line 71 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::book2DHistogram(), JPTJetAnalyzer::bookHistogram(), and JPTJetAnalyzer::bookProfile().
unsigned int JPTJetAnalyzer::HistogramConfig::nBinsY |
Definition at line 74 of file JPTJetAnalyzer.h.
Referenced by JPTJetAnalyzer::book2DHistogram().