126:
TH2D(
name,title,nx,xlow,xup,ny,ylow,yup)
136:
TH2D(
name,title,nx,xbins,ny,ylow,yup)
145:
TH2D(
name,title,nx,xlow,xup,ny,ybins)
169TProfile2D::TProfile2D(
const char *
name,
const char *title,
Int_t nx,
Double_t xlow,
Double_t xup,
Int_t ny,
Double_t ylow,
Double_t yup,
Double_t zlow,
Double_t zup,
Option_t *
option)
170:
TH2D(
name,title,nx,xlow,xup,ny,ylow,yup)
208 profile2d.TProfile2D::Copy(*
this);
213 if (
this != &profile2d)
214 profile2d.TProfile2D::Copy(*
this);
223 Error(
"Add",
"Function not implemented for TProfile2D");
233 Error(
"Add",
"Attempt to add a non-existing profile");
237 Error(
"Add",
"Attempt to add a non-profile2D object");
252 Error(
"Add",
"Attempt to add a non-existing profile");
256 Error(
"Add",
"Attempt to add a non-profile2D object");
260 Error(
"Add",
"Attempt to add a non-profile2D object");
296 if (!nbentries)
return 0;
299 if (action == 0)
return 0;
300 nbentries = -nbentries;
335 Fill(buffer[4*
i+2],buffer[4*
i+3],buffer[4*
i+4],buffer[4*
i+1]);
363 nbentries = -nbentries;
394 for (
int bin=0;bin<
fNcells;bin++) {
417 Error(
"Divide",
"Function not implemented for TProfile2D");
432 Error(
"Divide",
"Attempt to divide a non-existing profile2D");
436 Error(
"Divide",
"Attempt to divide a non-profile2D object");
447 Error(
"Divide",
"Attempt to divide profiles with different number of bins");
452 Error(
"Divide",
"Attempt to divide profiles with different number of bins");
465 for (binx =0;binx<=nx+1;binx++) {
466 for (biny =0;biny<=ny+1;biny++) {
467 bin = biny*(
fXaxis.GetNbins()+2) + binx;
490 else fSumw2.fArray[bin] = (e0*
c1*
c1 + e1*c0*c0)/(c12*c12);
498 Warning(
"Divide",
"Cannot preserve during the division of profiles the sum of bin weight square");
518 Error(
"Divide",
"Attempt to divide a non-existing profile2D");
522 Error(
"Divide",
"Attempt to divide a non-profile2D object");
527 Error(
"Divide",
"Attempt to divide a non-profile2D object");
538 Error(
"Divide",
"Attempt to divide profiles with different number of bins");
543 Error(
"Divide",
"Attempt to divide profiles with different number of bins");
547 Error(
"Divide",
"Coefficient of dividing profile cannot be zero");
565 for (binx =0;binx<=nx+1;binx++) {
566 for (biny =0;biny<=ny+1;biny++) {
567 bin = biny*(
fXaxis.GetNbins()+2) + binx;
570 if (b2)
w =
c1*b1/(
c2*b2);
590 if (!b2)
fSumw2.fArray[bin] = 0;
595 fSumw2.fArray[bin] = ac1*ac2*(e1*b2*b2 + e2*b1*b1)/(b22*b22);
621 if (binx <0 || biny <0)
return -1;
624 fSumw2.fArray[bin] += z*z;
627 if (binx == 0 || binx >
fXaxis.GetNbins()) {
630 if (biny == 0 || biny >
fYaxis.GetNbins()) {
652 Int_t bin, binx, biny;
662 if (binx < 0 || biny < 0)
return -1;
663 bin = biny * (
fXaxis.GetNbins() + 2) + binx;
665 fSumw2.fArray[bin] += u * z * z;
671 if (binx == 0 || binx >
fXaxis.GetNbins()) {
674 if (biny == 0 || biny >
fYaxis.GetNbins()) {
702 biny =
fYaxis.FindBin(namey);
703 if (binx <0 || biny <0)
return -1;
704 bin = biny*(
fXaxis.GetNbins()+2) + binx;
706 fSumw2.fArray[bin] += u * z * z;
712 if (binx == 0 || binx >
fXaxis.GetNbins()) {
715 if (biny == 0 || biny >
fYaxis.GetNbins())
return -1;
746 binx =
fXaxis.FindBin(namex);
747 biny =
fYaxis.FindBin(namey);
748 if (binx < 0 || biny < 0)
750 bin = biny * (
fXaxis.GetNbins() + 2) + binx;
752 fSumw2.fArray[bin] += u * z * z;
758 if (binx == 0 || binx >
fXaxis.GetNbins())
return -1;
759 if (biny == 0 || biny >
fYaxis.GetNbins())
return -1;
791 binx =
fXaxis.FindBin(namex);
793 if (binx <0 || biny <0)
return -1;
794 bin = biny*(
fXaxis.GetNbins()+2) + binx;
797 fSumw2.fArray[bin] += u * z * z;
803 if (binx == 0 || binx >
fXaxis.GetNbins())
return -1;
804 if (biny == 0 || biny >
fYaxis.GetNbins()) {
833 if (bin < 0 || bin >=
fNcells)
return 0;
846 if (bin < 0 || bin >=
fNcells)
return 0;
926 Int_t bin, binx, biny;
929 for (bin=0;bin<9;bin++) stats[bin] = 0;
938 if (firstBinX == 1) firstBinX = 0;
939 if (lastBinX ==
fXaxis.GetNbins() ) lastBinX += 1;
942 if (firstBinY == 1) firstBinY = 0;
943 if (lastBinY ==
fYaxis.GetNbins() ) lastBinY += 1;
946 for (biny = firstBinY; biny <= lastBinY; biny++) {
947 y = (!labelYaxis) ?
fYaxis.GetBinCenter(biny) : 0;
948 for (binx = firstBinX; binx <= lastBinX; binx++) {
952 x = (!labelXaxis) ?
fXaxis.GetBinCenter(binx) : 0;
961 stats[8] +=
fSumw2.fArray[bin];
1012 if (ax[0] ==
'y' || ax[0] ==
'Y') axis =
GetYaxis();
1015 Warning(
"LabelsOption",
"Cannot sort. No labels");
1048 if (sort < 0)
return;
1056 Int_t lastLabelBin = -1;
1059 if (bin < firstLabelBin)
1060 firstLabelBin = bin;
1061 if (bin > lastLabelBin)
1064 if (firstLabelBin != 1 || lastLabelBin - firstLabelBin + 1 !=
n) {
1065 Error(
"LabelsOption",
1066 "%s of TProfile2D %s contains bins without labels. Sorting will not work correctly - return",
1073 "axis %s of TProfile2D %s has extra following bins without labels. Sorting will work only for first label bins",
1077 std::vector<Int_t>
a(
n);
1078 Int_t i, j, k, ibin, bin;
1079 std::vector<Double_t> sumw(
fNcells);
1080 std::vector<Double_t> errors(
fNcells);
1081 std::vector<Double_t> ent(
fNcells);
1082 std::vector<Double_t> binsw2;
1096 std::vector<TObject *> labold(
n);
1097 for (
i = 0;
i <
n;
i++)
1098 labold[
i] =
nullptr;
1099 TIter nextold(labels);
1101 while ((obj = nextold())) {
1103 if (bin>=1 && bin<=
n)
1104 labold[bin-1] = obj;
1110 std::vector<Double_t> pcont;
1111 std::vector<Double_t> econt;
1117 for (
i = 0;
i < nx;
i++) {
1118 for (j = 0; j < ny; j++) {
1121 errors[bin] =
fSumw2.fArray[bin];
1130 if (sort > 0 &&
fBinEntries.fArray[bin] != 0 && k > 0 && k <
n) {
1138 for (k = 0; k <
n; ++k) {
1141 pcont[k] /= econt[k];
1151 std::vector<std::string> vecLabels(
n);
1152 for (
i = 0;
i <
n;
i++) {
1153 vecLabels[
i] = labold[
i]->GetName();
1161 for (
i = 0;
i <
n;
i++) {
1167 std::cout <<
"bin " <<
i + 1 <<
" setting new labels for axis " << labold.at(
a[
i])->GetName() <<
" from "
1168 <<
a[
i] << std::endl;
1171 for (
i = 0;
i < nx;
i++) {
1172 for (j = 0; j < ny; j++) {
1178 if (j == 0)
continue;
1181 fArray[bin] = sumw[ibin];
1182 fSumw2.fArray[bin] = errors[ibin];
1190 bool labelsAreSorted =
kFALSE;
1191 for (
i = 0;
i <
n; ++
i) {
1193 labelsAreSorted =
kTRUE;
1197 if (labelsAreSorted) {
1237 Error(
"Multiply",
"Function not implemented for TProfile2D");
1248 Error(
"Multiply",
"Multiplication of profile2D histograms not implemented");
1259 Error(
"Multiply",
"Multiplication of profile2D histograms not implemented");
1296 if (pname.
IsNull() || pname ==
"_pxy")
1305 if (xbins->fN == 0 && ybins->
fN == 0) {
1307 }
else if (xbins->fN == 0) {
1309 }
else if (ybins->
fN == 0) {
1322 if (computeErrors || binWeight || (binEntries &&
fBinSumw2.fN) )
h1->Sumw2();
1325 Int_t bin,binx, biny;
1327 for (binx =0;binx<=nx+1;binx++) {
1328 for (biny =0;biny<=ny+1;biny++) {
1336 h1->SetBinContent(bin ,cont);
1339 if (computeErrors )
h1->SetBinError(bin ,
GetBinError(bin) );
1342 if (binWeight)
h1->GetSumw2()->fArray[bin] =
fSumw2.fArray[bin];
1346 h1->GetSumw2()->fArray[bin] =
fBinSumw2.fArray[bin];
1400 bool originalRange = opt.
Contains(
"o");
1402 TString expectedName = ( onX ?
"_pfx" :
"_pfy" );
1415 if (bins->
fN == 0) {
1439 TString opt1 = (originalRange) ?
"o" :
"";
1440 TH1D * h1W = (onX) ? h2dW->
ProjectionX(
"h1temp-W",firstbin,lastbin,opt1) : h2dW->
ProjectionY(
"h1temp-W",firstbin,lastbin,opt1);
1441 TH1D * h1N = (onX) ? h2dN->
ProjectionX(
"h1temp-N",firstbin,lastbin,opt1) : h2dN->
ProjectionY(
"h1temp-N",firstbin,lastbin,opt1);
1449 for (
int i = 0;
i < p1->
fN ; ++
i) {
1552 if((nxgroup != 1) || (nygroup != 1)){
1559 if ((nxgroup <= 0) || (nxgroup > nxbins)) {
1560 Error(
"Rebin",
"Illegal value of nxgroup=%d",nxgroup);
1563 if ((nygroup <= 0) || (nygroup > nybins)) {
1564 Error(
"Rebin",
"Illegal value of nygroup=%d",nygroup);
1568 Int_t newxbins = nxbins/nxgroup;
1569 Int_t newybins = nybins/nygroup;
1572 if(newxbins*nxgroup != nxbins) {
1573 Warning(
"Rebin",
"nxgroup=%d should be an exact divider of nxbins=%d",nxgroup,nxbins);
1575 if(newybins*nygroup != nybins) {
1576 Warning(
"Rebin",
"nygroup=%d should be an exact divider of nybins=%d",nygroup,nybins);
1588 for(
Int_t ibin=0; ibin < (nxbins+2)*(nybins+2); ibin++){
1589 oldBins[ibin] = cu1[ibin];
1590 oldCount[ibin] = en1[ibin];
1591 oldErrors[ibin] = er1[ibin];
1592 if (ew1 &&
fBinSumw2.fN) oldBinw2[ibin] = ew1[ibin];
1597 if(newname && strlen(newname) > 0) {
1603 if(newxbins*nxgroup != nxbins) {
1604 xmax =
fXaxis.GetBinUpEdge(newxbins*nxgroup);
1607 if(newybins*nygroup != nybins) {
1608 ymax =
fYaxis.GetBinUpEdge(newybins*nygroup);
1613 if((
fXaxis.GetXbins()->GetSize() > 0) || (
fYaxis.GetXbins()->GetSize() > 0)){
1616 for(
Int_t i=0;
i < newxbins+1;
i++)
1617 xbins[
i] =
fXaxis.GetBinLowEdge(1+
i*nxgroup);
1618 for(
Int_t j=0; j < newybins+1; j++)
1619 ybins[j] =
fYaxis.GetBinLowEdge(1+j*nygroup);
1620 hnew->
SetBins(newxbins,xbins,newybins,ybins);
1634 Double_t binContent, binCount, binError, binSumw2;
1641 for(
Int_t xbin = 1; xbin <= newxbins; xbin++){
1643 for(
Int_t ybin = 1; ybin <= newybins; ybin++){
1649 if(oldxbin +
i > nxbins)
break;
1650 for(
Int_t j=0; j < nygroup; j++){
1651 if(oldybin + j > nybins)
break;
1652 bin = oldxbin +
i + (nxbins+2)*(oldybin+j);
1653 binContent += oldBins[bin];
1654 binCount += oldCount[bin];
1655 binError += oldErrors[bin];
1656 if(
fBinSumw2.fN) binSumw2 += oldBinw2[bin];
1659 bin = xbin + (newxbins + 2)*ybin;
1660 cu2[bin] = binContent;
1661 er2[bin] = binError;
1662 en2[bin] = binCount;
1670 cu2[0] = oldBins[0];
1671 er2[0] = oldErrors[0];
1672 en2[0] = oldCount[0];
1680 for(
Int_t i=oldxbin;
i <= nxbins+1;
i++){
1681 for(
Int_t j=oldybin; j <= nybins+1; j++){
1683 bin =
i + (nxbins+2)*j;
1684 binContent += oldBins[bin];
1685 binCount += oldCount[bin];
1686 binError += oldErrors[bin];
1687 if(
fBinSumw2.fN) binSumw2 += oldBinw2[bin];
1690 bin = (newxbins+2)*(newybins+2)-1;
1691 cu2[bin] = binContent;
1692 er2[bin] = binError;
1693 en2[bin] = binCount;
1700 for(
Int_t i=oldxbin;
i <= nxbins+1;
i++){
1702 binContent += oldBins[bin];
1703 binCount += oldCount[bin];
1704 binError += oldErrors[bin];
1705 if(
fBinSumw2.fN) binSumw2 += oldBinw2[bin];
1708 cu2[bin] = binContent;
1709 er2[bin] = binError;
1710 en2[bin] = binCount;
1717 for(
Int_t i=oldybin;
i <= nybins+1;
i++){
1718 bin =
i*(nxbins + 2);
1719 binContent += oldBins[bin];
1720 binCount += oldCount[bin];
1721 binError += oldErrors[bin];
1722 if(
fBinSumw2.fN) binSumw2 += oldBinw2[bin];
1724 bin = (newxbins + 2)*(newybins + 1);
1725 cu2[bin] = binContent;
1726 er2[bin] = binError;
1727 en2[bin] = binCount;
1730 Double_t binContentuf, binCountuf, binErroruf, binSumw2uf;
1731 Double_t binContentof, binCountof, binErrorof, binSumw2of;
1734 for(
Int_t xbin = 1; xbin <= newxbins; xbin++){
1743 for(
Int_t i = 0;
i < nxgroup;
i++){
1745 ufbin = (oldxbin2 +
i);
1746 binContentuf += oldBins[ufbin];
1747 binCountuf += oldCount[ufbin];
1748 binErroruf += oldErrors[ufbin];
1749 if(
fBinSumw2.fN) binSumw2uf += oldBinw2[ufbin];
1750 for(
Int_t j = oldybin; j <= nybins+1; j++)
1752 ofbin = ufbin + j*(nxbins + 2);
1753 binContentof += oldBins[ofbin];
1754 binCountof += oldCount[ofbin];
1755 binErrorof += oldErrors[ofbin];
1756 if(
fBinSumw2.fN) binSumw2of += oldBinw2[ofbin];
1761 ofbin = ufbin + (newybins + 1)*(newxbins + 2);
1762 cu2[ufbin] = binContentuf;
1763 er2[ufbin] = binErroruf;
1764 en2[ufbin] = binCountuf;
1765 if(
fBinSumw2.fN) ew2[ufbin] = binSumw2uf;
1766 cu2[ofbin] = binContentof;
1767 er2[ofbin] = binErrorof;
1768 en2[ofbin] = binCountof;
1769 if(
fBinSumw2.fN) ew2[ofbin] = binSumw2of;
1771 oldxbin2 += nxgroup;
1775 for(
Int_t ybin = 1; ybin <= newybins; ybin++){
1784 for(
Int_t i = 0;
i < nygroup;
i++){
1786 ufbin = (oldybin2 +
i)*(nxbins+2);
1787 binContentuf += oldBins[ufbin];
1788 binCountuf += oldCount[ufbin];
1789 binErroruf += oldErrors[ufbin];
1790 if(
fBinSumw2.fN) binSumw2uf += oldBinw2[ufbin];
1791 for(
Int_t j = oldxbin; j <= nxbins+1; j++)
1794 binContentof += oldBins[ofbin];
1795 binCountof += oldCount[ofbin];
1796 binErrorof += oldErrors[ofbin];
1797 if(
fBinSumw2.fN) binSumw2of += oldBinw2[ofbin];
1801 ufbin = ybin * (newxbins + 2);
1802 ofbin = newxbins + 1 + ufbin;
1803 cu2[ufbin] = binContentuf;
1804 er2[ufbin] = binErroruf;
1805 en2[ufbin] = binCountuf;
1806 if(
fBinSumw2.fN) ew2[ufbin] = binSumw2uf;
1807 cu2[ofbin] = binContentof;
1808 er2[ofbin] = binErrorof;
1809 en2[ofbin] = binCountof;
1810 if(
fBinSumw2.fN) ew2[ofbin] = binSumw2of;
1812 oldybin2 += nygroup;
1817 delete [] oldErrors;
1818 if (oldBinw2)
delete [] oldBinw2;
1824 if(newname && (strlen(newname) > 0))
1836 return Rebin2D(ngroup,1,newname);
1844 return Rebin2D(1,ngroup,newname);
1857 out <<
" "<<std::endl;
1870 out <<
");" << std::endl;
1875 for (bin=0;bin<
fNcells;bin++) {
1878 out<<
" "<<
GetName()<<
"->SetBinEntries("<<bin<<
","<<bi<<
");"<<std::endl;
1882 for (bin=0;bin<
fNcells;bin++) {
1885 out<<
" "<<
GetName()<<
"->SetBinContent("<<bin<<
","<<bc<<
");"<<std::endl;
1890 for (bin=0;bin<
fNcells;bin++) {
1893 out<<
" "<<
GetName()<<
"->SetBinError("<<bin<<
","<<be<<
");"<<std::endl;
1961 if (buffersize <= 0) {
1965 if (buffersize < 100) buffersize = 100;
2017 R__b >> zmin;
fZmin = zmin;
2018 R__b >> zmax;
fZmax = zmax;
void Error(const char *location, const char *msgfmt,...)
Use this function in case an error occurred.
void Warning(const char *location, const char *msgfmt,...)
Use this function in warning situations.
void Fatal(const char *location, const char *msgfmt,...)
Use this function in case of a fatal error. It will abort the program.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void w
TArrayD()
Default TArrayD ctor.
const Double_t * GetArray() const
Class to manage histogram axis.
const TArrayD * GetXbins() const
virtual Double_t GetBinLowEdge(Int_t bin) const
Return low edge of bin.
Int_t GetLast() const
Return last bin on the axis i.e.
virtual Double_t GetBinUpEdge(Int_t bin) const
Return up edge of bin.
Int_t GetFirst() const
Return first bin on the axis i.e.
THashList * GetLabels() const
Buffer base class used for serializing objects.
virtual Version_t ReadVersion(UInt_t *start=nullptr, UInt_t *bcnt=nullptr, const TClass *cl=nullptr)=0
virtual Int_t CheckByteCount(UInt_t startpos, UInt_t bcnt, const TClass *clss)=0
virtual Int_t ReadClassBuffer(const TClass *cl, void *pointer, const TClass *onfile_class=nullptr)=0
virtual Int_t WriteClassBuffer(const TClass *cl, void *pointer)=0
Collection abstract base class.
virtual Int_t GetSize() const
Return the capacity of the collection, i.e.
1-D histogram with a double per channel (see TH1 documentation)
virtual void SetDirectory(TDirectory *dir)
By default, when a histogram is created, it is added to the list of histogram objects in the current ...
Double_t * fBuffer
[fBufferSize] entry buffer
virtual Double_t GetEffectiveEntries() const
Number of effective entries of the histogram.
Int_t fNcells
Number of bins(1D), cells (2D) +U/Overflows.
Double_t fTsumw
Total Sum of weights.
Double_t fTsumw2
Total Sum of squares of weights.
Double_t fTsumwx2
Total Sum of weight*X*X.
virtual Int_t GetNbinsY() const
@ kIsNotW
Histogram is forced to be not weighted even when the histogram is filled with weighted.
virtual Bool_t CanExtendAllAxes() const
Returns true if all axes are extendable.
virtual Int_t GetNbinsX() const
Int_t fBufferSize
fBuffer size
static Int_t fgBufferSize
! Default buffer size for automatic histograms
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,...
UInt_t GetAxisLabelStatus() const
Internal function used in TH1::Fill to see which axis is full alphanumeric, i.e.
@ kNstat
Size of statistics data (up to TProfile3D)
Double_t fEntries
Number of entries.
virtual Double_t GetBinContent(Int_t bin) const
Return content of bin number bin.
virtual TArrayD * GetSumw2()
TAxis fXaxis
X axis descriptor.
TArrayD fSumw2
Array of sum of squares of weights.
Bool_t GetStatOverflowsBehaviour() const
TObject * Clone(const char *newname="") const override
Make a complete copy of the underlying object.
TAxis fYaxis
Y axis descriptor.
virtual void SetBins(Int_t nx, Double_t xmin, Double_t xmax)
Redefine x axis parameters.
virtual void SetEntries(Double_t n)
Double_t fTsumwx
Total Sum of weight*X.
void Streamer(TBuffer &) override
Stream an object of class TH2D.
void SetBinsLength(Int_t n=-1) override
Set total number of bins including under/overflow Reallocate bin contents array.
void Copy(TObject &hnew) const override
Copy.
void AddBinContent(Int_t bin) override
Increment bin content by 1.
TH1D * ProjectionY(const char *name="_py", Int_t firstxbin=0, Int_t lastxbin=-1, Option_t *option="") const
Project a 2-D histogram into a 1-D histogram along Y.
Double_t fTsumwxy
Total Sum of weight*X*Y.
Double_t fTsumwy2
Total Sum of weight*Y*Y.
Int_t GetBin(Int_t binx, Int_t biny, Int_t binz=0) const override
Return Global bin number corresponding to binx,y,z.
TH1D * ProjectionX(const char *name="_px", Int_t firstybin=0, Int_t lastybin=-1, Option_t *option="") const
Project a 2-D histogram into a 1-D histogram along X.
Double_t fTsumwy
Total Sum of weight*Y.
static THLimitsFinder * GetLimitsFinder()
Return pointer to the current finder.
virtual Int_t FindGoodLimits(TH1 *h, Double_t xmin, Double_t xmax)
Compute the best axis limits for the X axis.
THashList implements a hybrid collection class consisting of a hash table and a list to store TObject...
void Clear(Option_t *option="") override
Remove all objects from the list.
void Add(TObject *obj) override
TObject * At(Int_t idx) const override
Returns the object at position idx. Returns 0 if idx is out of range.
const char * GetName() const override
Returns name of object.
const char * GetTitle() const override
Returns title of object.
Mother of all ROOT objects.
R__ALWAYS_INLINE Bool_t TestBit(UInt_t f) const
virtual UInt_t GetUniqueID() const
Return the unique object id.
virtual const char * ClassName() const
Returns name of class to which the object belongs.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
virtual void SetUniqueID(UInt_t uid)
Set the unique object id.
virtual TClass * IsA() const
Profile2D histograms are used to display the mean value of Z and its error for each cell in X,...
Long64_t Merge(TCollection *list) override
Merge all histograms in the collection in this histogram.
void PutStats(Double_t *stats) override
Replace current statistics with the values in array stats.
Int_t BufferFill(Double_t, Double_t) override
accumulate arguments in buffer.
Double_t fTsumwz
Total Sum of weight*Z.
Int_t Fill(const Double_t *v)
TClass * IsA() const override
TH2D * ProjectionXY(const char *name="_pxy", Option_t *option="e") const
Project this profile2D into a 2-D histogram along X,Y.
Bool_t Multiply(TF1 *h1, Double_t c1=1) override
Performs the operation: this = this*c1*f1.
void LabelsDeflate(Option_t *axis="X") override
Reduce the number of bins for this axis to the number of bins having a label.
Double_t GetBinError(Int_t bin) const override
Return bin error of a Profile2D histogram.
static void Approximate(Bool_t approx=kTRUE)
Static function, set the fgApproximate flag.
EErrorType fErrorMode
Option to compute errors.
Double_t fZmin
Lower limit in Z (if set)
TProfile2D * RebinX(Int_t ngroup=2, const char *newname="") override
Rebin only the X axis.
Bool_t fScaling
! True when TProfile2D::Scale is called
virtual Double_t GetBinEffectiveEntries(Int_t bin)
Return bin effective entries for a weighted filled Profile histogram.
Option_t * GetErrorOption() const
Return option to compute profile2D errors.
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save primitive as a C++ statement(s) on output stream out.
TArrayD fBinSumw2
Array of sum of squares of weights per bin.
void ExtendAxis(Double_t x, TAxis *axis) override
Profile histogram is resized along axis such that x is in the axis range.
TProfile * ProfileY(const char *name="_pfy", Int_t firstxbin=0, Int_t lastxbin=-1, Option_t *option="") const
Project a 2-D histogram into a profile histogram along X.
TProfile2D * RebinY(Int_t ngroup=2, const char *newname="") override
Rebin only the Y axis.
void Scale(Double_t c1=1, Option_t *option="") override
Multiply this profile2D by a constant c1.
virtual void SetBinEntries(Int_t bin, Double_t w)
Set the number of entries in bin.
void Copy(TObject &hnew) const override
Copy a Profile2D histogram to a new profile2D histogram.
TProfile * DoProfile(bool onX, const char *name, Int_t firstbin, Int_t lastbin, Option_t *option) const override
Implementation of ProfileX or ProfileY for a TProfile2D.
TProfile * ProfileX(const char *name="_pfx", Int_t firstybin=0, Int_t lastybin=-1, Option_t *option="") const
Project a 2-D histogram into a profile histogram along X.
void LabelsOption(Option_t *option="h", Option_t *axis="X") override
Set option(s) to draw axis with labels.
TProfile2D()
Default constructor for Profile2D histograms.
void Sumw2(Bool_t flag=kTRUE) override
Create/Delete structure to store sum of squares of weights per bin.
TArrayD fBinEntries
Number of entries per bin.
void SetBins(const Int_t *nbins, const Double_t *range)
~TProfile2D() override
Default destructor for Profile2D histograms.
void Streamer(TBuffer &) override
Stream an object of class TProfile2D.
static Bool_t fgApproximate
Bin error approximation option.
Bool_t Divide(TF1 *h1, Double_t c1=1) override
Performs the operation: this = this/(c1*f1) .
TProfile2D * Rebin2D(Int_t nxgroup=2, Int_t nygroup=2, const char *newname="") override
Rebin this histogram grouping nxgroup/nygroup bins along the xaxis/yaxis together.
Int_t BufferEmpty(Int_t action=0) override
Fill histogram with all entries in the buffer.
void LabelsInflate(Option_t *axis="X") override
Double the number of bins for axis.
void GetStats(Double_t *stats) const override
Fill the array stats from the contents of this profile.
virtual Double_t GetBinEntries(Int_t bin) const
Return bin entries of a Profile2D histogram.
Double_t fZmax
Upper limit in Z (if set)
void SetBinsLength(Int_t n=-1) override
Set total number of bins including under/overflow.
void BuildOptions(Double_t zmin, Double_t zmax, Option_t *option)
Set Profile2D histogram structure and options.
Bool_t Add(TF1 *h1, Double_t c1=1, Option_t *option="") override
Performs the operation: this = this + c1*f1 .
TProfile2D & operator=(const TProfile2D &profile)
void SetBuffer(Int_t buffersize, Option_t *option="") override
Set the buffer size in units of 8 bytes (double).
Double_t fTsumwz2
Total Sum of weight*Z*Z.
virtual void SetErrorOption(Option_t *option="")
Set option to compute profile2D errors.
Double_t GetBinContent(Int_t bin) const override
Return bin content of a Profile2D histogram.
static void LabelsInflate(T *p, Option_t *)
static Double_t GetBinError(T *p, Int_t bin)
static T * ExtendAxis(T *p, Double_t x, TAxis *axis)
static void Sumw2(T *p, Bool_t flag)
static void SetBinEntries(T *p, Int_t bin, Double_t w)
static void Scale(T *p, Double_t c1, Option_t *option)
static void SetErrorOption(T *p, Option_t *opt)
static Long64_t Merge(T *p, TCollection *list)
static void BuildArray(T *p)
static Bool_t Add(T *p, const TH1 *h1, const TH1 *h2, Double_t c1, Double_t c2=1)
static Double_t GetBinEffectiveEntries(T *p, Int_t bin)
static void LabelsDeflate(T *p, Option_t *)
virtual TArrayD * GetBinSumw2()
virtual void SetBinEntries(Int_t bin, Double_t w)
Set the number of entries in bin.
void Sumw2(Bool_t flag=kTRUE) override
Create/delete structure to store sum of squares of weights per bin.
void ToLower()
Change string to lower-case.
void ToUpper()
Change string to upper case.
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
Double_t Sqrt(Double_t x)
Returns the square root of x.
void Sort(Index n, const Element *a, Index *index, Bool_t down=kTRUE)
Sort the n elements of the array a of generic templated type Element.
Short_t Abs(Short_t d)
Returns the absolute value of parameter Short_t d.