81 void ClearBinContents();
102 const char *GetBinName(
Int_t bin)
const;
103 const char *GetBinTitle(
Int_t bin)
const;
124 void SetFloat(
Bool_t flag =
true);
127 virtual void GetStats(
Double_t *stats)
const;
153 return (bin>=kNOverflow) ? GetBinContent(bin-kNOverflow+1) : GetBinContent(-bin-1);
156 return (bin>=kNOverflow) ? SetBinContent(bin-kNOverflow+1,content) : SetBinContent(-bin-1,content);
Bool_t fBinContentChanged
For the 3D Painter.
Bool_t * fCompletelyInside
Int_t GetBinNumber() const
void SetChanged(Bool_t flag)
A TMultiGraph is a collection of TGraph (or derived) objects.
Bool_t IsInside(Double_t x, Double_t y) const
Return "true" if the point (x,y) is inside the bin.
void SetBinContentChanged(Bool_t flag)
Helper class to represent a bin in the TH2Poly histogram.
static const double x2[5]
Double_t Integral(Int_t, Int_t, Int_t, Int_t, Int_t, Int_t, const Option_t *) const
#define ClassDef(name, id)
Bool_t GetChanged() const
Int_t Fill(Double_t, const char *, Double_t)
Increment cell defined by x,namey by a weight w.
Double_t Integral(Int_t, Int_t, const Option_t *) const
Double_t GetXMax()
Returns the maximum value for the x coordinates of the bin.
Double_t GetYMin()
Returns the minimum value for the y coordinates of the bin.
void SetBinContent(Int_t, Int_t, Int_t, Double_t)
Double_t GetYMax()
Returns the maximum value for the y coordinates of the bin.
void SetContent(Double_t content)
void SetBinContent(Int_t, Int_t, Double_t)
TObject * GetPolygon() const
Service class for 2-Dim histogram classes.
void Initialize(Bool_t useTMVAStyle=kTRUE)
virtual ~TH2PolyBin()
Destructor.
Double_t GetContent() const
Collection abstract base class.
Double_t Integral(Int_t, Int_t, Int_t, Int_t, const Option_t *) const
The most important graphics class in the ROOT system.
Int_t GetNumberOfBins() const
void Reset(Detail::TBranchProxy *x)
virtual void UpdateBinContent(Int_t bin, Double_t content)
Raw update of bin content on internal data structure see convention for numbering bins in TH1::GetBin...
Int_t Fill(const char *, Double_t, Double_t)
Increment cell defined by namex,y by a weight w.
void Add(THist< DIMENSIONS, PRECISION_TO, STAT_TO... > &to, const THist< DIMENSIONS, PRECISION_FROM, STAT_FROM... > &from)
Add two histograms.
static const double x1[5]
Bool_t GetNewBinAdded() const
virtual Double_t GetBinError(Int_t, Int_t) const
Mother of all ROOT objects.
virtual TObject * Clone(const char *newname="") const
Make a clone of an object using the Streamer facility.
you should not use this method at all Int_t Int_t z
void FillN(Int_t, const Double_t *, const Double_t *, Int_t)
Fill this histogram with an array x and weights w.
Bool_t GetBinContentChanged() const
A Graph is a graphics object made of two arrays X and Y with npoints each.
Double_t GetArea()
Returns the area of the bin.
Int_t Fill(const char *, const char *, Double_t)
Increment cell defined by namex,namey by a weight w.
Int_t Fill(Double_t)
Invalid Fill method.
Double_t GetXMin()
Returns the minimum value for the x coordinates of the bin.
virtual Double_t GetBinError(Int_t, Int_t, Int_t) const
2D Histogram with Polygonal Bins
void SetNewBinAdded(Bool_t flag)
TH2PolyBin()
Default constructor.
virtual Double_t RetrieveBinContent(Int_t bin) const
Raw retrieval of bin content on internal data structure see convention for numbering bins in TH1::Get...
virtual Double_t GetBinContent(Int_t, Int_t) const
virtual Double_t GetBinContent(Int_t, Int_t, Int_t) const
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save a primitive as a C++ statement(s) on output stream "out".