#include <HistoAxis.h>
Public Types | |
typedef Axis | axis_type |
enum | RebinType { SAMPLE = 0, SUM, AVERAGE } |
typedef Numeric | value_type |
Public Member Functions | |
template<typename Acc > | |
void | accumulateBinsInBox (const BoxND< double > &box, Acc *acc, bool calculateAverage=false) const |
const std::string & | accumulatedDataLabel () const |
template<class Point > | |
void | allBinCenters (std::vector< Point > *centers) const |
const std::vector< Axis > & | axes () const |
const Axis & | axis (const unsigned i) const |
void | binBox (unsigned long binNumber, BoxND< double > *box) const |
void | binCenter (unsigned long binNumber, double *coords, unsigned lenCoords) const |
const ArrayND< Numeric > & | binContents () const |
double | binVolume (unsigned long binNumber=0) const |
BoxND< double > | boundingBox () const |
void | clear () |
void | clearBinContents () |
void | clearOverflows () |
const Numeric & | closestBin (const double *coords, unsigned coordLength) const |
unsigned | dim () const |
template<typename Num2 , class Functor > | |
void | dispatch (const double *coords, unsigned coordLength, Num2 &weight, Functor &f) |
const Numeric & | examine (const double *coords, unsigned coordLength) const |
template<typename Num2 > | |
void | fill (const double *coords, unsigned coordLength, const Num2 &weight) |
template<typename Num2 > | |
void | fillC (const double *coords, unsigned coordLength, const Num2 &weight) |
unsigned long | getModCount () const |
HistoND (const std::vector< Axis > &axes, const char *title=nullptr, const char *accumulatedDataLabel=nullptr) | |
HistoND (const Axis &xAxis, const char *title=nullptr, const char *accumulatedDataLabel=nullptr) | |
HistoND (const Axis &xAxis, const Axis &yAxis, const char *title=nullptr, const char *accumulatedDataLabel=nullptr) | |
HistoND (const Axis &xAxis, const Axis &yAxis, const Axis &zAxis, const char *title=nullptr, const char *accumulatedDataLabel=nullptr) | |
HistoND (const Axis &xAxis, const Axis &yAxis, const Axis &zAxis, const Axis &tAxis, const char *title=nullptr, const char *accumulatedDataLabel=nullptr) | |
HistoND (const Axis &xAxis, const Axis &yAxis, const Axis &zAxis, const Axis &tAxis, const Axis &vAxis, const char *title=nullptr, const char *accumulatedDataLabel=nullptr) | |
HistoND (const ArrayShape &shape, const BoxND< double > &boundingBox, const char *title=nullptr, const char *accumulatedDataLabel=nullptr) | |
template<typename Num2 , class Functor > | |
HistoND (const HistoND< Num2, Axis > &h, const Functor &f, const char *title=nullptr, const char *accumulatedDataLabel=nullptr) | |
template<typename Num2 > | |
HistoND (const HistoND< Num2, Axis > &h, const unsigned *indices, unsigned nIndices, const char *title=nullptr) | |
template<typename Num2 > | |
HistoND (const HistoND< Num2, Axis > &h, const Axis &newAxis, unsigned newAxisNumber, const char *title=nullptr) | |
template<typename Num2 > | |
HistoND (const HistoND< Num2, Axis > &h, RebinType rType, const unsigned *newBinCounts, unsigned lenNewBinCounts, const double *shifts=nullptr, const char *title=nullptr) | |
HistoND (const HistoND &) | |
HistoND ()=delete | |
void | incrModCount () |
double | integral () const |
bool | isSameData (const HistoND &) const |
bool | isUniformlyBinned () const |
unsigned long | nBins () const |
unsigned long | nFillsInRange () const |
unsigned long | nFillsOver () const |
unsigned long | nFillsTotal () const |
bool | operator!= (const HistoND &) const |
template<typename Num2 > | |
HistoND & | operator*= (const Num2 &r) |
template<typename Num2 > | |
HistoND< Numeric, Axis > & | operator*= (const Num2 &r) |
template<typename Num2 > | |
HistoND & | operator+= (const HistoND< Num2, Axis > &r) |
template<typename Num2 > | |
HistoND< Numeric, Axis > & | operator+= (const HistoND< Num2, Axis > &r) |
template<typename Num2 > | |
HistoND & | operator-= (const HistoND< Num2, Axis > &r) |
template<typename Num2 > | |
HistoND< Numeric, Axis > & | operator-= (const HistoND< Num2, Axis > &r) |
template<typename Num2 > | |
HistoND & | operator/= (const Num2 &r) |
template<typename Num2 > | |
HistoND< Numeric, Axis > & | operator/= (const Num2 &r) |
HistoND & | operator= (const HistoND &) |
bool | operator== (const HistoND &) const |
const ArrayND< Numeric > & | overflows () const |
void | recalculateNFillsFromData () |
void | setAccumulatedDataLabel (const char *newlabel) |
void | setAxisLabel (const unsigned axisNum, const char *newlabel) |
template<typename Num2 > | |
void | setBinContents (const Num2 *data, unsigned long dataLength, bool clearOverflows=true) |
template<typename Num2 > | |
void | setBinsToConst (const Num2 &value) |
template<typename Num2 > | |
void | setOverflows (const Num2 *data, unsigned long dataLength) |
template<typename Num2 > | |
void | setOverflowsToConst (const Num2 &value) |
void | setTitle (const char *newtitle) |
const std::string & | title () const |
HistoND | transpose (unsigned axisNum1, unsigned axisNum2) const |
double | volume () const |
template<typename Num2 > | |
void | fill (const Num2 &weight) |
template<typename Num2 > | |
void | fill (double x0, const Num2 &weight) |
template<typename Num2 > | |
void | fill (double x0, double x1, const Num2 &weight) |
template<typename Num2 > | |
void | fill (double x0, double x1, double x2, const Num2 &weight) |
template<typename Num2 > | |
void | fill (double x0, double x1, double x2, double x3, const Num2 &weight) |
template<typename Num2 > | |
void | fill (double x0, double x1, double x2, double x3, double x4, const Num2 &weight) |
template<typename Num2 > | |
void | fill (double x0, double x1, double x2, double x3, double x4, double x5, const Num2 &weight) |
template<typename Num2 > | |
void | fill (double x0, double x1, double x2, double x3, double x4, double x5, double x6, const Num2 &weight) |
template<typename Num2 > | |
void | fill (double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7, const Num2 &weight) |
template<typename Num2 > | |
void | fill (double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7, double x8, const Num2 &weight) |
template<typename Num2 > | |
void | fill (double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7, double x8, double x9, const Num2 &weight) |
template<typename Num2 , class Functor > | |
void | dispatch (Num2 &weight, Functor &f) |
template<typename Num2 , class Functor > | |
void | dispatch (double x0, Num2 &weight, Functor &f) |
template<typename Num2 , class Functor > | |
void | dispatch (double x0, double x1, Num2 &weight, Functor &f) |
template<typename Num2 , class Functor > | |
void | dispatch (double x0, double x1, double x2, Num2 &weight, Functor &f) |
template<typename Num2 , class Functor > | |
void | dispatch (double x0, double x1, double x2, double x3, Num2 &weight, Functor &f) |
template<typename Num2 , class Functor > | |
void | dispatch (double x0, double x1, double x2, double x3, double x4, Num2 &weight, Functor &f) |
template<typename Num2 , class Functor > | |
void | dispatch (double x0, double x1, double x2, double x3, double x4, double x5, Num2 &weight, Functor &f) |
template<typename Num2 , class Functor > | |
void | dispatch (double x0, double x1, double x2, double x3, double x4, double x5, double x6, Num2 &weight, Functor &f) |
template<typename Num2 , class Functor > | |
void | dispatch (double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7, Num2 &weight, Functor &f) |
template<typename Num2 , class Functor > | |
void | dispatch (double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7, double x8, Num2 &weight, Functor &f) |
template<typename Num2 , class Functor > | |
void | dispatch (double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7, double x8, double x9, Num2 &weight, Functor &f) |
const Numeric & | examine () const |
const Numeric & | examine (double x0) const |
const Numeric & | examine (double x0, double x1) const |
const Numeric & | examine (double x0, double x1, double x2) const |
const Numeric & | examine (double x0, double x1, double x2, double x3) const |
const Numeric & | examine (double x0, double x1, double x2, double x3, double x4) const |
const Numeric & | examine (double x0, double x1, double x2, double x3, double x4, double x5) const |
const Numeric & | examine (double x0, double x1, double x2, double x3, double x4, double x5, double x6) const |
const Numeric & | examine (double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7) const |
const Numeric & | examine (double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7, double x8) const |
const Numeric & | examine (double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7, double x8, double x9) const |
const Numeric & | closestBin () const |
const Numeric & | closestBin (double x0) const |
const Numeric & | closestBin (double x0, double x1) const |
const Numeric & | closestBin (double x0, double x1, double x2) const |
const Numeric & | closestBin (double x0, double x1, double x2, double x3) const |
const Numeric & | closestBin (double x0, double x1, double x2, double x3, double x4) const |
const Numeric & | closestBin (double x0, double x1, double x2, double x3, double x4, double x5) const |
const Numeric & | closestBin (double x0, double x1, double x2, double x3, double x4, double x5, double x6) const |
const Numeric & | closestBin (double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7) const |
const Numeric & | closestBin (double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7, double x8) const |
const Numeric & | closestBin (double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7, double x8, double x9) const |
template<typename Num2 > | |
void | fillC (const Num2 &weight) |
template<typename Num2 > | |
void | fillC (double x0, const Num2 &weight) |
template<typename Num2 > | |
void | fillC (double x0, double x1, const Num2 &weight) |
template<typename Num2 > | |
void | fillC (double x0, double x1, double x2, const Num2 &weight) |
template<typename Num2 > | |
void | fillC (double x0, double x1, double x2, double x3, const Num2 &weight) |
template<typename Num2 > | |
void | fillC (double x0, double x1, double x2, double x3, double x4, const Num2 &weight) |
template<typename Num2 > | |
void | fillC (double x0, double x1, double x2, double x3, double x4, double x5, const Num2 &weight) |
template<typename Num2 > | |
void | fillC (double x0, double x1, double x2, double x3, double x4, double x5, double x6, const Num2 &weight) |
template<typename Num2 > | |
void | fillC (double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7, const Num2 &weight) |
template<typename Num2 > | |
void | fillC (double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7, double x8, const Num2 &weight) |
template<typename Num2 > | |
void | fillC (double x0, double x1, double x2, double x3, double x4, double x5, double x6, double x7, double x8, double x9, const Num2 &weight) |
template<typename Num2 > | |
void | setBin (const unsigned *index, unsigned indexLen, const Num2 &v) |
template<typename Num2 > | |
void | setBin (const Num2 &v) |
template<typename Num2 > | |
void | setBin (unsigned i0, const Num2 &v) |
template<typename Num2 > | |
void | setBin (unsigned i0, unsigned i1, const Num2 &v) |
template<typename Num2 > | |
void | setBin (unsigned i0, unsigned i1, unsigned i2, const Num2 &v) |
template<typename Num2 > | |
void | setBin (unsigned i0, unsigned i1, unsigned i2, unsigned i3, const Num2 &v) |
template<typename Num2 > | |
void | setBin (unsigned i0, unsigned i1, unsigned i2, unsigned i3, unsigned i4, const Num2 &v) |
template<typename Num2 > | |
void | setBin (unsigned i0, unsigned i1, unsigned i2, unsigned i3, unsigned i4, unsigned i5, const Num2 &v) |
template<typename Num2 > | |
void | setBin (unsigned i0, unsigned i1, unsigned i2, unsigned i3, unsigned i4, unsigned i5, unsigned i6, const Num2 &v) |
template<typename Num2 > | |
void | setBin (unsigned i0, unsigned i1, unsigned i2, unsigned i3, unsigned i4, unsigned i5, unsigned i6, unsigned i7, const Num2 &v) |
template<typename Num2 > | |
void | setBin (unsigned i0, unsigned i1, unsigned i2, unsigned i3, unsigned i4, unsigned i5, unsigned i6, unsigned i7, unsigned i8, const Num2 &v) |
template<typename Num2 > | |
void | setBin (unsigned i0, unsigned i1, unsigned i2, unsigned i3, unsigned i4, unsigned i5, unsigned i6, unsigned i7, unsigned i8, unsigned i9, const Num2 &v) |
template<typename Num2 > | |
void | setLinearBin (const unsigned long index, const Num2 &v) |
template<typename Num2 > | |
void | setBinAt (const unsigned *index, unsigned indexLen, const Num2 &v) |
template<typename Num2 > | |
void | setBinAt (const Num2 &v) |
template<typename Num2 > | |
void | setBinAt (unsigned i0, const Num2 &v) |
template<typename Num2 > | |
void | setBinAt (unsigned i0, unsigned i1, const Num2 &v) |
template<typename Num2 > | |
void | setBinAt (unsigned i0, unsigned i1, unsigned i2, const Num2 &v) |
template<typename Num2 > | |
void | setBinAt (unsigned i0, unsigned i1, unsigned i2, unsigned i3, const Num2 &v) |
template<typename Num2 > | |
void | setBinAt (unsigned i0, unsigned i1, unsigned i2, unsigned i3, unsigned i4, const Num2 &v) |
template<typename Num2 > | |
void | setBinAt (unsigned i0, unsigned i1, unsigned i2, unsigned i3, unsigned i4, unsigned i5, const Num2 &v) |
template<typename Num2 > | |
void | setBinAt (unsigned i0, unsigned i1, unsigned i2, unsigned i3, unsigned i4, unsigned i5, unsigned i6, const Num2 &v) |
template<typename Num2 > | |
void | setBinAt (unsigned i0, unsigned i1, unsigned i2, unsigned i3, unsigned i4, unsigned i5, unsigned i6, unsigned i7, const Num2 &v) |
template<typename Num2 > | |
void | setBinAt (unsigned i0, unsigned i1, unsigned i2, unsigned i3, unsigned i4, unsigned i5, unsigned i6, unsigned i7, unsigned i8, const Num2 &v) |
template<typename Num2 > | |
void | setBinAt (unsigned i0, unsigned i1, unsigned i2, unsigned i3, unsigned i4, unsigned i5, unsigned i6, unsigned i7, unsigned i8, unsigned i9, const Num2 &v) |
template<typename Num2 > | |
void | setLinearBinAt (const unsigned long index, const Num2 &v) |
void | setNFillsTotal (const unsigned long i) |
void | setNFillsOver (const unsigned long i) |
template<typename Num2 > | |
void | scaleBinContents (const Num2 *data, unsigned long dataLength) |
template<typename Num2 > | |
void | scaleOverflows (const Num2 *data, unsigned long dataLength) |
template<typename Num2 > | |
void | addToBinContents (const Num2 &weight) |
template<typename Num2 > | |
void | addToOverflows (const Num2 &weight) |
template<typename Num2 > | |
void | addToBinContents (const Num2 *data, unsigned long dataLength) |
template<typename Num2 > | |
void | addToOverflows (const Num2 *data, unsigned long dataLength) |
template<typename Num2 , typename Num3 > | |
void | addToProjection (HistoND< Num2, Axis > *projection, AbsArrayProjector< Numeric, Num3 > &projector, const unsigned *projectedIndices, unsigned nProjectedIndices) const |
template<typename Num2 , typename Num3 > | |
void | addToProjection (HistoND< Num2, Axis > *projection, AbsVisitor< Numeric, Num3 > &projector, const unsigned *projectedIndices, unsigned nProjectedIndices) const |
gs::ClassId | classId () const |
bool | write (std::ostream &of) const |
Static Public Member Functions | |
static const char * | classname () |
static HistoND * | read (const gs::ClassId &id, std::istream &in) |
static unsigned | version () |
Private Member Functions | |
template<typename Acc > | |
void | accumulateBinsLoop (unsigned level, const BoxND< double > &box, unsigned *idx, Acc *accumulator, double overlapFraction, long double *wsum) const |
template<typename Num2 > | |
void | fillPreservingCentroid (const Num2 &weight) |
HistoND (const HistoND &r, unsigned ax1, unsigned ax2) | |
Private Attributes | |
std::string | accumulatedDataLabel_ |
std::vector< Axis > | axes_ |
ArrayND< Numeric > | data_ |
unsigned | dim_ |
unsigned long | fillCount_ |
std::vector< unsigned > | indexBuf_ |
unsigned long | modCount_ |
unsigned long | overCount_ |
ArrayND< Numeric > | overflow_ |
std::string | title_ |
std::vector< double > | weightBuf_ |
Friends | |
template<typename Num2 , class Axis2 > | |
class | HistoND |
(Almost) arbitrary-dimensional histogram with binning determined by the second template parameter (typically HistoAxis or NUHistoAxis). The dimensionality must not exceed CHAR_BIT*sizeof(unsigned long)-1 which is normally 31/63 on 32/64-bit systems.
The template parameter class (Numeric) must be such that it can be used as the template parameter of ArrayND class. For a typical usage pattern, Numeric should also support operator += between itself and the weights with which the histogram is filled (see, however, the description of the "dispatch" method which is not subject to this recommendation).
If the "fillC" method is used to accumulate the data then the weights must support multiplication by a double, and then it must be possible to use the "+=" operator to add such a product to Numeric.
Note that there are no methods which would allow the user to examine the bin contents of the histogram using bin numbers. This is intentional: almost always such examinations are performed in a loop over indices, and it is more efficient to grab a reference to the underlying array using the "binContents()" method and then examine that array directly.
Definition at line 23 of file HistoAxis.h.
typedef Axis npstat::HistoND< Numeric, Axis >::axis_type |
typedef Numeric npstat::HistoND< Numeric, Axis >::value_type |
enum npstat::HistoND::RebinType |
Enumerator | |
---|---|
SAMPLE | |
SUM | |
AVERAGE |
|
explicit |
Main constructor for arbitrary-dimensional histograms
Definition at line 1269 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::clear(), and npstat::HistoND< Numeric, Axis >::dim_.
|
explicit |
Convenience constructor for 1-d histograms
Definition at line 1287 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::axes_, npstat::HistoND< Numeric, Axis >::clear(), npstat::HistoND< Numeric, Axis >::dim_, and HLT_2024v10_cff::xAxis.
npstat::HistoND< Numeric, Axis >::HistoND | ( | const Axis & | xAxis, |
const Axis & | yAxis, | ||
const char * | title = nullptr , |
||
const char * | accumulatedDataLabel = nullptr |
||
) |
Convenience constructor for 2-d histograms
Definition at line 1302 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::axes_, npstat::HistoND< Numeric, Axis >::clear(), npstat::HistoND< Numeric, Axis >::dim_, HLT_2024v10_cff::xAxis, and HLT_2024v10_cff::yAxis.
npstat::HistoND< Numeric, Axis >::HistoND | ( | const Axis & | xAxis, |
const Axis & | yAxis, | ||
const Axis & | zAxis, | ||
const char * | title = nullptr , |
||
const char * | accumulatedDataLabel = nullptr |
||
) |
Convenience constructor for 3-d histograms
Definition at line 1318 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::axes_, npstat::HistoND< Numeric, Axis >::clear(), npstat::HistoND< Numeric, Axis >::dim_, HLT_2024v10_cff::xAxis, HLT_2024v10_cff::yAxis, and HLT_2024v10_cff::zAxis.
npstat::HistoND< Numeric, Axis >::HistoND | ( | const Axis & | xAxis, |
const Axis & | yAxis, | ||
const Axis & | zAxis, | ||
const Axis & | tAxis, | ||
const char * | title = nullptr , |
||
const char * | accumulatedDataLabel = nullptr |
||
) |
Convenience constructor for 4-d histograms
Definition at line 1336 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::axes_, npstat::HistoND< Numeric, Axis >::clear(), npstat::HistoND< Numeric, Axis >::dim_, HLT_2024v10_cff::xAxis, HLT_2024v10_cff::yAxis, and HLT_2024v10_cff::zAxis.
npstat::HistoND< Numeric, Axis >::HistoND | ( | const Axis & | xAxis, |
const Axis & | yAxis, | ||
const Axis & | zAxis, | ||
const Axis & | tAxis, | ||
const Axis & | vAxis, | ||
const char * | title = nullptr , |
||
const char * | accumulatedDataLabel = nullptr |
||
) |
Convenience constructor for 5-d histograms
Definition at line 1355 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::axes_, npstat::HistoND< Numeric, Axis >::clear(), npstat::HistoND< Numeric, Axis >::dim_, HLT_2024v10_cff::xAxis, HLT_2024v10_cff::yAxis, and HLT_2024v10_cff::zAxis.
npstat::HistoND< Numeric, Axis >::HistoND | ( | const ArrayShape & | shape, |
const BoxND< double > & | boundingBox, | ||
const char * | title = nullptr , |
||
const char * | accumulatedDataLabel = nullptr |
||
) |
Simple constructor for uniformly binned histograms without axis labels. Sequence size returned by the size() method of both "shape" and "boundingBox" arguments must be the same.
Definition at line 1380 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::axes_, npstat::HistoND< Numeric, Axis >::boundingBox(), npstat::HistoND< Numeric, Axis >::clear(), npstat::HistoND< Numeric, Axis >::dim_, mps_fire::i, SiStripPI::max, SiStripPI::min, and l1trig_cff::shape.
npstat::HistoND< Numeric, Axis >::HistoND | ( | const HistoND< Num2, Axis > & | h, |
const Functor & | f, | ||
const char * | title = nullptr , |
||
const char * | accumulatedDataLabel = nullptr |
||
) |
npstat::HistoND< Numeric, Axis >::HistoND | ( | const HistoND< Num2, Axis > & | h, |
const unsigned * | indices, | ||
unsigned | nIndices, | ||
const char * | title = nullptr |
||
) |
A slicing constructor. The new histogram will be created by slicing another histogram. See the description of the slicing constructor in the "ArrayND" class for the meaning of arguments "indices" and "nIndices". The data of the newly created histogram is cleared.
Definition at line 1423 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::clear().
npstat::HistoND< Numeric, Axis >::HistoND | ( | const HistoND< Num2, Axis > & | h, |
const Axis & | newAxis, | ||
unsigned | newAxisNumber, | ||
const char * | title = nullptr |
||
) |
A constructor that inserts a new axis into a histogram (as if the argument histogram was a slice of the new histogram). The "newAxisNumber" argument specifies the number of the new axis in the axis sequence of the constructed histogram. If the "newAxisNumber" exceeds the number of axes of the argument histogram, the new axis will become last. The data of the newly created histogram is cleared.
Definition at line 1441 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::clear(), and npstat::HistoND< Numeric, Axis >::dim_.
npstat::HistoND< Numeric, Axis >::HistoND | ( | const HistoND< Num2, Axis > & | h, |
RebinType | rType, | ||
const unsigned * | newBinCounts, | ||
unsigned | lenNewBinCounts, | ||
const double * | shifts = nullptr , |
||
const char * | title = nullptr |
||
) |
Create a rebinned histogram with the same axis coverage. Note that not all such operations will be meaningful if the bin contents do not belong to one of the floating point types. The "newBinCounts" argument specifies the new number of bins along each axis. The length of this array (provided by the "lenNewBinCounts" argument) should be equal to the input histogram dimensionality.
The "shifts" argument can be meaningfully specified with the "rType" argument set to "SAMPLE". These shifts will be added to the bin centers of the created histogram when the bin contents are looked up in the input histogram. This can be useful in case the bin center lookup without shifts would fall exactly on the bin edge. Naturally, the length of the "shifts" array should be equal to the input histogram dimensionality.
Definition at line 1463 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::AVERAGE, npstat::HistoND< Numeric, Axis >::axes_, npstat::HistoND< Numeric, Axis >::binCenter(), visDQMUpload::buf, npstat::ArrayND< Numeric, StackLen, StackDim >::convertLinearIndex(), npstat::HistoND< Numeric, Axis >::data_, npstat::HistoND< Numeric, Axis >::dim_, h, mps_fire::i, npstat::HistoND< Numeric, Axis >::indexBuf_, npstat::ArrayND< Numeric, StackLen, StackDim >::length(), npstat::ArrayND< Numeric, StackLen, StackDim >::linearValue(), npstat::HistoND< Numeric, Axis >::SAMPLE, npstat::HistoND< Numeric, Axis >::weightBuf_, and SiPixelPI::zero.
npstat::HistoND< Numeric, Axis >::HistoND | ( | const HistoND< Numeric, Axis > & | r | ) |
|
delete |
Default constructor not implemented
|
private |
Definition at line 3297 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::axes_, and edm::swap().
void npstat::HistoND< Numeric, Axis >::accumulateBinsInBox | ( | const BoxND< double > & | box, |
Acc * | acc, | ||
bool | calculateAverage = false |
||
) | const |
Add contents of all bins inside the given box to the accumulator. Note that Numeric type must support multiplication by a double in order for this function to work (it calculates the overlap fraction of each bin with the box and multiplies bin content by that fraction for subsequent accumulation). The operation Acc += Numeric must be defined.
Definition at line 1228 of file HistoND.h.
References mixOne_premix_on_sim_cfi::accumulator, cms::cuda::assert(), mps_fire::i, dttmaxenums::L, and mitigatedMETSequence_cff::U.
|
private |
Definition at line 1203 of file HistoND.h.
References mixOne_premix_on_sim_cfi::accumulator, mps_fire::i, heavyIonCSV_trainingSettings::idx, personalPlayback::level, LaserClient_cfi::nbins, and mitigatedMETSequence_cff::U.
|
inline |
Label associated with accumulated data
Definition at line 179 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::accumulatedDataLabel_.
void npstat::HistoND< Numeric, Axis >::addToBinContents | ( | const Num2 & | weight | ) |
In-place addition of a scalar to all bins. Equivalent to calling the "fill" function with the same weight once for every bin.
Definition at line 3361 of file HistoND.h.
References data, and mps_fire::i.
void npstat::HistoND< Numeric, Axis >::addToBinContents | ( | const Num2 * | data, |
unsigned long | dataLength | ||
) |
In-place addition of an array. Equivalent to calling the "fill" function once for every bin with the weight taken from the corresponding array element.
Definition at line 3384 of file HistoND.h.
References cms::cuda::assert(), data, and mps_fire::i.
void npstat::HistoND< Numeric, Axis >::addToOverflows | ( | const Num2 & | weight | ) |
Definition at line 3372 of file HistoND.h.
References data, and mps_fire::i.
void npstat::HistoND< Numeric, Axis >::addToOverflows | ( | const Num2 * | data, |
unsigned long | dataLength | ||
) |
Definition at line 3397 of file HistoND.h.
References cms::cuda::assert(), data, and mps_fire::i.
|
inline |
Code for projecting one histogram onto another. For now, this is done for bin contents only, not for overflows. The projection should be created in advance from this histogram with the aid of the slicing constructor. The indices used in that constructor should be provided here as well.
Note that you might want to recalculate the number of fills from data after performing all projections needed.
Definition at line 3462 of file HistoND.h.
References cms::cuda::assert().
|
inline |
Definition at line 3474 of file HistoND.h.
References cms::cuda::assert().
void npstat::HistoND< Numeric, Axis >::allBinCenters | ( | std::vector< Point > * | centers | ) | const |
Convenience function which fills out a vector of bin centers in the same order as the linear order of binContents(). The class "Point" must have a subscript operator, default constructor, copy constructor, and the size() method (use, for example, std::array).
Definition at line 1569 of file HistoND.h.
References cms::cuda::assert(), and mps_fire::i.
|
inline |
Inspect histogram axes
Definition at line 188 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::axes_.
|
inline |
Inspect a histogram axis for the given dimension
Definition at line 191 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::axes_, and mps_fire::i.
void npstat::HistoND< Numeric, Axis >::binBox | ( | unsigned long | binNumber, |
BoxND< double > * | box | ||
) | const |
Bounding box for the given bin
Definition at line 1592 of file HistoND.h.
References cms::cuda::assert(), plotT0FromHistos::binNumber(), and mps_fire::i.
void npstat::HistoND< Numeric, Axis >::binCenter | ( | unsigned long | binNumber, |
double * | coords, | ||
unsigned | lenCoords | ||
) | const |
Position of the bin center. Length of the "coords" array (filled on return) should be equal to the dimensionality of the histogram.
Definition at line 1551 of file HistoND.h.
References cms::cuda::assert(), plotT0FromHistos::binNumber(), and mps_fire::i.
Referenced by npstat::HistoND< Numeric, Axis >::HistoND().
|
inline |
Retrive a reference to the array of bin contents
Definition at line 182 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::data_.
Referenced by npstat::StorableHistoNDFunctor< Numeric, Axis, Converter >::table().
double npstat::HistoND< Numeric, Axis >::binVolume | ( | unsigned long | binNumber = 0 | ) | const |
This method returns width/area/volume/etc. of a single bin. 1.0 is returned for a dimensionless histogram.
Definition at line 1622 of file HistoND.h.
References plotT0FromHistos::binNumber(), mps_fire::i, and findQualityFiles::v.
BoxND< double > npstat::HistoND< Numeric, Axis >::boundingBox | ( | ) | const |
Bounding box for the whole histogram
Definition at line 1539 of file HistoND.h.
References mps_fire::i.
Referenced by npstat::HistoND< Numeric, Axis >::HistoND().
|
inline |
|
static |
|
inline |
Clear the histogram contents (both bins and overflows)
Definition at line 1262 of file HistoND.h.
Referenced by npstat::HistoND< Numeric, Axis >::HistoND().
|
inline |
|
inline |
const Numeric & npstat::HistoND< Numeric, Axis >::closestBin | ( | const double * | coords, |
unsigned | coordLength | ||
) | const |
The "closestBin" functions are similar to the "examine" functions but always return a valid bin and never overflow. This can be useful for implementing lookup tables with constant extrapolation outside of the histogram range.
Definition at line 1723 of file HistoND.h.
References cms::cuda::assert(), mps_fire::i, and heavyIonCSV_trainingSettings::idx.
|
inline |
Convenience "closestBin" method for histograms of corresponding dimensionality
Definition at line 1828 of file HistoND.h.
References npstat::Private::h_badargs().
|
inline |
Definition at line 1896 of file HistoND.h.
References npstat::Private::h_badargs(), and mitigatedMETSequence_cff::U.
const Numeric & npstat::HistoND< Numeric, Axis >::closestBin | ( | double | x0, |
double | x1 | ||
) | const |
Definition at line 1973 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, and mitigatedMETSequence_cff::U.
const Numeric & npstat::HistoND< Numeric, Axis >::closestBin | ( | double | x0, |
double | x1, | ||
double | x2 | ||
) | const |
Definition at line 2056 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, and mitigatedMETSequence_cff::U.
const Numeric & npstat::HistoND< Numeric, Axis >::closestBin | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3 | ||
) | const |
Definition at line 2148 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and mitigatedMETSequence_cff::U.
const Numeric & npstat::HistoND< Numeric, Axis >::closestBin | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4 | ||
) | const |
Definition at line 2248 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and mitigatedMETSequence_cff::U.
const Numeric & npstat::HistoND< Numeric, Axis >::closestBin | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5 | ||
) | const |
Definition at line 2367 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and mitigatedMETSequence_cff::U.
const Numeric & npstat::HistoND< Numeric, Axis >::closestBin | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6 | ||
) | const |
Definition at line 2499 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and mitigatedMETSequence_cff::U.
const Numeric & npstat::HistoND< Numeric, Axis >::closestBin | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7 | ||
) | const |
Definition at line 2645 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and mitigatedMETSequence_cff::U.
const Numeric & npstat::HistoND< Numeric, Axis >::closestBin | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7, | ||
double | x8 | ||
) | const |
Definition at line 2801 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and mitigatedMETSequence_cff::U.
const Numeric & npstat::HistoND< Numeric, Axis >::closestBin | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7, | ||
double | x8, | ||
double | x9 | ||
) | const |
Definition at line 2971 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and mitigatedMETSequence_cff::U.
|
inline |
Histogram dimensionality
Definition at line 173 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::dim_.
Referenced by npstat::StorableHistoNDFunctor< Numeric, Axis, Converter >::minDim().
void npstat::HistoND< Numeric, Axis >::dispatch | ( | const double * | coords, |
unsigned | coordLength, | ||
Num2 & | weight, | ||
Functor & | f | ||
) |
Location-based dispatch method. The provided binary functor will be called with the approprite histogram bin value as the first argument and the weight as the second (functor return value is ignored). This allows for a very general use of the histogram binning functionality. For example, with a proper functor, the histogram bins can be filled with pointers to an arbitrary class (this is the only way to use classes which do not have default constructors as bin contents) and the functor can be used to dispatch class methods. Depending on the exact nature of the functor, multiple things might be modified as the result of this call: the bin value, the weight, and the functor internal state.
Definition at line 1674 of file HistoND.h.
References cms::cuda::assert(), f, mps_fire::i, heavyIonCSV_trainingSettings::idx, mitigatedMETSequence_cff::U, and w().
|
inline |
Convenience "dispatch" method for histograms of corresponding dimensionality
Definition at line 1803 of file HistoND.h.
References f, npstat::Private::h_badargs(), and w().
void npstat::HistoND< Numeric, Axis >::dispatch | ( | double | x0, |
Num2 & | weight, | ||
Functor & | f | ||
) |
Definition at line 1853 of file HistoND.h.
References f, npstat::Private::h_badargs(), mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::dispatch | ( | double | x0, |
double | x1, | ||
Num2 & | weight, | ||
Functor & | f | ||
) |
Definition at line 1924 of file HistoND.h.
References f, npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::dispatch | ( | double | x0, |
double | x1, | ||
double | x2, | ||
Num2 & | weight, | ||
Functor & | f | ||
) |
Definition at line 2004 of file HistoND.h.
References f, npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::dispatch | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
Num2 & | weight, | ||
Functor & | f | ||
) |
Definition at line 2089 of file HistoND.h.
References f, npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::dispatch | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
Num2 & | weight, | ||
Functor & | f | ||
) |
Definition at line 2187 of file HistoND.h.
References f, npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::dispatch | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
Num2 & | weight, | ||
Functor & | f | ||
) |
Definition at line 2292 of file HistoND.h.
References f, npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::dispatch | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
Num2 & | weight, | ||
Functor & | f | ||
) |
Definition at line 2414 of file HistoND.h.
References f, npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::dispatch | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7, | ||
Num2 & | weight, | ||
Functor & | f | ||
) |
Definition at line 2554 of file HistoND.h.
References f, npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::dispatch | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7, | ||
double | x8, | ||
Num2 & | weight, | ||
Functor & | f | ||
) |
Definition at line 2704 of file HistoND.h.
References f, npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::dispatch | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7, | ||
double | x8, | ||
double | x9, | ||
Num2 & | weight, | ||
Functor & | f | ||
) |
Definition at line 2865 of file HistoND.h.
References f, npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
const Numeric & npstat::HistoND< Numeric, Axis >::examine | ( | const double * | coords, |
unsigned | coordLength | ||
) | const |
The "examine" functions allow the user to access bin contents when bins are addressed by their coordinates. Use "binContents()" to access the data by bin numbers. Overflow bins will be accessed if the given coordinates fall outside the histogram range.
Definition at line 1699 of file HistoND.h.
References cms::cuda::assert(), mps_fire::i, heavyIonCSV_trainingSettings::idx, and mitigatedMETSequence_cff::U.
|
inline |
Convenience "examine" method for histograms of corresponding dimensionality
Definition at line 1821 of file HistoND.h.
References npstat::Private::h_badargs().
|
inline |
Definition at line 1884 of file HistoND.h.
References npstat::Private::h_badargs(), and mitigatedMETSequence_cff::U.
const Numeric & npstat::HistoND< Numeric, Axis >::examine | ( | double | x0, |
double | x1 | ||
) | const |
Definition at line 1959 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, CastorDigiReco::o1, and mitigatedMETSequence_cff::U.
const Numeric & npstat::HistoND< Numeric, Axis >::examine | ( | double | x0, |
double | x1, | ||
double | x2 | ||
) | const |
Definition at line 2041 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, CastorDigiReco::o1, and mitigatedMETSequence_cff::U.
const Numeric & npstat::HistoND< Numeric, Axis >::examine | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3 | ||
) | const |
Definition at line 2129 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, and mitigatedMETSequence_cff::U.
const Numeric & npstat::HistoND< Numeric, Axis >::examine | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4 | ||
) | const |
Definition at line 2230 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, and mitigatedMETSequence_cff::U.
const Numeric & npstat::HistoND< Numeric, Axis >::examine | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5 | ||
) | const |
Definition at line 2348 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, and mitigatedMETSequence_cff::U.
const Numeric & npstat::HistoND< Numeric, Axis >::examine | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6 | ||
) | const |
Definition at line 2474 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, and mitigatedMETSequence_cff::U.
const Numeric & npstat::HistoND< Numeric, Axis >::examine | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7 | ||
) | const |
Definition at line 2618 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, and mitigatedMETSequence_cff::U.
const Numeric & npstat::HistoND< Numeric, Axis >::examine | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7, | ||
double | x8 | ||
) | const |
Definition at line 2772 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, and mitigatedMETSequence_cff::U.
const Numeric & npstat::HistoND< Numeric, Axis >::examine | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7, | ||
double | x8, | ||
double | x9 | ||
) | const |
Definition at line 2939 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, and mitigatedMETSequence_cff::U.
void npstat::HistoND< Numeric, Axis >::fill | ( | const double * | coords, |
unsigned | coordLength, | ||
const Num2 & | weight | ||
) |
Fill function for histograms of arbitrary dimensionality. The length of the "coords" array should be equal to the histogram dimensionality. The Numeric type must have the "+=" operator defined with the Num2 type on the right side.
Definition at line 1646 of file HistoND.h.
References cms::cuda::assert(), mps_fire::i, heavyIonCSV_trainingSettings::idx, mitigatedMETSequence_cff::U, and w().
|
inline |
Convenience "fill" method for histograms of corresponding dimensionality
Definition at line 1793 of file HistoND.h.
References npstat::Private::h_badargs(), and w().
void npstat::HistoND< Numeric, Axis >::fill | ( | double | x0, |
const Num2 & | weight | ||
) |
Definition at line 1836 of file HistoND.h.
References npstat::Private::h_badargs(), mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fill | ( | double | x0, |
double | x1, | ||
const Num2 & | weight | ||
) |
Definition at line 1905 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fill | ( | double | x0, |
double | x1, | ||
double | x2, | ||
const Num2 & | weight | ||
) |
Definition at line 1984 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fill | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
const Num2 & | weight | ||
) |
Definition at line 2068 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fill | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
const Num2 & | weight | ||
) |
Definition at line 2164 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fill | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
const Num2 & | weight | ||
) |
Definition at line 2263 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fill | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
const Num2 & | weight | ||
) |
Definition at line 2383 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fill | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7, | ||
const Num2 & | weight | ||
) |
Definition at line 2521 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fill | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7, | ||
double | x8, | ||
const Num2 & | weight | ||
) |
Definition at line 2669 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fill | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7, | ||
double | x8, | ||
double | x9, | ||
const Num2 & | weight | ||
) |
Definition at line 2827 of file HistoND.h.
References npstat::Private::h_badargs(), testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fillC | ( | const double * | coords, |
unsigned | coordLength, | ||
const Num2 & | weight | ||
) |
The "fillC" functions are similar to the "fill" methods but they preserve the centroid of the deposit. Note that, if the histogram dimensionality is high, "fillC" works significantly slower than the corresponding "fill". Also note that there must be at least 2 bins in each dimension in order for this function to work.
A word of caution. What is added to the bins is the input weight multiplied by another weight calculated using the bin proximity. If the input weight is just 1 (which happens quite often in practice), the product of the weights is normally less than 1. If the histogram template parameter is one of the integer types, operator += will convert this product to 0 before adding it to the bin! Therefore, it is best to use "fillC" only with floating point template parameters (float, double, etc).
Currently, the "fillC" methods work sensibly only in the case the binning is uniform (i.e., the second template parameter is HistoAxis rather than, let say, NUHistoAxis). They typically will not even compile if the binning is not uniform.
Definition at line 1764 of file HistoND.h.
References cms::cuda::assert(), mps_fire::i, heavyIonCSV_trainingSettings::idx, mitigatedMETSequence_cff::U, and w().
|
inline |
Convenience "fillC" method for histograms of corresponding dimensionality
Definition at line 1812 of file HistoND.h.
References npstat::Private::h_badargs(), and w().
void npstat::HistoND< Numeric, Axis >::fillC | ( | double | x0, |
const Num2 & | weight | ||
) |
Definition at line 1867 of file HistoND.h.
References npstat::Private::h_badargs(), heavyIonCSV_trainingSettings::idx, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fillC | ( | double | x0, |
double | x1, | ||
const Num2 & | weight | ||
) |
Definition at line 1940 of file HistoND.h.
References npstat::Private::h_badargs(), heavyIonCSV_trainingSettings::idx, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fillC | ( | double | x0, |
double | x1, | ||
double | x2, | ||
const Num2 & | weight | ||
) |
Definition at line 2021 of file HistoND.h.
References npstat::Private::h_badargs(), heavyIonCSV_trainingSettings::idx, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fillC | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
const Num2 & | weight | ||
) |
Definition at line 2108 of file HistoND.h.
References npstat::Private::h_badargs(), heavyIonCSV_trainingSettings::idx, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fillC | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
const Num2 & | weight | ||
) |
Definition at line 2207 of file HistoND.h.
References npstat::Private::h_badargs(), heavyIonCSV_trainingSettings::idx, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fillC | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
const Num2 & | weight | ||
) |
Definition at line 2319 of file HistoND.h.
References npstat::Private::h_badargs(), heavyIonCSV_trainingSettings::idx, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fillC | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
const Num2 & | weight | ||
) |
Definition at line 2443 of file HistoND.h.
References npstat::Private::h_badargs(), heavyIonCSV_trainingSettings::idx, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fillC | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7, | ||
const Num2 & | weight | ||
) |
Definition at line 2585 of file HistoND.h.
References npstat::Private::h_badargs(), heavyIonCSV_trainingSettings::idx, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fillC | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7, | ||
double | x8, | ||
const Num2 & | weight | ||
) |
Definition at line 2737 of file HistoND.h.
References npstat::Private::h_badargs(), heavyIonCSV_trainingSettings::idx, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
void npstat::HistoND< Numeric, Axis >::fillC | ( | double | x0, |
double | x1, | ||
double | x2, | ||
double | x3, | ||
double | x4, | ||
double | x5, | ||
double | x6, | ||
double | x7, | ||
double | x8, | ||
double | x9, | ||
const Num2 & | weight | ||
) |
Definition at line 2901 of file HistoND.h.
References npstat::Private::h_badargs(), heavyIonCSV_trainingSettings::idx, CastorDigiReco::o1, mitigatedMETSequence_cff::U, and w().
|
private |
Definition at line 1741 of file HistoND.h.
References mps_fire::i, mitigatedMETSequence_cff::U, w(), and hltDeepSecondaryVertexTagInfosPFPuppi_cfi::weights.
|
inline |
This method returns the number of modifications performed on the histogram since its creation. This number is always increasing during the lifetime of the histogram object. Its main property is as follows: if the method "getModCount" returns the same number twice, there should be no changes in the histogram object (so that a drawing program does not need to redraw the histogram image).
This number is pure transient, it is not serialized and does not participate in histogram comparisons for equality.
Definition at line 913 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::modCount_.
|
inline |
Indicate that the histogram contents have changed. Should be used by any code which directly modifies histogram bins (after using const_cast on the relevant reference).
Definition at line 920 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::modCount_.
double npstat::HistoND< Numeric, Axis >::integral | ( | ) | const |
Integral of the histogram
Definition at line 1520 of file HistoND.h.
References data, mps_fire::i, and mitigatedMETSequence_cff::U.
|
inline |
bool npstat::HistoND< Numeric, Axis >::isUniformlyBinned | ( | ) | const |
This method returns "true" if the method isUniform() of each histogram axis returns "true"
Definition at line 1512 of file HistoND.h.
References mps_fire::i.
|
inline |
Total number of bins
Definition at line 194 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::data_, and npstat::ArrayND< Numeric, StackLen, StackDim >::length().
|
inline |
Total number of fills which fell inside the histogram range
Definition at line 200 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::fillCount_, and npstat::HistoND< Numeric, Axis >::overCount_.
|
inline |
Total number of fills which fell outside the histogram range
Definition at line 203 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::overCount_.
|
inline |
Total number of fills performed
Definition at line 197 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::fillCount_.
|
inline |
Logical negation of operator==
HistoND& npstat::HistoND< Numeric, Axis >::operator*= | ( | const Num2 & | r | ) |
In-place multiplication by a scalar (scaling)
|
inline |
HistoND& npstat::HistoND< Numeric, Axis >::operator+= | ( | const HistoND< Num2, Axis > & | r | ) |
Fill from another histogram. Compatibility of axis limits will not be checked, but compatibility of array shapes will be.
|
inline |
HistoND& npstat::HistoND< Numeric, Axis >::operator-= | ( | const HistoND< Num2, Axis > & | r | ) |
Subtract contents of another histogram. Equivalent to multiplying the contents of the other histogram by -1 and then adding them. One of the consequences of this approach is that, for histograms "a" and "b", the sequence of operations "a += b; a -= b;" does not leave histogram "a" unchanged: although its bin contents will remain the same (up to round-off errors), the fill counts will increase by twice the fill counts of "b".
|
inline |
HistoND& npstat::HistoND< Numeric, Axis >::operator/= | ( | const Num2 & | r | ) |
In-place division by a scalar
|
inline |
HistoND< Numeric, Axis > & npstat::HistoND< Numeric, Axis >::operator= | ( | const HistoND< Numeric, Axis > & | r | ) |
|
inline |
|
inline |
Retrive a reference to the array of overflows
Definition at line 185 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::overflow_.
|
static |
Definition at line 3502 of file HistoND.h.
References data, recoMuon::in, npstat::ArrayND< Numeric, StackLen, StackDim >::restore(), mps_fire::result, AlCaHLTBitMon_QueryRunRegistry::string, and runGCPTkAlMap::title.
Referenced by edmIntegrityCheck.PublishToFileSystem::get().
|
inline |
void npstat::HistoND< Numeric, Axis >::scaleBinContents | ( | const Num2 * | data, |
unsigned long | dataLength | ||
) |
Multiplication by a value which is different for every bin
Definition at line 3411 of file HistoND.h.
References cms::cuda::assert(), data, and mps_fire::i.
void npstat::HistoND< Numeric, Axis >::scaleOverflows | ( | const Num2 * | data, |
unsigned long | dataLength | ||
) |
Definition at line 3423 of file HistoND.h.
References cms::cuda::assert(), data, and mps_fire::i.
|
inline |
Modify the label associated with accumulated data
Definition at line 218 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::accumulatedDataLabel_, and npstat::HistoND< Numeric, Axis >::modCount_.
|
inline |
Modify the label for the histogram axis with the given number
Definition at line 224 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::axes_, and npstat::HistoND< Numeric, Axis >::modCount_.
|
inline |
Method to set contents of individual bins (no bounds checking)
Definition at line 2999 of file HistoND.h.
References findQualityFiles::v.
|
inline |
|
inline |
|
inline |
Definition at line 3041 of file HistoND.h.
References testProducerWithPsetDescEmpty_cfi::i1, and findQualityFiles::v.
|
inline |
Definition at line 3055 of file HistoND.h.
References testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, and findQualityFiles::v.
|
inline |
Definition at line 3062 of file HistoND.h.
References testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and findQualityFiles::v.
|
inline |
Definition at line 3070 of file HistoND.h.
References testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and findQualityFiles::v.
|
inline |
Definition at line 3078 of file HistoND.h.
References testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and findQualityFiles::v.
|
inline |
Definition at line 3091 of file HistoND.h.
References testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and findQualityFiles::v.
|
inline |
Definition at line 3105 of file HistoND.h.
References testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and findQualityFiles::v.
|
inline |
Definition at line 3120 of file HistoND.h.
References testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and findQualityFiles::v.
|
inline |
Definition at line 3136 of file HistoND.h.
References testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and findQualityFiles::v.
|
inline |
Method to set contents of individual bins with bounds checking
Definition at line 3006 of file HistoND.h.
References findQualityFiles::v.
|
inline |
|
inline |
|
inline |
Definition at line 3048 of file HistoND.h.
References testProducerWithPsetDescEmpty_cfi::i1, and findQualityFiles::v.
|
inline |
Definition at line 3153 of file HistoND.h.
References testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, and findQualityFiles::v.
|
inline |
Definition at line 3160 of file HistoND.h.
References testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and findQualityFiles::v.
|
inline |
Definition at line 3168 of file HistoND.h.
References testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and findQualityFiles::v.
|
inline |
Definition at line 3176 of file HistoND.h.
References testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and findQualityFiles::v.
|
inline |
Definition at line 3189 of file HistoND.h.
References testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and findQualityFiles::v.
|
inline |
Definition at line 3203 of file HistoND.h.
References testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and findQualityFiles::v.
|
inline |
Definition at line 3218 of file HistoND.h.
References testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and findQualityFiles::v.
|
inline |
Definition at line 3234 of file HistoND.h.
References testProducerWithPsetDescEmpty_cfi::i1, testProducerWithPsetDescEmpty_cfi::i2, testProducerWithPsetDescEmpty_cfi::i3, and findQualityFiles::v.
|
inline |
|
inline |
Setting bin contents to some constant value. The Num2 type should allow automatic conversion to Numeric.
Definition at line 783 of file HistoND.h.
References npstat::ArrayND< Numeric, StackLen, StackDim >::constFill(), npstat::HistoND< Numeric, Axis >::data_, and npstat::HistoND< Numeric, Axis >::modCount_.
|
inline |
Definition at line 691 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::data_, npstat::ArrayND< Numeric, StackLen, StackDim >::linearValue(), npstat::HistoND< Numeric, Axis >::modCount_, and findQualityFiles::v.
|
inline |
Definition at line 764 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::data_, npstat::ArrayND< Numeric, StackLen, StackDim >::linearValueAt(), npstat::HistoND< Numeric, Axis >::modCount_, and findQualityFiles::v.
|
inline |
Definition at line 815 of file HistoND.h.
References mps_fire::i, npstat::HistoND< Numeric, Axis >::modCount_, and npstat::HistoND< Numeric, Axis >::overCount_.
|
inline |
This method is intended for data format conversion programs only, not for typical histogramming use
Definition at line 811 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::fillCount_, mps_fire::i, and npstat::HistoND< Numeric, Axis >::modCount_.
|
inline |
|
inline |
Setting overflows to some constant value. The Num2 type should allow automatic conversion to Numeric.
Definition at line 793 of file HistoND.h.
References npstat::ArrayND< Numeric, StackLen, StackDim >::constFill(), npstat::HistoND< Numeric, Axis >::modCount_, and npstat::HistoND< Numeric, Axis >::overflow_.
|
inline |
Modify the histogram title
Definition at line 212 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::modCount_, and npstat::HistoND< Numeric, Axis >::title_.
|
inline |
Histogram title
Definition at line 176 of file HistoND.h.
References npstat::HistoND< Numeric, Axis >::title_.
HistoND< Numeric, Axis > npstat::HistoND< Numeric, Axis >::transpose | ( | unsigned | axisNum1, |
unsigned | axisNum2 | ||
) | const |
Transpose the histogram axes and bin contents
Definition at line 3347 of file HistoND.h.
|
inlinestatic |
Definition at line 929 of file HistoND.h.
Referenced by validation.Sample::datasetpattern(), and validation.Sample::filename().
double npstat::HistoND< Numeric, Axis >::volume | ( | void | ) | const |
Volume of the histogram bounding box (this direct call is faster than calling boundingBox().volume() ). This function returns 1.0 for 0-dim histogram, axis interval length for 1-d histogram, etc.
Definition at line 1634 of file HistoND.h.
References mps_fire::i, SiStripPI::max, SiStripPI::min, and findQualityFiles::v.
bool npstat::HistoND< Numeric, Axis >::write | ( | std::ostream & | of | ) | const |
|
friend |
|
private |
Definition at line 948 of file HistoND.h.
Referenced by npstat::HistoND< Numeric, Axis >::accumulatedDataLabel(), and npstat::HistoND< Numeric, Axis >::setAccumulatedDataLabel().
|
private |
Definition at line 951 of file HistoND.h.
Referenced by npstat::HistoND< Numeric, Axis >::axes(), npstat::HistoND< Numeric, Axis >::axis(), npstat::HistoND< Numeric, Axis >::HistoND(), and npstat::HistoND< Numeric, Axis >::setAxisLabel().
|
private |
Definition at line 949 of file HistoND.h.
Referenced by npstat::HistoND< Numeric, Axis >::binContents(), npstat::HistoND< Numeric, Axis >::HistoND(), npstat::HistoND< Numeric, Axis >::nBins(), npstat::HistoND< Numeric, Axis >::setBinsToConst(), npstat::HistoND< Numeric, Axis >::setLinearBin(), and npstat::HistoND< Numeric, Axis >::setLinearBinAt().
|
private |
Definition at line 957 of file HistoND.h.
Referenced by npstat::HistoND< Numeric, Axis >::dim(), and npstat::HistoND< Numeric, Axis >::HistoND().
|
private |
Definition at line 954 of file HistoND.h.
Referenced by npstat::HistoND< Numeric, Axis >::nFillsInRange(), npstat::HistoND< Numeric, Axis >::nFillsTotal(), and npstat::HistoND< Numeric, Axis >::setNFillsTotal().
|
mutableprivate |
Definition at line 953 of file HistoND.h.
Referenced by npstat::HistoND< Numeric, Axis >::HistoND().
|
private |
Definition at line 956 of file HistoND.h.
Referenced by npstat::HistoND< Numeric, Axis >::getModCount(), npstat::HistoND< Numeric, Axis >::incrModCount(), npstat::HistoND< Numeric, Axis >::setAccumulatedDataLabel(), npstat::HistoND< Numeric, Axis >::setAxisLabel(), npstat::HistoND< Numeric, Axis >::setBinsToConst(), npstat::HistoND< Numeric, Axis >::setLinearBin(), npstat::HistoND< Numeric, Axis >::setLinearBinAt(), npstat::HistoND< Numeric, Axis >::setNFillsOver(), npstat::HistoND< Numeric, Axis >::setNFillsTotal(), npstat::HistoND< Numeric, Axis >::setOverflowsToConst(), and npstat::HistoND< Numeric, Axis >::setTitle().
|
private |
Definition at line 955 of file HistoND.h.
Referenced by npstat::HistoND< Numeric, Axis >::nFillsInRange(), npstat::HistoND< Numeric, Axis >::nFillsOver(), and npstat::HistoND< Numeric, Axis >::setNFillsOver().
|
private |
Definition at line 950 of file HistoND.h.
Referenced by npstat::HistoND< Numeric, Axis >::overflows(), and npstat::HistoND< Numeric, Axis >::setOverflowsToConst().
|
private |
Definition at line 947 of file HistoND.h.
Referenced by npstat::HistoND< Numeric, Axis >::setTitle(), and npstat::HistoND< Numeric, Axis >::title().
|
mutableprivate |
Definition at line 952 of file HistoND.h.
Referenced by npstat::HistoND< Numeric, Axis >::HistoND().