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