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),
#define R__ASSERT(e)
Checks condition e and reports a fatal error if it's false.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t type
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