12#ifndef ROOT_THistRange
13#define ROOT_THistRange
61 :
fBin(0),
fXbin(0),
fYbin(0),
fZbin(0),
fNx(0),
fNy(0),
fNz(0),
fXmin(0),
fXmax(0),
fYmin(0),
fYmax(0),
fZmin(0),
static TBinIterator End()
TBinIterator operator++(int)
int fNx
Total x size (nbins+2)
TBinIterator & operator++()
void SetGlobalBin()
Compute global bin number given x,y,x bin numbers.
int fBin
Global bin number used to advanced.
bool operator!=(const TBinIterator &rhs) const
ERangeType
enum defining option range type:
@ kUnOfBins
collection of all underflow/overflow bins
@ kHistRange
use range provided by histogram
@ kAxisBins
use allbins within axis limits (no underflow/overflows)
@ kAllBins
use all bins including underflows/overflows
bool operator==(const TBinIterator &rhs) const
int fDim
Histogram dimension.
TH1 is the base class of all histogram classes in ROOT.
TBinIterator::ERangeType RangeType