29 : fNx(0), fNy(0), fNz(0),
30 fXmin(0), fXmax(0), fYmin(0), fYmax(0), fZmin(0), fZmax(0)
59 fNx =
h->GetNbinsX() + 2;
60 fNy =
h->GetNbinsY() + 2;
61 fNz =
h->GetNbinsZ() + 2;
62 fDim =
h->GetDimension();
65 fXmin =
h->GetXaxis()->GetFirst();
66 fXmax =
h->GetXaxis()->GetLast();
67 fYmin =
h->GetYaxis()->GetFirst();
68 fYmax =
h->GetYaxis()->GetLast();
69 fZmin =
h->GetZaxis()->GetFirst();
70 fZmax =
h->GetZaxis()->GetLast();
80 fXmax =
h->GetNbinsX() + 1;
82 fYmax =
h->GetNbinsY() + 1;
84 fZmax =
h->GetNbinsZ() + 1;
#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()
int fNx
Total x size (nbins+2)
void SetGlobalBin()
Compute global bin number given x,y,x bin numbers.
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
int fDim
Histogram dimension.
TClass * IsA() const override
TH1 is the base class of all histogram classes in ROOT.
2D Histogram with Polygonal Bins
Int_t GetNumberOfBins() const
Return the number of bins : it should be the size of the bin list.
THistRange(const TH1 *h1, TBinIterator::ERangeType type=TBinIterator::kHistRange)