GetErrorYlow
GetErrorYlow is a member function used in the ROOT data analysis framework, typically with graphs that support asymmetric errors such as TGraphAsymmErrors. It returns the lower (negative) magnitude of the Y error for the i-th data point.
The function is usually defined as Double_t GetErrorYlow(Int_t i) const, with i ranging from 0 to GetN()−1,
GetErrorYlow is part of a set of methods for accessing asymmetric error components on data points. It
In practice, GetErrorYlow is useful for plotting accurate error bars and for downstream analysis that requires
See also: GetErrorYhigh, GetErrorXlow, GetErrorXhigh, SetPointError, TGraphAsymmErrors.