69 {
MayNotUse(
"SetBins(Int_t, Double_t, Double_t, Int_t, Double_t, Double_t"); }
71 {
MayNotUse(
"SetBins(Int_t, const Double_t*, Int_t, const Double_t*"); }
73 {
MayNotUse(
"SetBins(Int_t, Double_t, Double_t, Int_t, Double_t, Double_t, Int_t, Double_t, Double_t"); }
75 {
MayNotUse(
"SetBins(Int_t, const Double_t*, Int_t, const Double_t*, Int_t, const Double_t*"); }
#define ClassDef(name, id)
Array of doubles (64 bits per element).
Class to manage histogram axis.
Collection abstract base class.
1-D histogram with a double per channel (see TH1 documentation)}
TH1 is the base class of all histogram classes in ROOT.
TArrayD fSumw2
Array of sum of squares of weights.
Mother of all ROOT objects.
void MayNotUse(const char *method) const
Use this method to signal that a method (defined in a base class) may not be called in a derived clas...
void SetBins(Int_t, const Double_t *, Int_t, const Double_t *)
Redefine x and y axis parameters with variable bin sizes.
virtual Double_t GetBinEffectiveEntries(Int_t bin) const
Return bin effective entries for a weighted filled Profile histogram.
virtual TArrayD * GetBinSumw2()
virtual Long64_t Merge(TCollection *list)
Merge all histograms in the collection in this histogram.
static Bool_t fgApproximate
virtual Double_t GetBinContent(Int_t bin, Int_t, Int_t) const
virtual Int_t BufferFill(Double_t, Double_t)
accumulate arguments in buffer.
void BuildOptions(Double_t ymin, Double_t ymax, Option_t *option)
Set Profile histogram structure and options.
virtual void Copy(TObject &hnew) const
Copy a Profile histogram to a new profile histogram.
virtual Double_t GetBinError(Int_t bin, Int_t, Int_t) const
virtual void LabelsDeflate(Option_t *axis="X")
Reduce the number of bins for this axis to the number of bins having a label.
virtual Bool_t Multiply(TF1 *h1, Double_t c1=1)
Performs the operation: this = this*c1*f1.
virtual Double_t GetYmax() const
virtual void ExtendAxis(Double_t x, TAxis *axis)
Profile histogram is resized along x axis such that x is in the axis range.
virtual Double_t GetYmin() const
virtual void LabelsOption(Option_t *option="h", Option_t *axis="X")
Set option(s) to draw axis with labels.
virtual void PutStats(Double_t *stats)
Replace current statistics with the values in array stats.
virtual void SetBuffer(Int_t buffersize, Option_t *option="")
Set the buffer size in units of 8 bytes (double).
virtual const TArrayD * GetBinSumw2() const
virtual void SetBinEntries(Int_t bin, Double_t w)
Set the number of entries in bin.
TH1D * ProjectionX(const char *name="_px", Option_t *option="e") const
Project this profile into a 1-D histogram along X.
virtual void SetErrorOption(Option_t *option="")
Set option to compute profile errors.
virtual Double_t GetBinEntries(Int_t bin) const
Return bin entries of a Profile histogram.
virtual Bool_t Add(TF1 *h1, Double_t c1=1, Option_t *option="")
Performs the operation: this = this + c1*f1.
TProfile()
Default constructor for Profile histograms.
virtual Double_t GetBinError(Int_t bin) const
Return bin error of a Profile histogram.
virtual Double_t GetBinContent(Int_t bin, Int_t) const
TH1 * Rebin(Int_t ngroup=2, const char *newname="", const Double_t *xbins=0)
Rebin this profile grouping ngroup bins together.
void FillN(Int_t, const Double_t *, const Double_t *, Int_t)
Fill this histogram with an array x and weights w.
virtual Int_t BufferEmpty(Int_t action=0)
Fill histogram with all entries in the buffer.
virtual void SetBinsLength(Int_t n=-1)
Set total number of bins including under/overflow.
Int_t Fill(Double_t)
Increment bin with abscissa X by 1.
TProfile & operator=(const TProfile &profile)
virtual void Scale(Double_t c1=1, Option_t *option="")
Multiply this profile by a constant c1.
virtual Double_t GetBinContent(Int_t bin) const
Return bin content of a Profile histogram.
virtual Double_t GetBinError(Int_t bin, Int_t) const
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save primitive as a C++ statement(s) on output stream out.
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...
Int_t Fill(const Double_t *v)
virtual Double_t GetBinErrorSqUnchecked(Int_t bin) const
Double_t fTsumwy
True when TProfile::Scale is called.
virtual void Sumw2(Bool_t flag=kTRUE)
Create/delete structure to store sum of squares of weights per bin.
void SetBins(const Int_t *nbins, const Double_t *range)
void SetBins(Int_t, Double_t, Double_t, Int_t, Double_t, Double_t)
Redefine x and y axis parameters.
static void Approximate(Bool_t approx=kTRUE)
Static function to set the fgApproximate flag.
virtual ~TProfile()
Default destructor for Profile histograms.
void SetBins(Int_t, const Double_t *, Int_t, const Double_t *, Int_t, const Double_t *)
Redefine x, y and z axis parameters with variable bin sizes.
virtual Bool_t Divide(TF1 *h1, Double_t c1=1)
Performs the operation: this = this/(c1*f1).
virtual void LabelsInflate(Option_t *axis="X")
Double the number of bins for axis.
void SetBins(Int_t, Double_t, Double_t, Int_t, Double_t, Double_t, Int_t, Double_t, Double_t)
Redefine x, y and z axis parameters.
virtual void GetStats(Double_t *stats) const
fill the array stats from the contents of this profile.
Option_t * GetErrorOption() const
Return option to compute profile errors.