117 :
TH1D(name,title,nbins,xlow,xup)
129 :
TH1D(name,title,nbins,xbins)
141 :
TH1D(name,title,nbins,xbins)
153 :
TH1D(name,title,nbins,xbins)
171 :
TH1D(name,title,nbins,xlow,xup)
244 Error(
"Add",
"Function not implemented for TProfile");
255 Error(
"Add",
"Attempt to add a non-existing profile");
259 Error(
"Add",
"Attempt to add a non-profile object");
277 Error(
"Add",
"Attempt to add a non-existing profile");
281 Error(
"Add",
"Attempt to add a non-profile object");
285 Error(
"Add",
"Attempt to add a non-profile object");
323 if (!nbentries)
return 0;
326 if (action == 0)
return 0;
327 nbentries = -nbentries;
336 for (
Int_t i=1;i<nbentries;i++) {
338 if (x < xmin) xmin =
x;
339 if (x > xmax) xmax =
x;
355 for (
Int_t i=0;i<nbentries;i++) {
356 Fill(buffer[3*i+2],buffer[3*i+3],buffer[3*i+1]);
381 nbentries = -nbentries;
410 for (
int bin=0;bin<
fNcells;bin++) {
423 Fatal(
"Copy",
"Cannot copy a TProfile in a %s",obj.IsA()->
GetName());
435 Error(
"Divide",
"Function not implemented for TProfile");
451 Error(
"Divide",
"Attempt to divide a non-existing profile");
455 Error(
"Divide",
"Attempt to divide by a non-profile or non-histogram object");
467 Error(
"Divide",
"Attempt to divide profiles with different number of bins");
484 for (bin=0;bin<=nbinsx+1;bin++) {
486 if (cu1) c1 = cu1[bin];
501 if (er1) e1 = er1[bin];
505 else fSumw2.
fArray[bin] = (e0*c1*c1 + e1*c0*c0)/(c12*c12);
513 Warning(
"Divide",
"Cannot preserve during the division of profiles the sum of bin weight square");
534 Error(
"Divide",
"Attempt to divide a non-existing profile");
538 Error(
"Divide",
"Attempt to divide a non-profile object");
543 Error(
"Divide",
"Attempt to divide by a non-profile object");
554 Error(
"Divide",
"Attempt to divide profiles with different number of bins");
558 Error(
"Divide",
"Coefficient of dividing profile cannot be zero");
563 printf(
"WARNING!!: The algorithm in TProfile::Divide computing the errors is not accurate\n");
564 printf(
" Instead of Divide(TProfile *h1, TProfile *h2, do:\n");
565 printf(
" TH1D *p1 = h1->ProjectionX();\n");
566 printf(
" TH1D *p2 = h2->ProjectionX();\n");
567 printf(
" p1->Divide(p2);\n");
585 for (bin=0;bin<=nbinsx+1;bin++) {
588 if (b2) w = c1*b1/(c2*b2);
610 fSumw2.
fArray[bin] = ac1*ac2*(e1*b2*b2 + e2*b1*b1)/(b22*b22);
620 Warning(
"Divide",
"Cannot preserve during the division of profiles the sum of bin weight square");
761 for (i=0;i<ntimes;i+=stride) {
773 for (i=ifirst;i<ntimes;i+=stride) {
805 if (bin < 0 || bin >=
fNcells)
return 0;
818 if (bin < 0 || bin >=
fNcells)
return 0;
905 for (bin=0;bin<6;bin++) stats[bin] = 0;
911 if (firstBinX == 1) firstBinX = 0;
914 for (binx = firstBinX; binx <= lastBinX; binx++) {
978 Warning(
"LabelsOption",
"Cannot sort. No labels");
1011 if (sort < 0)
return;
1021 TIter nextold(labels);
1023 while ((obj=nextold())) {
1029 for (i=1;i<=
n;i++) {
1038 for (i=1;i<=
n;i++) {
1039 fArray[i] = sumw[a[i-1]];
1043 for (i=1;i<=
n;i++) {
1044 obj = labold->
At(a[i-1]);
1050 const UInt_t kUsed = 1<<18;
1054 for (i=1;i<=
n;i++) {
1055 const char *label =
"zzzzzzzzzzzz";
1056 for (j=1;j<=
n;j++) {
1057 obj = labold->
At(j-1);
1059 if (obj->
TestBit(kUsed))
continue;
1061 if (strcmp(label,obj->
GetName()) < 0)
continue;
1072 for (i=1;i<=
n;i++) {
1073 obj = labels->
At(i-1);
1078 for (i=1;i<=
n;i++) {
1083 for (i=1;i<=
n;i++) {
1091 if (sumw)
delete [] sumw;
1092 if (cont)
delete [] cont;
1093 if (errors)
delete [] errors;
1094 if (ent)
delete [] ent;
1126 Error(
"Multiply",
"Attempt to multiply by a null function");
1136 for (i=0;i<10;i++) {s1[i] = 0;}
1144 for (bin=0;bin<=nbinsx+1;bin++) {
1166 Error(
"Multiply",
"Multiplication of profile histograms not implemented");
1178 Error(
"Multiply",
"Multiplication of profile histograms not implemented");
1212 if (pname ==
"_px") {
1218 if (bins->
fN == 0) {
1231 if (computeErrors || binWeight || (binEntries &&
fBinSumw2.
fN) ) h1->
Sumw2();
1235 for (
Int_t bin =0;bin<=nx+1;bin++) {
1239 else if (binWeight) cont =
fArray[bin];
1335 if ((ngroup <= 0) || (ngroup > nbins)) {
1336 Error(
"Rebin",
"Illegal value of ngroup=%d",ngroup);
1339 if (!newname && xbins) {
1340 Error(
"Rebin",
"if xbins is specified, newname must be given");
1344 Int_t newbins = nbins/ngroup;
1346 Int_t nbg = nbins/ngroup;
1347 if (nbg*ngroup != nbins) {
1348 Warning(
"Rebin",
"ngroup=%d must be an exact divider of nbins=%d",ngroup,nbins);
1371 for (bin=0;bin<=nbins+1;bin++) {
1372 oldBins[bin] = cu1[bin];
1373 oldCount[bin] = en1[bin];
1374 oldErrors[bin] = er1[bin];
1375 if (ew1 &&
fBinSumw2.
fN) oldBinw2[bin] = ew1[bin];
1380 if ((newname && strlen(newname) > 0) || xbins) {
1386 if(!xbins && (newbins*ngroup != nbins)) {
1402 hnew->
SetBins(newbins,xmin,xmax);
1419 Int_t oldbin = startbin;
1420 Double_t binContent, binCount, binError, binSumw2;
1421 for (bin = 1;bin<=newbins;bin++) {
1428 Int_t imax = ngroup;
1430 for (i=0;i<ngroup;i++) {
1431 if((hnew ==
this && (oldbin+i > nbins)) ||
1438 binContent += oldBins[oldbin+i];
1439 binCount += oldCount[oldbin+i];
1440 binError += oldErrors[oldbin+i];
1444 cu2[bin] = binContent;
1445 er2[bin] = binError;
1446 en2[bin] = binCount;
1455 for(i=0;i<startbin;i++)
1457 binContent += oldBins[i];
1458 binCount += oldCount[i];
1459 binError += oldErrors[i];
1462 hnew->
fArray[0] = binContent;
1464 hnew->
fSumw2[0] = binError;
1472 for(i=oldbin;i<=nbins+1;i++)
1474 binContent += oldBins[i];
1475 binCount += oldCount[i];
1476 binError += oldErrors[i];
1479 hnew->
fArray[newbins+1] = binContent;
1481 hnew->
fSumw2[newbins+1] = binError;
1487 delete [] oldErrors;
1488 if (oldBinw2)
delete [] oldBinw2;
1547 if (i != 0) out <<
", ";
1550 out <<
"}; " << std::endl;
1554 out<<
" "<<std::endl;
1559 static Int_t hcounter = 0;
1564 histName += hcounter;
1566 const char *hname = histName.
Data();
1579 for (bin=0;bin<
fNcells;bin++) {
1582 out<<
" "<<hname<<
"->SetBinEntries("<<bin<<
","<<bi<<
");"<<std::endl;
1586 for (bin=0;bin<
fNcells;bin++) {
1589 out<<
" "<<hname<<
"->SetBinContent("<<bin<<
","<<bc<<
");"<<std::endl;
1594 for (bin=0;bin<
fNcells;bin++) {
1597 out<<
" "<<hname<<
"->SetBinError("<<bin<<
","<<be<<
");"<<std::endl;
1665 if (buffersize <= 0) {
1669 if (buffersize < 100) buffersize = 100;
1705 void TProfile::Streamer(
TBuffer &R__b)
1715 TH1D::Streamer(R__b);
TArrayD()
Default TArrayD ctor.
virtual const char * GetName() const
Returns name of object.
virtual void SetBinsLength(Int_t n=-1)
Set total number of bins including under/overflow Reallocate bin contents array.
static void SetBinEntries(T *p, Int_t bin, Double_t w)
static void Scale(T *p, Double_t c1, Option_t *option)
virtual void Scale(Double_t c1=1, Option_t *option="")
Multiply this profile by a constant c1.
virtual Int_t WriteClassBuffer(const TClass *cl, void *pointer)=0
Int_t GetFirst() const
Return first bin on the axis i.e.
virtual void SetMaximum(Double_t maximum=-1111)
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.
static Double_t GetBinError(T *p, Int_t bin)
Collectable string class.
Option_t * GetErrorOption() const
Return option to compute profile errors.
virtual Double_t GetBinLowEdge(Int_t bin) const
Return low edge of bin.
static void SetErrorOption(T *p, Option_t *opt)
Bool_t TestBit(UInt_t f) const
static void LabelsInflate(T *p, Option_t *)
static Bool_t fgStatOverflows
!flag to use under/overflows in statistics
virtual Double_t GetBinContent(Int_t bin) const
Return content of bin number bin.
void ToUpper()
Change string to upper case.
Buffer base class used for serializing objects.
virtual void SetMinimum(Double_t minimum=-1111)
static THLimitsFinder * GetLimitsFinder()
Return pointer to the current finder.
virtual Int_t CheckByteCount(UInt_t startpos, UInt_t bcnt, const TClass *clss)=0
virtual void Copy(TObject &hnew) const
Copy this to newth1.
Short_t Min(Short_t a, Short_t b)
void ToLower()
Change string to lower-case.
Histogram is forced to be not weighted even when the histogram is filled with weighted different than...
TArrayD fSumw2
Array of sum of squares of weights.
virtual Int_t FindGoodLimits(TH1 *h, Double_t xmin, Double_t xmax)
compute the best axis limits for the X axis.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
Double_t fTsumwx2
Total Sum of weight*X*X.
virtual Bool_t CanExtendAllAxes() const
Returns true if all axes are extendable.
virtual Double_t GetBinUpEdge(Int_t bin) const
Return up edge of bin.
TDirectory * fDirectory
!Pointer to directory holding this histogram
static void BuildArray(T *p)
virtual const char * ClassName() const
Returns name of class to which the object belongs.
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.
THashList implements a hybrid collection class consisting of a hash table and a list to store TObject...
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 AddBinContent(Int_t bin)
Increment bin content by 1.
virtual void GetStats(Double_t *stats) const
fill the array stats from the contents of this profile.
THashList * GetLabels() const
static double p2(double t, double a, double b, double c)
static void LabelsDeflate(T *p, Option_t *)
virtual Int_t BufferFill(Double_t, Double_t)
accumulate arguments in buffer.
virtual Double_t GetBinCenter(Int_t bin) const
Return center of bin.
void BuildOptions(Double_t ymin, Double_t ymax, Option_t *option)
Set Profile histogram structure and options.
TString & Append(const char *cs)
void Sort(Index n, const Element *a, Index *index, Bool_t down=kTRUE)
static T * ExtendAxis(T *p, Double_t x, TAxis *axis)
virtual Double_t GetBinContent(Int_t bin) const
Return bin content of a Profile histogram.
virtual TArrayD * GetSumw2()
virtual void SetBinError(Int_t bin, Double_t error)
See convention for numbering bins in TH1::GetBin.
virtual Double_t GetBinError(Int_t bin) const
Return bin error of a Profile histogram.
Double_t fTsumwx
Total Sum of weight*X.
virtual void SetUniqueID(UInt_t uid)
Set the unique object id.
virtual void ImportAttributes(const TAxis *axis)
Copy axis attributes to this.
void Clear(Option_t *option="")
Remove all objects from the list.
Int_t GetLast() const
Return last bin on the axis i.e.
Class to manage histogram axis.
virtual void SetBinsLength(Int_t n=-1)
Set total number of bins including under/overflow.
virtual Bool_t InheritsFrom(const char *classname) const
Returns kTRUE if object inherits from class "classname".
virtual void SetBinContent(Int_t bin, Double_t content)
Set bin content see convention for numbering bins in TH1::GetBin In case the bin number is greater th...
Collection abstract base class.
virtual void Copy(TObject &hnew) const
Copy a Profile histogram to a new profile histogram.
Double_t fEntries
Number of entries.
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
static void RejectPoint(Bool_t reject=kTRUE)
Static function to set the global flag to reject points the fgRejectPoint global flag is tested by al...
virtual void PutStats(Double_t *stats)
Replace current statistics with the values in array stats.
Int_t Fill(const Double_t *v)
static double p1(double t, double a, double b)
virtual TObject * At(Int_t idx) const
Returns the object at position idx. Returns 0 if idx is out of range.
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.
virtual Int_t FindBin(Double_t x)
Find bin number corresponding to abscissa x.
static Bool_t Add(T *p, const TH1 *h1, const TH1 *h2, Double_t c1, Double_t c2=1)
virtual Int_t ReadClassBuffer(const TClass *cl, void *pointer, const TClass *onfile_class=0)=0
Double_t fTsumw2
Total Sum of squares of weights.
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).
virtual void SavePrimitiveHelp(std::ostream &out, const char *hname, Option_t *option="")
Helper function for the SavePrimitive functions from TH1 or classes derived from TH1, eg TProfile, TProfile2D.
Double_t fTsumw
Total Sum of weights.
static Double_t GetBinEffectiveEntries(T *p, Int_t bin)
Double_t fTsumwy
True when TProfile::Scale is called.
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
virtual void SetBinLabel(Int_t bin, const char *label)
Set label for bin.
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.
you should not use this method at all Int_t Int_t z
virtual Bool_t IsInside(const Double_t *x) const
return kTRUE if the point is inside the function range
virtual void SetBuffer(Int_t buffersize, Option_t *option="")
Set the buffer size in units of 8 bytes (double).
static Bool_t RejectedPoint()
See TF1::RejectPoint above.
void FillN(Int_t, const Double_t *, const Double_t *, Int_t)
Fill this histogram with an array x and weights w.
virtual void Add(TObject *obj)
Int_t fBufferSize
fBuffer size
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.
virtual void Sumw2(Bool_t flag=kTRUE)
Create structure to store sum of squares of weights.
TObject * Clone(const char *newname=0) const
Make a complete copy of the underlying object.
static void Approximate(Bool_t approx=kTRUE)
Static function to set the fgApproximate flag.
virtual void SetEntries(Double_t n)
TAxis fXaxis
X axis descriptor.
virtual Bool_t Add(TF1 *h1, Double_t c1=1, Option_t *option="")
Performs the operation: this = this + c1*f1.
static void Sumw2(T *p, Bool_t flag)
virtual Double_t GetBinEffectiveEntries(Int_t bin) const
Return bin effective entries for a weighted filled Profile histogram.
virtual Int_t GetNbinsX() const
Double_t Sqrt(Double_t x)
virtual void Fatal(const char *method, const char *msgfmt,...) const
Issue fatal error message.
virtual void Sumw2(Bool_t flag=kTRUE)
Create/delete structure to store sum of squares of weights per bin.
virtual const char * GetName() const
Returns name of object.
virtual Int_t GetSize() const
virtual void Set(Int_t nbins, Double_t xmin, Double_t xmax)
Initialize axis with fix bins.
virtual Double_t EvalPar(const Double_t *x, const Double_t *params=0)
Evaluate function with given coordinates and parameters.
Double_t * fBuffer
[fBufferSize] entry buffer
void Copy(TArrayD &array) const
virtual void SetErrorOption(Option_t *option="")
Set option to compute profile errors.
static Long64_t Merge(T *p, TCollection *list)
const TArrayD * GetXbins() 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 void Warning(const char *method, const char *msgfmt,...) const
Issue warning message.
virtual Version_t ReadVersion(UInt_t *start=0, UInt_t *bcnt=0, const TClass *cl=0)=0
virtual const char * GetTitle() const
Returns title of object.
virtual Double_t GetBinError(Int_t bin) const
Return value of error associated to bin number bin.
TH1 * Rebin(Int_t ngroup=2, const char *newname="", const Double_t *xbins=0)
Rebin this profile grouping ngroup bins together.
Int_t fNcells
number of bins(1D), cells (2D) +U/Overflows
const char * Data() const