67 : fNYErrors(0), fSumErrorsMode(
TGraphMultiErrors::kOnlyFirst), fExL(
nullptr), fExH(
nullptr)
109 :
TGraph(
np,
x,
y), fNYErrors(1), fSumErrorsMode(
m)
157 :
TGraph(
np,
x,
y), fNYErrors(1), fSumErrorsMode(
m)
165 memcpy(
fExL, exL,
n);
169 memcpy(
fExH, exH,
n);
206 const Float_t *exH, std::vector<std::vector<Float_t>> eyL,
207 std::vector<std::vector<Float_t>> eyH,
Int_t m)
208 :
TGraph(
np,
x,
y), fNYErrors(ne), fSumErrorsMode(
m)
225 fEyL[j][i] = eyL[j][i];
229 fEyH[j][i] = eyH[j][i];
246 std::vector<std::vector<Float_t>> eyL, std::vector<std::vector<Float_t>> eyH,
260 const Double_t *exH, std::vector<std::vector<Double_t>> eyL,
261 std::vector<std::vector<Double_t>> eyH,
Int_t m)
262 :
TGraph(
np,
x,
y), fNYErrors(ne), fSumErrorsMode(
m)
270 memcpy(
fExL, exL,
n);
274 memcpy(
fExH, exH,
n);
281 fEyL[j][i] = eyL[j][i];
285 fEyH[j][i] = eyH[j][i];
302 std::vector<std::vector<Double_t>> eyL, std::vector<std::vector<Double_t>> eyH,
316 const Float_t *exH, std::vector<TArrayF> eyL, std::vector<TArrayF> eyH,
Int_t m)
317 :
TGraph(
np,
x,
y), fNYErrors(ne), fSumErrorsMode(
m)
333 if (
Int_t(eyL.size()) > j && eyL[j].GetSize() > i)
334 fEyL[j][i] = eyL[j][i];
337 if (
Int_t(eyH.size()) > j && eyH[j].GetSize() > i)
338 fEyH[j][i] = eyH[j][i];
355 std::vector<TArrayF> eyH,
Int_t m)
368 const Double_t *exH, std::vector<TArrayD> eyL, std::vector<TArrayD> eyH,
Int_t m)
369 :
TGraph(
np,
x,
y), fNYErrors(ne), fSumErrorsMode(
m)
377 memcpy(
fExL, exL,
n);
381 memcpy(
fExH, exH,
n);
387 if (
Int_t(eyL.size()) > j && eyL[j].GetSize() > i)
388 fEyL[j][i] = eyL[j][i];
391 if (
Int_t(eyH.size()) > j && eyH[j].GetSize() > i)
392 fEyH[j][i] = eyH[j][i];
409 std::vector<TArrayD> eyL, std::vector<TArrayD> eyH,
Int_t m)
425 : fNYErrors(1), fSumErrorsMode(
m)
443 fX[i] = tvX(itvXL + i);
444 fY[i] = tvY(itvYL + i);
445 fExL[i] = tvExL(itvExLL + i);
446 fExH[i] = tvExH(itvExHL + i);
447 fEyL[0][i] = tvEyL(itvEyLL + i);
448 fEyH[0][i] = tvEyH(itvEyHL + i);
464 : fNYErrors(1), fSumErrorsMode(
m)
482 fX[i] = tvX(i + itvXL);
483 fY[i] = tvY(i + itvYL);
484 fExL[i] = tvExL(i + itvExLL);
485 fExH[i] = tvExH(i + itvExHL);
486 fEyL[0][i] = tvEyL(i + itvEyLL);
487 fEyH[0][i] = tvEyH(i + itvEyHL);
502 : fNYErrors(ne), fSumErrorsMode(
m)
518 fX[i] = tvX(i + itvXL);
519 fY[i] = tvY(i + itvYL);
520 fExL[i] = tvExL(i + itvExLL);
521 fExH[i] = tvExH(i + itvExHL);
523 for (
Int_t j = 0; j < ne; j++) {
541 : fNYErrors(ne), fSumErrorsMode(
m)
557 fX[i] = tvX(i + itvXL);
558 fY[i] = tvY(i + itvYL);
559 fExL[i] = tvExL(i + itvExLL);
560 fExH[i] = tvExH(i + itvExHL);
562 for (
Int_t j = 0; j < ne; j++) {
648 fEyL[0][i] =
h->GetBinError(i + 1);
649 fEyH[0][i] =
h->GetBinError(i + 1);
670 if (!pass || !
total) {
671 Error(
"TGraphMultiErrors",
"Invalid histogram pointers");
678 std::string sname =
"divide_" + std::string(pass->
GetName()) +
"_by_" + std::string(
total->GetName());
683 pass->TAttLine::Copy(*
this);
684 pass->TAttFill::Copy(*
this);
685 pass->TAttMarker::Copy(*
this);
783 memmove(&arrays[2][obegin], &
fExL[ibegin],
n);
784 memmove(&arrays[3][obegin], &
fExH[ibegin],
n);
785 memmove(&arrays[4][obegin], &
fEyLSum[ibegin],
n);
786 memmove(&arrays[5][obegin], &
fEyHSum[ibegin],
n);
788 memmove(&
fExL[obegin], &
fExL[ibegin],
n);
789 memmove(&
fExH[obegin], &
fExH[ibegin],
n);
808 memset(
fExL + begin, 0,
n);
809 memset(
fExH + begin, 0,
n);
814 memset(
fEyL[j].GetArray() + begin, 0,
n);
815 memset(
fEyH[j].GetArray() + begin, 0,
n);
846 for (
Int_t i = 0; i < tgme->GetN(); i++) {
849 tgme->GetPoint(i,
x,
y);
851 SetPointEX(ipoint, tgme->GetErrorXlow(i), tgme->GetErrorXhigh(i));
852 for (
Int_t j = 0; j < tgme->GetNYErrors(); j++)
853 SetPointEY(ipoint, j, tgme->GetErrorYlow(i, j), tgme->GetErrorYhigh(i, j));
858 Warning(
"DoMerge",
"Merging a %s is not compatible with a TGraphMultiErrors - Errors will be ignored",
887 std::vector<Double_t> fExLSorted(numSortedPoints);
888 std::vector<Double_t> fExHSorted(numSortedPoints);
890 std::generate(fExLSorted.begin(), fExLSorted.end(),
891 [begin = low, &sorting_indices,
this]()
mutable { return fExL[sorting_indices[begin++]]; });
892 std::generate(fExHSorted.begin(), fExHSorted.end(),
893 [begin = low, &sorting_indices,
this]()
mutable { return fExH[sorting_indices[begin++]]; });
895 std::copy(fExLSorted.begin(), fExLSorted.end(),
fExL + low);
896 std::copy(fExHSorted.begin(), fExHSorted.end(),
fExH + low);
899 std::vector<Double_t> fEyLSorted(numSortedPoints);
900 std::vector<Double_t> fEyHSorted(numSortedPoints);
902 std::generate(fEyLSorted.begin(), fEyLSorted.end(),
903 [begin = low, &sorting_indices, &j,
this]()
mutable { return fEyL[j].GetArray()[sorting_indices[begin++]]; });
904 std::generate(fEyHSorted.begin(), fEyHSorted.end(),
905 [begin = low, &sorting_indices, &j,
this]()
mutable { return fEyL[j].GetArray()[sorting_indices[begin++]]; });
907 std::copy(fEyLSorted.begin(), fEyLSorted.end(),
fEyL[j].GetArray() + low);
908 std::copy(fEyHSorted.begin(), fEyHSorted.end(),
fEyL[j].GetArray() + low);
919 fEyL.emplace_back(
np, eyL);
920 fEyH.emplace_back(
np, eyH);
968 if (
f->Eval(
x,
y - eyL) <
f->Eval(
x,
y + eyH)) {
1004 if (!pass || !
total) {
1005 Error(
"Divide",
"one of the passed pointers is zero");
1011 Error(
"Divide",
"passed histograms are not one-dimensional");
1017 Bool_t bEffective =
false;
1023 for (
int i = 0; i < pass->
GetNbinsX(); ++i) {
1036 if (
total->GetSumw2()->fN > 0) {
1037 for (
int i = 0; i <
total->GetNbinsX(); ++i) {
1038 tsumw +=
total->GetBinContent(i);
1039 tsumw2 +=
total->GetSumw2()->At(i);
1042 tsumw =
total->GetSumOfWeights();
1066 Bool_t bIsBayesian =
false;
1071 if (
option.Contains(
"v")) {
1072 option.ReplaceAll(
"v",
"");
1075 Info(
"Divide",
"weight will be considered in the Histogram Ratio");
1079 if (
option.Contains(
"cl=")) {
1082 sscanf(strstr(
option.Data(),
"cl="),
"cl=%lf", &level);
1083 if ((level > 0) && (level < 1))
1086 Warning(
"Divide",
"given confidence level %.3lf is invalid", level);
1087 option.ReplaceAll(
"cl=",
"");
1091 if (
option.Contains(
"n")) {
1092 option.ReplaceAll(
"n",
"");
1097 if (
option.Contains(
"cp")) {
1098 option.ReplaceAll(
"cp",
"");
1103 if (
option.Contains(
"w")) {
1104 option.ReplaceAll(
"w",
"");
1109 if (
option.Contains(
"ac")) {
1110 option.ReplaceAll(
"ac",
"");
1114 if (
option.Contains(
"fc")) {
1115 option.ReplaceAll(
"fc",
"");
1119 if (
option.Contains(
"midp")) {
1120 option.ReplaceAll(
"midp",
"");
1125 if (
option.Contains(
"b(")) {
1128 sscanf(strstr(
option.Data(),
"b("),
"b(%lf,%lf)", &
a, &
b);
1132 Warning(
"Divide",
"given shape parameter for alpha %.2lf is invalid",
a);
1136 Warning(
"Divide",
"given shape parameter for beta %.2lf is invalid",
b);
1137 option.ReplaceAll(
"b(",
"");
1142 Bool_t usePosteriorMode =
false;
1143 if (bIsBayesian &&
option.Contains(
"mode")) {
1144 usePosteriorMode =
true;
1145 option.ReplaceAll(
"mode",
"");
1148 Bool_t plot0Bins =
false;
1149 if (
option.Contains(
"e0")) {
1151 option.ReplaceAll(
"e0",
"");
1154 Bool_t useShortestInterval =
false;
1155 if (bIsBayesian && (
option.Contains(
"sh") || (usePosteriorMode && !
option.Contains(
"cen")))) {
1156 useShortestInterval =
true;
1160 Bool_t bPoissonRatio =
false;
1161 if (
option.Contains(
"pois")) {
1162 bPoissonRatio =
true;
1163 option.ReplaceAll(
"pois",
"");
1169 Warning(
"Divide",
"Histograms have weights: only Normal or Bayesian error calculation is supported");
1170 Info(
"Divide",
"Using now the Normal approximation for weighted histograms");
1173 if (bPoissonRatio) {
1175 Error(
"Divide",
"passed histograms are not of the same dimension");
1180 Error(
"Divide",
"passed histograms are not consistent");
1186 Error(
"Divide",
"passed histograms are not consistent");
1204 Double_t tw = 0, tw2 = 0, pw = 0, pw2 = 0, wratio = 1;
1206 for (
Int_t b = 1;
b <= nbins; ++
b) {
1208 Double_t eff = 0., low = 0., upper = 0.;
1212 tw =
total->GetBinContent(
b);
1213 tw2 = (
total->GetSumw2()->fN > 0) ?
total->GetSumw2()->At(
b) : tw;
1217 if (bPoissonRatio) {
1223 if (pw == 0 && pw2 == 0)
1226 p = (pw * pw) / pw2;
1228 if (tw == 0 && tw2 == 0)
1231 t = (tw * tw) / tw2;
1233 if (pw > 0 && tw > 0)
1235 wratio = (pw * t) / (
p * tw);
1236 else if (pw == 0 && tw > 0)
1239 wratio = (psumw2 * t) / (psumw * tw);
1240 else if (tw == 0 && pw > 0)
1243 wratio = (pw * tsumw) / (
p * tsumw2);
1254 }
else if (tw <= 0 && !plot0Bins)
1270 if (t == 0. && !plot0Bins)
1276 if ((bEffective && !bPoissonRatio) && tw2 <= 0) {
1284 if (bEffective && !bPoissonRatio) {
1286 double norm = tw / tw2;
1287 aa = pw * norm + alpha;
1288 bb = (tw - pw) * norm + beta;
1293 if (usePosteriorMode)
1298 if (useShortestInterval) {
1308 if (bEffective && !bPoissonRatio) {
1317 double variance = (pw2 * (1. - 2 * eff) + tw2 * eff * eff) / (tw * tw);
1318 double sigma = sqrt(variance);
1320 double prob = 0.5 * (1. - conf);
1323 upper = eff + delta;
1334 low = pBound(t,
p, conf,
false);
1335 upper = pBound(t,
p, conf,
true);
1339 if (bPoissonRatio) {
1342 low = low / (1. - low);
1343 upper = upper / (1. - upper);
1357 SetPointEY(npoint, 0, eff - low, upper - eff);
1364 Warning(
"Divide",
"Number of graph points is different than histogram bins - %d points have been skipped",
1368 Info(
"Divide",
"made a graph with %d points from %d bins", npoint, nbins);
1369 Info(
"Divide",
"used confidence level: %.2lf\n", conf);
1371 Info(
"Divide",
"used prior probability ~ beta(%.2lf,%.2lf)", alpha, beta);
1403 if (
fY[i] - eyLMax <
ymin) {
1413 if (
fY[i] + eyHMax >
ymax)
1604 return fEyL[
e].GetArray();
1615 return fEyH[
e].GetArray();
1711 printf(
"x[%d]=%g, y[%d]=%g", i,
fX[i], i,
fY[i]);
1713 printf(
", exl[%d]=%g", i,
fExL[i]);
1715 printf(
", exh[%d]=%g", i,
fExH[i]);
1718 printf(
", eyl[%d][%d]=%g", j, i,
fEyL[j][i]);
1721 printf(
", eyh[%d][%d]=%g", j, i,
fEyH[j][i]);
1731 out <<
" " << std::endl;
1732 static Int_t frameNumber = 5000;
1738 out <<
" TGraphMultiErrors* ";
1740 out <<
"tgme = new TGraphMultiErrors(" <<
fNpoints <<
", " <<
fNYErrors <<
");" << std::endl;
1748 out <<
" tgme->SetPoint(" << i <<
", " <<
fX[i] <<
", " <<
fY[i] <<
");" << std::endl;
1749 out <<
" tgme->SetPointEX(" << i <<
", " <<
fExL[i] <<
", " <<
fExH[i] <<
");" << std::endl;
1752 out <<
" tgme->SetPointEY(" << i <<
", " << j <<
", " <<
fEyL[j][i] <<
", " <<
fEyH[j][i] <<
");"
1779 for (
size_t d=0;
d<
fEyL.size();
d++)
1782 for (
size_t d=0;
d<
fEyH.size();
d++)
1797 Error(
"SetPointError",
"Cannot be used without gPad, requires last mouse position");
1811 if (dpx * dpx + dpy * dpy < 25) {
2021 taf->TAttFill::Copy(*
this);
2032 taf->TAttLine::Copy(*
this);
2056 fAttFill[
e].SetFillColorAlpha(fcolor, falpha);
2089 fAttLine[
e].SetLineColorAlpha(lcolor, lalpha);
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
static unsigned int total
winID h TVirtualViewer3D TVirtualGLPainter p
Option_t Option_t SetLineWidth
Option_t Option_t SetFillStyle
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t np
Option_t Option_t SetLineColor
Option_t Option_t SetFillColor
R__EXTERN TStyle * gStyle
Array of doubles (64 bits per element).
Double_t At(Int_t i) const
Fill Area Attributes class.
void Copy(TAttFill &attfill) const
Copy this fill attributes to a new TAttFill.
void Copy(TAttLine &attline) const
Copy this line attributes to a new TAttLine.
static Double_t BetaMode(Double_t alpha, Double_t beta)
Compute the mode of the beta distribution.
static Bool_t BetaShortestInterval(Double_t level, Double_t alpha, Double_t beta, Double_t &lower, Double_t &upper)
Calculates the boundaries for a shortest confidence interval for a Beta distribution.
static Double_t BetaMean(Double_t alpha, Double_t beta)
Compute the mean (average) of the beta distribution.
static Double_t AgrestiCoull(Double_t total, Double_t passed, Double_t level, Bool_t bUpper)
Calculates the boundaries for the frequentist Agresti-Coull interval.
static Double_t FeldmanCousins(Double_t total, Double_t passed, Double_t level, Bool_t bUpper)
Calculates the boundaries for the frequentist Feldman-Cousins interval.
static Bool_t CheckBinning(const TH1 &pass, const TH1 &total)
Checks binning for each axis.
static Double_t BetaCentralInterval(Double_t level, Double_t alpha, Double_t beta, Bool_t bUpper)
Calculates the boundaries for a central confidence interval for a Beta distribution.
static Double_t Normal(Double_t total, Double_t passed, Double_t level, Bool_t bUpper)
Returns the confidence limits for the efficiency supposing that the efficiency follows a normal distr...
static Double_t Wilson(Double_t total, Double_t passed, Double_t level, Bool_t bUpper)
Calculates the boundaries for the frequentist Wilson interval.
static Bool_t CheckConsistency(const TH1 &pass, const TH1 &total, Option_t *opt="")
Checks the consistence of the given histograms.
static Double_t ClopperPearson(Double_t total, Double_t passed, Double_t level, Bool_t bUpper)
Calculates the boundaries for the frequentist Clopper-Pearson interval.
TGraph with asymmetric error bars and multiple y error dimensions.
Double_t * fEyLSum
! Array of summed Y low errors for fitting
virtual Color_t GetFillColor() const
Return the fill area color.
Double_t * GetEYhigh() const override
Get all high errors on y coordinates as an array summed according to fSumErrorsMode.
Double_t GetErrorX(Int_t i) const override
Get error on x coordinate for point i.
virtual Style_t GetFillStyle() const
Return the fill area style.
Double_t GetErrorXhigh(Int_t i) const override
Get high error on x coordinate for point i.
virtual void SetPointError(Double_t exL, Double_t exH, Double_t eyL1, Double_t eyH1, Double_t eyL2=0., Double_t eyH2=0., Double_t eyL3=0., Double_t eyH3=0.)
Set ex and ey values for point pointed by the mouse.
virtual TAttLine * GetAttLine(Int_t e)
Get AttLine pointer for specified error dimension.
virtual void SetFillColorAlpha(Int_t e, Color_t fcolor, Float_t falpha)
Set Fill Color and Alpha of error e (-1 = Global and x errors).
virtual Color_t GetLineColor() const
Return the line color.
Double_t GetErrorYlow(Int_t i) const override
Get low error on y coordinate for point i.
void Divide(const TH1 *pass, const TH1 *total, Option_t *opt="cp")
This function was adapted from the TGraphAsymmErrors class.
std::vector< TAttLine > fAttLine
The AttLine attributes of the different errors.
virtual void AddYError(Int_t np, const Double_t *eyL=nullptr, const Double_t *eyH=nullptr)
Add a new y error to the graph and fill it with the values from eyL and eyH
Double_t GetErrorXlow(Int_t i) const override
Get low error on x coordinate for point i.
TGraphMultiErrors()
TGraphMultiErrors default constructor.
virtual void SetEY(Int_t e, Int_t np, const Double_t *eyL, const Double_t *eyH)
Set error e ey values.
virtual void SetSumErrorsMode(Int_t m)
Set the sum errors mode and recalculate summed errors.
virtual void BayesDivide(const TH1 *pass, const TH1 *total, Option_t *opt="")
This function is only kept for backward compatibility.
void Print(Option_t *chopt="") const override
Print graph and errors values.
TGraphMultiErrors & operator=(const TGraphMultiErrors &tgme)
TGraphMultiErrors assignment operator.
void CopyAndRelease(Double_t **newarrays, Int_t ibegin, Int_t iend, Int_t obegin) override
Copy and release.
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save primitive as a C++ statement(s) on output stream out.
Int_t fSumErrorsMode
How y errors are summed: kOnlyFirst = Only First; kSquareSum = Squared Sum; kSum = Absolute Addition.
virtual Width_t GetLineWidth() const
Return the line width.
Double_t * GetEXhigh() const override
@ kAbsSum
Calculate the absolute sum of all errors.
@ kSquareSum
Calculate the square sum of all errors.
@ kOnlyFirst
Only take errors from first dimension.
virtual TAttFill * GetAttFill(Int_t e)
Get AttFill pointer for specified error dimension.
virtual void SetLineStyle(Int_t e, Style_t lstyle)
Set Line Style of error e (-1 = Global and x errors).
Bool_t CopyPoints(Double_t **arrays, Int_t ibegin, Int_t iend, Int_t obegin) override
Copy errors from fE*** to arrays[***] or to f*** Copy points.
virtual void SetPointEXhigh(Int_t i, Double_t exH)
Set exH value for point i.
Double_t * fExL
[fNpoints] array of X low errors
void FillZero(Int_t begin, Int_t end, Bool_t from_ctor=kTRUE) override
Set zero values for point arrays in the range [begin, end].
virtual void SetLineWidth(Int_t e, Width_t lwidth)
Set Line Width of error e (-1 = Global and x errors).
std::vector< TArrayD > fEyH
Two dimensional array of Y high errors.
virtual Style_t GetLineStyle() const
Return the line style.
virtual void SetPointEX(Int_t i, Double_t exL, Double_t exH)
Set ex values for point i.
virtual void SetPointEYlow(Int_t i, Int_t ne, const Double_t *eyL)
Set eyL values for point i.
void Scale(Double_t c1=1., Option_t *option="y") override
Multiply the values and errors of a TGraphMultiErrors by a constant c1.
virtual void SetLineColorAlpha(Int_t e, Color_t lcolor, Float_t lalpha)
Set Line Color and Alpha of error e (-1 = Global and x errors).
virtual void SetFillColor(Int_t e, Color_t fcolor)
Set Fill Color of error e (-1 = Global and x errors).
Double_t * GetEXlow() const override
void CalcYErrorsSum() const
Recalculates the summed y error arrays.
~TGraphMultiErrors() override
TGraphMultiErrors default destructor.
virtual void SetAttLine(Int_t e, TAttLine *tal)
Set TAttLine parameters of error e by copying from another TAttLine (-1 = Global and x errors).
Double_t * fEyHSum
! Array of summed Y high errors for fitting
Double_t * GetEYlow() const override
Get all low errors on y coordinates as an array summed according to fSumErrorsMode.
virtual void DeleteYError(Int_t e)
Deletes the y error with the index e.
void Apply(TF1 *f) override
Apply a function to all data points .
virtual void SetFillStyle(Int_t e, Style_t fstyle)
Set Fill Style of error e (-1 = Global and x errors).
virtual void SetEYhigh(Int_t e, Int_t np, const Double_t *eyH)
Set error e eyH values.
void SwapPoints(Int_t pos1, Int_t pos2) override
Swap points.
virtual void SetAttFill(Int_t e, TAttFill *taf)
Set TAttFill parameters of error e by copying from another TAttFill (-1 = Global and x errors).
virtual void SetEYlow(Int_t e, Int_t np, const Double_t *eyL)
Set error e eyL values.
std::vector< TAttFill > fAttFill
The AttFill attributes of the different errors.
void UpdateArrays(const std::vector< Int_t > &sorting_indices, Int_t numSortedPoints, Int_t low) override
Update the fX, fY, fExL, fExH, fEyL and fEyH arrays with the sorted values.
Bool_t CtorAllocate()
Should be called from ctors after fNpoints has been set Note: This function should be called only fro...
Double_t * fExH
[fNpoints] array of X high errors
virtual void SetPointEY(Int_t i, Int_t ne, const Double_t *eyL, const Double_t *eyH)
Set ey values for point i.
virtual void SetLineColor(Int_t e, Color_t lcolor)
Set Line Color of error e (-1 = Global and x errors).
virtual void SetPointEXlow(Int_t i, Double_t exL)
Set exL value for point i.
virtual void SetPointEYhigh(Int_t i, Int_t ne, const Double_t *eyH)
Set eyH values for point i.
void ComputeRange(Double_t &xmin, Double_t &ymin, Double_t &xmax, Double_t &ymax) const override
Compute Range.
Int_t fNYErrors
The amount of different y-errors.
std::vector< TArrayD > fEyL
Two dimensional array of Y low errors.
Double_t GetErrorY(Int_t i) const override
Get error on y coordinate for point i.
Double_t ** Allocate(Int_t size) override
Allocate internal data structures for size points.
Bool_t DoMerge(const TGraph *tg) override
Protected function to perform the merge operation of a graph with multiple asymmetric errors.
Double_t GetErrorYhigh(Int_t i) const override
Get high error on y coordinate for point i.
A TGraph is an object made of two arrays X and Y with npoints each.
Int_t fNpoints
Number of points <= fMaxSize.
virtual void SetPoint(Int_t i, Double_t x, Double_t y)
Set x and y values for point number i.
Int_t fMaxSize
!Current dimension of arrays fX and fY
void SaveHistogramAndFunctions(std::ostream &out, const char *varname, Int_t &frameNumber, Option_t *option)
Save histogram and list of functions of TGraph as C++ statement Used in all TGraph-derived classes.
TH1F * fHistogram
Pointer to histogram used for drawing axis.
virtual void UpdateArrays(const std::vector< Int_t > &sorting_indices, Int_t numSortedPoints, Int_t low)
Update the fX and fY arrays with the sorted values.
TClass * IsA() const override
Double_t * fY
[fNpoints] array of Y points
Bool_t CtorAllocate()
In constructors set fNpoints than call this method.
virtual void ComputeRange(Double_t &xmin, Double_t &ymin, Double_t &xmax, Double_t &ymax) const
Compute the x/y range of the points in this graph.
Double_t ** AllocateArrays(Int_t Narrays, Int_t arraySize)
Allocate arrays.
virtual void Scale(Double_t c1=1., Option_t *option="y")
Multiply the values of a TGraph by a constant c1.
static void SwapValues(Double_t *arr, Int_t pos1, Int_t pos2)
Swap values.
virtual Bool_t DoMerge(const TGraph *g)
protected function to perform the merge operation of a graph
void SetName(const char *name="") override
Set graph name.
virtual void SwapPoints(Int_t pos1, Int_t pos2)
Swap points.
virtual void FillZero(Int_t begin, Int_t end, Bool_t from_ctor=kTRUE)
Set zero values for point arrays in the range [begin, end) Should be redefined in descendant classes.
Double_t * fX
[fNpoints] array of X points
void SetTitle(const char *title="") override
Change (i.e.
void SetNameTitle(const char *name="", const char *title="") override
Set graph name and title.
virtual void Set(Int_t n)
Set number of points in the graph Existing coordinates are preserved New coordinates above fNpoints a...
virtual Int_t GetPoint(Int_t i, Double_t &x, Double_t &y) const
Get x and y values for point number i.
virtual Bool_t CopyPoints(Double_t **newarrays, Int_t ibegin, Int_t iend, Int_t obegin)
Copy points from fX and fY to arrays[0] and arrays[1] or to fX and fY if arrays == 0 and ibegin !...
TGraph & operator=(const TGraph &)
Equal operator for this graph.
TH1 is the base class of all histogram classes in ROOT.
virtual Double_t GetBinCenter(Int_t bin) const
Return bin center for 1D histogram.
virtual Int_t GetDimension() const
virtual Int_t GetNbinsX() const
virtual Double_t GetBinLowEdge(Int_t bin) const
Return bin lower edge for 1D histogram.
virtual Double_t GetBinContent(Int_t bin) const
Return content of bin number bin.
virtual TArrayD * GetSumw2()
virtual Double_t GetBinWidth(Int_t bin) const
Return bin width for 1D histogram.
virtual Double_t GetSumOfWeights() const
Return the sum of weights excluding under/overflows.
const char * GetName() const override
Returns name of object.
const char * GetTitle() const override
Returns title of object.
virtual void Warning(const char *method, const char *msgfmt,...) const
Issue warning message.
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
virtual void Info(const char *method, const char *msgfmt,...) const
Issue info message.
void ToLower()
Change string to lower-case.
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
Float_t GetErrorX() const
double normal_quantile_c(double z, double sigma)
Inverse ( ) of the cumulative distribution function of the upper tail of the normal (Gaussian) distri...
Int_t Nint(T x)
Round to nearest integer. Rounds half integers to the nearest even integer.
Short_t Max(Short_t a, Short_t b)
Returns the largest of a and b.
Int_t Finite(Double_t x)
Check if it is finite with a mask in order to be consistent in presence of fast math.
Double_t Sqrt(Double_t x)
Returns the square root of x.
Short_t Min(Short_t a, Short_t b)
Returns the smallest of a and b.
Short_t Abs(Short_t d)
Returns the absolute value of parameter Short_t d.
static uint64_t sum(uint64_t i)