12 #ifndef ROOT_TProfile2Poly 13 #define ROOT_TProfile2Poly 78 void SetContentToAverage();
79 void SetContentToError();
95 virtual void GetStats(
Double_t *stats)
const override;
99 void PrintOverflowRegions();
void Fill(Double_t value, Double_t weight)
Fill.
void UpdateError()
Update error.
Double_t GetEntriesWV2() const
virtual Double_t GetBinError(Int_t bin) const
Returns the value of error associated to bin number bin.
static Double_t GetBinError(T *p, Int_t bin)
void Merge(const TProfile2PolyBin *toMerge)
Merge.
Double_t GetEffectiveEntries() const
Helper class to represent a bin in the TProfile2Poly histogram.
void ClearStats()
Clear statistics.
Double_t GetError() const
Helper class to represent a bin in the TH2Poly histogram.
#define ClassDef(name, id)
Double_t GetOverflowContent(Int_t idx)
Double_t GetEntries() const
void UpdateAverage()
Update average.
virtual Double_t GetBinContent(Int_t bin) const
Returns the content of the input bin For the overflow/underflow/sea bins: -1 | -2 | -3 ---+----+---- ...
Double_t GetEntriesW2() const
Collection abstract base class.
2D Profile Histogram with Polygonal Bins.
Double_t GetEntriesVW() const
void Reset(Detail::TBranchProxy *x)
Int_t OverflowIdxToArrayIdx(Int_t val)
virtual ~TProfile2PolyBin()
static Double_t GetBinEffectiveEntries(T *p, Int_t bin)
Mother of all ROOT objects.
void SetErrorOption(EErrorType type)
#define ClassDefOverride(name, id)
friend class TProfile2Poly
TProfile2PolyBin()
TProfile2PolyBin constructor.
virtual Int_t Fill(Double_t x, Double_t y)
Increment the bin containing (x,y) by 1.
2D Histogram with Polygonal Bins