#include <NUHistoAxis.h>
Public Member Functions | |
double | binCenter (const int binNum) const |
Interval< double > | binInterval (const int binNum) const |
int | binNumber (double x) const |
unsigned | closestValidBin (double x) const |
double | fltBinNumber (double x, bool mapLeftEdgeTo0=true) const |
bool | isClose (const NUHistoAxis &, double tol) const |
double | leftBinEdge (const int binNum) const |
NUHistoAxis (const std::vector< double > &binEdges, const char *label=0) | |
bool | operator!= (const NUHistoAxis &) const |
bool | operator== (const NUHistoAxis &) const |
NUHistoAxis | rebin (unsigned newBins) const |
double | rightBinEdge (const int binNum) const |
void | setLabel (const char *newlabel) |
double | min () const |
double | max () const |
Interval< double > | interval () const |
double | length () const |
unsigned | nBins () const |
double | binWidth (const int binNum) const |
const std::string & | label () const |
bool | isUniform () const |
gs::ClassId | classId () const |
bool | write (std::ostream &of) const |
Static Public Member Functions | |
static const char * | classname () |
static NUHistoAxis * | read (const gs::ClassId &id, std::istream &in) |
static unsigned | version () |
Private Member Functions | |
NUHistoAxis (unsigned nBins, double min, double max, const char *label=0) | |
NUHistoAxis () | |
unsigned | overflowIndex (const double x, unsigned *binNum) const |
Private Attributes | |
std::vector< double > | binEdges_ |
std::string | label_ |
double | max_ |
double | min_ |
unsigned | nBins_ |
bool | uniform_ |
Friends | |
class | DualHistoAxis |
template<typename Numeric , class Axis > | |
class | HistoND |
This class can be used to create histograms with non-uniform binning
Definition at line 27 of file NUHistoAxis.h.
npstat::NUHistoAxis::NUHistoAxis | ( | const std::vector< double > & | binEdges, |
const char * | label = 0 |
||
) |
The number of bin edges provided must be at least 2. Edge coordinates will be sorted internally in the increasing order. The number of bins will be less by 1 than the number of edges.
Definition at line 15 of file NUHistoAxis.cc.
References binEdges_, label_, max_, min_, nBins_, AlCaHLTBitMon_QueryRunRegistry::string, and mitigatedMETSequence_cff::U.
|
private |
Definition at line 29 of file NUHistoAxis.cc.
References binEdges_, label_, max_, min_, nBins_, AlCaHLTBitMon_QueryRunRegistry::string, std::swap(), and mitigatedMETSequence_cff::U.
|
inlineprivate |
|
inline |
Return the coordinate of the given bin center
Definition at line 60 of file NUHistoAxis.h.
References binEdges_.
Referenced by npstat::DualHistoAxis::binCenter(), and npstat::convertToGridAxis().
|
inline |
Return the coordinate interval occupied by the given bin
Definition at line 64 of file NUHistoAxis.h.
References binEdges_.
Referenced by npstat::DualHistoAxis::binInterval().
int npstat::NUHistoAxis::binNumber | ( | double | x | ) | const |
This method returns -1 for values below the lower limit and "nBins()" for values equal to or above the upper limit
Definition at line 78 of file NUHistoAxis.cc.
References binEdges_, and delta.
Referenced by npstat::DualHistoAxis::binNumber(), overflowIndex(), and setLabel().
|
inline |
Definition at line 45 of file NUHistoAxis.h.
References binEdges_.
Referenced by npstat::DualHistoAxis::binWidth().
|
inline |
Method related to "geners" I/O
Definition at line 101 of file NUHistoAxis.h.
References write().
Referenced by npstat::DualHistoAxis::write().
|
inlinestatic |
Definition at line 105 of file NUHistoAxis.h.
unsigned npstat::NUHistoAxis::closestValidBin | ( | double | x | ) | const |
This method returns the closest valid bin number (above 0 and below nBins() )
Definition at line 150 of file NUHistoAxis.cc.
References binEdges_, delta, nBins_, and mitigatedMETSequence_cff::U.
Referenced by npstat::DualHistoAxis::closestValidBin(), and setLabel().
double npstat::NUHistoAxis::fltBinNumber | ( | double | x, |
bool | mapLeftEdgeTo0 = true |
||
) | const |
Floating point bin number given the coordinate. Useful for interpolation methods and such.
Definition at line 85 of file NUHistoAxis.cc.
References binEdges_, delta, nBins_, and mitigatedMETSequence_cff::U.
Referenced by npstat::DualHistoAxis::fltBinNumber(), and setLabel().
|
inline |
bool npstat::NUHistoAxis::isClose | ( | const NUHistoAxis & | r, |
double | tol | ||
) | const |
Comparison of axis coordinates within given tolerance
Definition at line 49 of file NUHistoAxis.cc.
References binEdges_, npstat::closeWithinTolerance(), mps_fire::i, label_, max_, min_, nBins_, and uniform_.
Referenced by npstat::DualHistoAxis::isClose(), and setLabel().
|
inline |
|
inline |
Definition at line 47 of file NUHistoAxis.h.
References label_.
Referenced by npstat::convertToGridAxis(), npstat::DualHistoAxis::label(), read(), and version().
|
inline |
Return the coordinate of the given bin left edge
Definition at line 52 of file NUHistoAxis.h.
References binEdges_.
Referenced by npstat::DualHistoAxis::leftBinEdge().
|
inline |
|
inline |
Definition at line 40 of file NUHistoAxis.h.
References max_.
Referenced by npstat::DualHistoAxis::max(), and version().
|
inline |
Examine axis properties
Definition at line 39 of file NUHistoAxis.h.
References min_.
Referenced by npstat::DualHistoAxis::min(), and version().
|
inline |
Definition at line 44 of file NUHistoAxis.h.
References nBins_.
Referenced by npstat::convertToGridAxis(), npstat::DualHistoAxis::nBins(), and version().
bool npstat::NUHistoAxis::operator!= | ( | const NUHistoAxis & | r | ) | const |
Definition at line 73 of file NUHistoAxis.cc.
References alignCSCRings::r.
Referenced by setLabel().
bool npstat::NUHistoAxis::operator== | ( | const NUHistoAxis & | r | ) | const |
Definition at line 63 of file NUHistoAxis.cc.
References binEdges_, label_, max_, min_, nBins_, and uniform_.
Referenced by setLabel().
|
inlineprivate |
Definition at line 123 of file NUHistoAxis.h.
References binNumber(), and mitigatedMETSequence_cff::U.
Referenced by npstat::DualHistoAxis::overflowIndex().
|
static |
Definition at line 171 of file NUHistoAxis.cc.
References label(), NUHistoAxis(), mps_fire::result, AlCaHLTBitMon_QueryRunRegistry::string, and uniform_.
Referenced by edmIntegrityCheck.PublishToFileSystem::get(), npstat::DualHistoAxis::read(), and version().
NUHistoAxis npstat::NUHistoAxis::rebin | ( | unsigned | newBins | ) | const |
Return uniformly rebinned axis
Definition at line 44 of file NUHistoAxis.cc.
References label_, max_, min_, and NUHistoAxis().
Referenced by setLabel().
|
inline |
Return the coordinate of the given bin right edge
Definition at line 56 of file NUHistoAxis.h.
References binEdges_.
Referenced by npstat::DualHistoAxis::rightBinEdge().
|
inline |
Change the axis label
Definition at line 69 of file NUHistoAxis.h.
References binNumber(), closestValidBin(), fltBinNumber(), isClose(), label_, operator!=(), operator==(), and rebin().
Referenced by npstat::DualHistoAxis::setLabel().
|
inlinestatic |
Definition at line 106 of file NUHistoAxis.h.
References recoMuon::in, label(), max(), min(), nBins(), NUHistoAxis(), and read().
Referenced by validation.Sample::datasetpattern(), and validation.Sample::filename().
bool npstat::NUHistoAxis::write | ( | std::ostream & | of | ) | const |
Definition at line 162 of file NUHistoAxis.cc.
References binEdges_, EnergyCorrector::c, label_, and uniform_.
Referenced by classId(), and npstat::DualHistoAxis::write().
|
friend |
Definition at line 121 of file NUHistoAxis.h.
|
friend |
Definition at line 120 of file NUHistoAxis.h.
|
private |
Definition at line 115 of file NUHistoAxis.h.
Referenced by binCenter(), binInterval(), binNumber(), binWidth(), closestValidBin(), fltBinNumber(), isClose(), leftBinEdge(), NUHistoAxis(), operator==(), rightBinEdge(), and write().
|
private |
Definition at line 116 of file NUHistoAxis.h.
Referenced by SequenceTypes.DummyModule::__repr__(), Mixins._Labelable::_findDependencies(), isClose(), label(), NUHistoAxis(), operator==(), rebin(), setLabel(), Mixins._Labelable::setLabel(), and write().
|
private |
Definition at line 114 of file NUHistoAxis.h.
Referenced by interval(), isClose(), length(), max(), NUHistoAxis(), operator==(), and rebin().
|
private |
Definition at line 113 of file NUHistoAxis.h.
Referenced by interval(), isClose(), length(), min(), NUHistoAxis(), operator==(), and rebin().
|
private |
Definition at line 117 of file NUHistoAxis.h.
Referenced by closestValidBin(), fltBinNumber(), isClose(), nBins(), NUHistoAxis(), and operator==().
|
private |
Definition at line 118 of file NUHistoAxis.h.
Referenced by isClose(), isUniform(), operator==(), read(), and write().