TGraph with asymmetric error bars and multiple y error dimensions.
The TGraphMultiErrors painting is performed thanks to the TGraphPainter class. All details about the various painting options are given in this class.
The picture below gives an example:
Definition at line 29 of file TGraphMultiErrors.h.
Public Types | |
enum | ESummationModes { kOnlyFirst = 0 , kSquareSum = 1 , kAbsSum = 2 } |
Public Types inherited from TGraph | |
enum | EStatusBits { kNoStats = (1ULL << ( 9 )) , kClipFrame = (1ULL << ( 10 )) , kResetHisto = (1ULL << ( 17 )) , kNotEditable = (1ULL << ( 18 )) , kIsSortedX = (1ULL << ( 19 )) , kIsHighlight = (1ULL << ( 20 )) } |
Public Types inherited from TObject | |
enum | { kIsOnHeap = 0x01000000 , kNotDeleted = 0x02000000 , kZombie = 0x04000000 , kInconsistent = 0x08000000 , kBitMask = 0x00ffffff } |
enum | { kSingleKey = (1ULL << ( 0 )) , kOverwrite = (1ULL << ( 1 )) , kWriteDelete = (1ULL << ( 2 )) } |
enum | EDeprecatedStatusBits { kObjInCanvas = (1ULL << ( 3 )) } |
enum | EStatusBits { kCanDelete = (1ULL << ( 0 )) , kMustCleanup = (1ULL << ( 3 )) , kIsReferenced = (1ULL << ( 4 )) , kHasUUID = (1ULL << ( 5 )) , kCannotPick = (1ULL << ( 6 )) , kNoContextMenu = (1ULL << ( 8 )) , kInvalidObject = (1ULL << ( 13 )) } |
Public Member Functions | |
TGraphMultiErrors () | |
TGraphMultiErrors default constructor. | |
TGraphMultiErrors (const Char_t *name, const Char_t *title) | |
TGraphMultiErrors default constructor with name and title. | |
TGraphMultiErrors (const Char_t *name, const Char_t *title, Int_t np, const Double_t *x, const Double_t *y, const Double_t *exL=nullptr, const Double_t *exH=nullptr, const Double_t *eyL=nullptr, const Double_t *eyH=nullptr, Int_t m=kOnlyFirst) | |
TGraphMultiErrors normal constructor with name, title, np points and a single y-error. | |
TGraphMultiErrors (const Char_t *name, const Char_t *title, Int_t np, const Float_t *x, const Float_t *y, const Float_t *exL=nullptr, const Float_t *exH=nullptr, const Float_t *eyL=nullptr, const Float_t *eyH=nullptr, Int_t m=kOnlyFirst) | |
TGraphMultiErrors normal constructor with name , title , np points and a single y-error. | |
TGraphMultiErrors (const Char_t *name, const Char_t *title, Int_t np, Int_t ne, const Double_t *x, const Double_t *y, const Double_t *exL, const Double_t *exH, std::vector< std::vector< Double_t > > eyL, std::vector< std::vector< Double_t > > eyH, Int_t m=kOnlyFirst) | |
TGraphMultiErrors normal constructor with name , title , np points and ne y-errors. | |
TGraphMultiErrors (const Char_t *name, const Char_t *title, Int_t np, Int_t ne, const Double_t *x, const Double_t *y, const Double_t *exL, const Double_t *exH, std::vector< TArrayD > eyL, std::vector< TArrayD > eyH, Int_t m=kOnlyFirst) | |
TGraphMultiErrors normal constructor with name , title , np points and ne y-errors. | |
TGraphMultiErrors (const Char_t *name, const Char_t *title, Int_t np, Int_t ne, const Float_t *x, const Float_t *y, const Float_t *exL, const Float_t *exH, std::vector< std::vector< Float_t > > eyL, std::vector< std::vector< Float_t > > eyH, Int_t m=kOnlyFirst) | |
TGraphMultiErrors normal constructor with name, title, np points and ne y-errors. | |
TGraphMultiErrors (const Char_t *name, const Char_t *title, Int_t np, Int_t ne, const Float_t *x, const Float_t *y, const Float_t *exL, const Float_t *exH, std::vector< TArrayF > eyL, std::vector< TArrayF > eyH, Int_t m=kOnlyFirst) | |
TGraphMultiErrors normal constructor with name, title, np points and ne y-errors. | |
TGraphMultiErrors (const Char_t *name, const Char_t *title, Int_t np, Int_t ne=1) | |
TGraphMultiErrors normal constructor with name , title , np points and ne y-errors. | |
TGraphMultiErrors (const TGraphMultiErrors &tgme) | |
TGraphMultiErrors copy constructor. | |
TGraphMultiErrors (const TH1 *pass, const TH1 *total, Int_t ne=1, Option_t *option="") | |
Creates a TGraphMultiErrors by dividing two input TH1 histograms: pass/total. | |
TGraphMultiErrors (const TH1 *th, Int_t ne=1) | |
TGraphMultiErrors constructor importing its parameters from the TH1 object passed as argument. | |
TGraphMultiErrors (const TVectorD &tvX, const TVectorD &tvY, const TVectorD &tvExL, const TVectorD &tvExH, const TVectorD &tvEyL, const TVectorD &tvEyH, Int_t m=kOnlyFirst) | |
Constructor with six vectors of doubles in input and a single y error dimension. | |
TGraphMultiErrors (const TVectorF &tvX, const TVectorF &tvY, const TVectorF &tvExL, const TVectorF &tvExH, const TVectorF &tvEyL, const TVectorF &tvEyH, Int_t m=kOnlyFirst) | |
Constructor with six vectors of floats in input and a single y error dimension. | |
TGraphMultiErrors (Int_t ne, const TVectorD &tvX, const TVectorD &tvY, const TVectorD &tvExL, const TVectorD &tvExH, const TVectorD *tvEyL, const TVectorD *tvEyH, Int_t m=kOnlyFirst) | |
Constructor with multiple vectors of doubles in input and multiple y error dimensions A grapherrors is built with the X coordinates taken from tvX the Y coordinates from tvY and the errors from vectors tvExL , tvExH and tvEyL/H[yErrorDimension] . | |
TGraphMultiErrors (Int_t ne, const TVectorF &tvX, const TVectorF &tvY, const TVectorF &tvExL, const TVectorF &tvExH, const TVectorF *tvEyL, const TVectorF *tvEyH, Int_t m=kOnlyFirst) | |
Constructor with multiple vectors of floats in input and multiple y error dimension. | |
TGraphMultiErrors (Int_t np, const Double_t *x, const Double_t *y, const Double_t *exL=nullptr, const Double_t *exH=nullptr, const Double_t *eyL=nullptr, const Double_t *eyH=nullptr, Int_t m=kOnlyFirst) | |
TGraphMultiErrors normal constructor with np points and a single y-error. | |
TGraphMultiErrors (Int_t np, const Float_t *x, const Float_t *y, const Float_t *exL=nullptr, const Float_t *exH=nullptr, const Float_t *eyL=nullptr, const Float_t *eyH=nullptr, Int_t m=kOnlyFirst) | |
TGraphMultiErrors normal constructor with np points and a single y-error. | |
TGraphMultiErrors (Int_t np, Int_t ne, const Double_t *x, const Double_t *y, const Double_t *exL, const Double_t *exH, std::vector< std::vector< Double_t > > eyL, std::vector< std::vector< Double_t > > eyH, Int_t m=kOnlyFirst) | |
TGraphMultiErrors normal constructor with np points and ne y-errors. | |
TGraphMultiErrors (Int_t np, Int_t ne, const Double_t *x, const Double_t *y, const Double_t *exL, const Double_t *exH, std::vector< TArrayD > eyL, std::vector< TArrayD > eyH, Int_t m=kOnlyFirst) | |
TGraphMultiErrors normal constructor with np points and ne y-errors. | |
TGraphMultiErrors (Int_t np, Int_t ne, const Float_t *x, const Float_t *y, const Float_t *exL, const Float_t *exH, std::vector< std::vector< Float_t > > eyL, std::vector< std::vector< Float_t > > eyH, Int_t m=kOnlyFirst) | |
TGraphMultiErrors normal constructor with np points and ne y-errors. | |
TGraphMultiErrors (Int_t np, Int_t ne, const Float_t *x, const Float_t *y, const Float_t *exL, const Float_t *exH, std::vector< TArrayF > eyL, std::vector< TArrayF > eyH, Int_t m=kOnlyFirst) | |
TGraphMultiErrors normal constructor with np points and ne y-errors. | |
TGraphMultiErrors (Int_t np, Int_t ne=1) | |
TGraphMultiErrors normal constructor with np points and ne y-errors. | |
~TGraphMultiErrors () override | |
TGraphMultiErrors default destructor. | |
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 | |
void | Apply (TF1 *f) override |
Apply a function to all data points \( y = f(x,y) \). | |
virtual void | BayesDivide (const TH1 *pass, const TH1 *total, Option_t *opt="") |
This function is only kept for backward compatibility. | |
void | ComputeRange (Double_t &xmin, Double_t &ymin, Double_t &xmax, Double_t &ymax) const override |
Compute Range. | |
virtual void | DeleteYError (Int_t e) |
Deletes the y error with the index e . | |
void | Divide (const TH1 *pass, const TH1 *total, Option_t *opt="cp") |
This function was adapted from the TGraphAsymmErrors class. | |
virtual TAttFill * | GetAttFill (Int_t e) |
Get AttFill pointer for specified error dimension. | |
virtual TAttLine * | GetAttLine (Int_t e) |
Get AttLine pointer for specified error dimension. | |
Double_t | GetErrorX (Int_t i) const override |
Get error on x coordinate for point i . | |
Double_t | GetErrorXhigh (Int_t i) const override |
Get high error on x coordinate for point i . | |
Double_t | GetErrorXlow (Int_t i) const override |
Get low error on x coordinate for point i . | |
Double_t | GetErrorY (Int_t i) const override |
Get error on y coordinate for point i . | |
virtual Double_t | GetErrorY (Int_t i, Int_t e) const |
Get error e on y coordinate for point i . | |
Double_t | GetErrorYhigh (Int_t i) const override |
Get high error on y coordinate for point i . | |
virtual Double_t | GetErrorYhigh (Int_t i, Int_t e) const |
Get high error e on y coordinate for point i . | |
Double_t | GetErrorYlow (Int_t i) const override |
Get low error on y coordinate for point i . | |
virtual Double_t | GetErrorYlow (Int_t i, Int_t e) const |
Get low error e on y coordinate for point i . | |
Double_t * | GetEXhigh () const override |
Double_t * | GetEXlow () const override |
Double_t * | GetEYhigh () const override |
Get all high errors on y coordinates as an array summed according to fSumErrorsMode . | |
virtual Double_t * | GetEYhigh (Int_t e) |
Get all high errors e on y coordinates as an array. | |
Double_t * | GetEYlow () const override |
Get all low errors on y coordinates as an array summed according to fSumErrorsMode . | |
virtual Double_t * | GetEYlow (Int_t e) |
Get all low errors e on y coordinates as an array. | |
virtual Color_t | GetFillColor () const |
Return the fill area color. | |
virtual Color_t | GetFillColor (Int_t e) const |
Get Fill Color for specified error e (-1 = Global and x errors). | |
virtual Style_t | GetFillStyle () const |
Return the fill area style. | |
virtual Style_t | GetFillStyle (Int_t e) const |
Get Fill Style for specified error e (-1 = Global and x errors). | |
virtual Color_t | GetLineColor () const |
Return the line color. | |
virtual Color_t | GetLineColor (Int_t e) const |
Get Line Color for specified error e (-1 = Global and x errors). | |
virtual Style_t | GetLineStyle () const |
Return the line style. | |
virtual Style_t | GetLineStyle (Int_t e) const |
Get Line Style for specified error e (-1 = Global and x errors). | |
virtual Width_t | GetLineWidth () const |
Return the line width. | |
virtual Width_t | GetLineWidth (Int_t e) const |
Get Line Width for specified error e (-1 = Global and x errors). | |
Int_t | GetNYErrors () const |
Int_t | GetSumErrorsMode () const |
TClass * | IsA () const override |
TGraphMultiErrors & | operator= (const TGraphMultiErrors &tgme) |
TGraphMultiErrors assignment operator. | |
void | Print (Option_t *chopt="") const override |
Print graph and errors values. | |
void | SavePrimitive (std::ostream &out, Option_t *option="") override |
Save primitive as a C++ statement(s) on output stream out. | |
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 | SetAttFill (Int_t e, TAttFill *taf) |
Set TAttFill parameters of error e by copying from another TAttFill (-1 = Global and x errors). | |
virtual void | SetAttLine (Int_t e, TAttLine *tal) |
Set TAttLine parameters of error e by copying from another TAttLine (-1 = Global and x errors). | |
virtual void | SetEY (Int_t e, Int_t np, const Double_t *eyL, const Double_t *eyH) |
Set error e ey values. | |
virtual void | SetEYhigh (Int_t e, Int_t np, const Double_t *eyH) |
Set error e eyH values. | |
virtual void | SetEYlow (Int_t e, Int_t np, const Double_t *eyL) |
Set error e eyL values. | |
virtual void | SetFillColor (Color_t fcolor) |
Set the fill area color. | |
virtual void | SetFillColor (Int_t e, Color_t fcolor) |
Set Fill Color of error e (-1 = Global and x errors). | |
virtual void | SetFillColorAlpha (Color_t fcolor, Float_t falpha) |
Set a transparent fill color. | |
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 void | SetFillStyle (Int_t e, Style_t fstyle) |
Set Fill Style of error e (-1 = Global and x errors). | |
virtual void | SetFillStyle (Style_t fstyle) |
Set the fill area style. | |
virtual void | SetLineColor (Color_t lcolor) |
Set the line color. | |
virtual void | SetLineColor (Int_t e, Color_t lcolor) |
Set Line Color of error e (-1 = Global and x errors). | |
virtual void | SetLineColorAlpha (Color_t lcolor, Float_t lalpha) |
Set a transparent line color. | |
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 | SetLineStyle (Int_t e, Style_t lstyle) |
Set Line Style of error e (-1 = Global and x errors). | |
virtual void | SetLineStyle (Style_t lstyle) |
Set the line style. | |
virtual void | SetLineWidth (Int_t e, Width_t lwidth) |
Set Line Width of error e (-1 = Global and x errors). | |
virtual void | SetLineWidth (Width_t lwidth) |
Set the line width. | |
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 void | SetPointError (Int_t i, Int_t ne, Double_t exL, Double_t exH, const Double_t *eyL, const Double_t *eyH) |
Set ex and ey values for point i . | |
virtual void | SetPointEX (Int_t i, Double_t exL, Double_t exH) |
Set ex values for point i . | |
virtual void | SetPointEXhigh (Int_t i, Double_t exH) |
Set exH value for point i . | |
virtual void | SetPointEXlow (Int_t i, Double_t exL) |
Set exL value for point i . | |
virtual void | SetPointEY (Int_t i, Int_t e, Double_t eyL, Double_t eyH) |
Set error e ey values for point i . | |
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 | SetPointEYhigh (Int_t i, Int_t e, Double_t eyH) |
Set error e eyH value for point i . | |
virtual void | SetPointEYhigh (Int_t i, Int_t ne, const Double_t *eyH) |
Set eyH values for point i . | |
virtual void | SetPointEYlow (Int_t i, Int_t e, Double_t eyL) |
Set error e eyL value for point i . | |
virtual void | SetPointEYlow (Int_t i, Int_t ne, const Double_t *eyL) |
Set eyL values for point i . | |
virtual void | SetSumErrorsMode (Int_t m) |
Set the sum errors mode and recalculate summed errors. | |
void | Streamer (TBuffer &) override |
Stream an object of class TGraph. | |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from TGraph | |
TGraph () | |
Graph default constructor. | |
TGraph (const char *filename, const char *format="%lg %lg", Option_t *option="") | |
Graph constructor reading input from filename. | |
TGraph (const TF1 *f, Option_t *option="") | |
Graph constructor importing its parameters from the TF1 object passed as argument. | |
TGraph (const TGraph &gr) | |
Copy constructor for this graph. | |
TGraph (const TH1 *h) | |
Graph constructor importing its parameters from the TH1 object passed as argument. | |
TGraph (const TVectorD &vx, const TVectorD &vy) | |
Graph constructor with two vectors of doubles in input A graph is build with the X coordinates taken from vx and Y coord from vy The number of points in the graph is the minimum of number of points in vx and vy. | |
TGraph (const TVectorF &vx, const TVectorF &vy) | |
Graph constructor with two vectors of floats in input A graph is build with the X coordinates taken from vx and Y coord from vy The number of points in the graph is the minimum of number of points in vx and vy. | |
TGraph (Int_t n) | |
Constructor with only the number of points set the arrays x and y will be set later. | |
TGraph (Int_t n, const Double_t *x, const Double_t *y) | |
Graph normal constructor with doubles. | |
TGraph (Int_t n, const Double_t *y, Double_t start=0., Double_t step=1.) | |
Default X-Points constructor. | |
TGraph (Int_t n, const Float_t *x, const Float_t *y) | |
Graph normal constructor with floats. | |
TGraph (Int_t n, const Int_t *x, const Int_t *y) | |
Graph normal constructor with ints. | |
~TGraph () override | |
Graph default destructor. | |
virtual void | AddPoint (Double_t x, Double_t y) |
Append a new point to the graph. | |
void | Browse (TBrowser *b) override |
Browse. | |
virtual Double_t | Chisquare (TF1 *f1, Option_t *option="") const |
Return the chisquare of this graph with respect to f1. | |
Int_t | DistancetoPrimitive (Int_t px, Int_t py) override |
Compute distance from point px,py to a graph. | |
void | Draw (Option_t *chopt="") override |
Draw this graph with its current attributes. | |
virtual void | DrawGraph (Int_t n, const Double_t *x=nullptr, const Double_t *y=nullptr, Option_t *option="") |
Draw this graph with new attributes. | |
virtual void | DrawGraph (Int_t n, const Float_t *x, const Float_t *y, Option_t *option="") |
Draw this graph with new attributes. | |
virtual void | DrawGraph (Int_t n, const Int_t *x, const Int_t *y, Option_t *option="") |
Draw this graph with new attributes. | |
virtual void | DrawPanel () |
Display a panel with all graph drawing options. | |
virtual Double_t | Eval (Double_t x, TSpline *spline=nullptr, Option_t *option="") const |
Interpolate points in this graph at x using a TSpline. | |
void | ExecuteEvent (Int_t event, Int_t px, Int_t py) override |
Execute action corresponding to one event. | |
virtual void | Expand (Int_t newsize) |
If array sizes <= newsize, expand storage to 2*newsize. | |
virtual void | Expand (Int_t newsize, Int_t step) |
If graph capacity is less than newsize points then make array sizes equal to least multiple of step to contain newsize points. | |
TObject * | FindObject (const char *name) const override |
Search object named name in the list of functions. | |
TObject * | FindObject (const TObject *obj) const override |
Search object obj in the list of functions. | |
virtual TFitResultPtr | Fit (const char *formula, Option_t *option="", Option_t *goption="", Axis_t xmin=0, Axis_t xmax=0) |
Fit this graph with function with name fname . | |
virtual TFitResultPtr | Fit (TF1 *f1, Option_t *option="", Option_t *goption="", Axis_t xmin=0, Axis_t xmax=0) |
Fit this graph with function f1. | |
virtual void | FitPanel () |
Display a GUI panel with all graph fit options. | |
virtual Double_t | GetCorrelationFactor () const |
Return graph correlation factor. | |
virtual Double_t | GetCovariance () const |
Return covariance of vectors x,y. | |
Bool_t | GetEditable () const |
Return kTRUE if kNotEditable bit is not set, kFALSE otherwise. | |
virtual Double_t * | GetEX () const |
virtual Double_t * | GetEXhighd () const |
virtual Double_t * | GetEXlowd () const |
virtual Double_t * | GetEY () const |
virtual Double_t * | GetEYhighd () const |
virtual Double_t * | GetEYlowd () const |
TF1 * | GetFunction (const char *name) const |
Return pointer to function with name. | |
TH1F * | GetHistogram () const |
Returns a pointer to the histogram used to draw the axis Takes into account the two following cases. | |
TList * | GetListOfFunctions () const |
Double_t | GetMaximum () const |
Int_t | GetMaxSize () const |
virtual Double_t | GetMean (Int_t axis=1) const |
Return mean value of X (axis=1) or Y (axis=2) | |
Double_t | GetMinimum () const |
Int_t | GetN () const |
char * | GetObjectInfo (Int_t px, Int_t py) const override |
Implementation to get information on point of graph at cursor position Adapted from class TH1. | |
virtual Int_t | GetPoint (Int_t i, Double_t &x, Double_t &y) const |
Get x and y values for point number i. | |
virtual Double_t | GetPointX (Int_t i) const |
Get x value for point i. | |
virtual Double_t | GetPointY (Int_t i) const |
Get y value for point i. | |
virtual Double_t | GetRMS (Int_t axis=1) const |
Return RMS of X (axis=1) or Y (axis=2) | |
Double_t * | GetX () const |
TAxis * | GetXaxis () const |
Get x axis of the graph. | |
Double_t * | GetY () const |
TAxis * | GetYaxis () const |
Get y axis of the graph. | |
virtual void | InitExpo (Double_t xmin=0, Double_t xmax=0) |
Compute Initial values of parameters for an exponential. | |
virtual void | InitGaus (Double_t xmin=0, Double_t xmax=0) |
Compute Initial values of parameters for a gaussian. | |
virtual void | InitPolynom (Double_t xmin=0, Double_t xmax=0) |
Compute Initial values of parameters for a polynom. | |
virtual Int_t | InsertPoint () |
Insert a new point at the mouse position. | |
virtual void | InsertPointBefore (Int_t ipoint, Double_t x, Double_t y) |
Insert a new point with coordinates (x,y) before the point number ipoint . | |
virtual Double_t | Integral (Int_t first=0, Int_t last=-1) const |
Integrate the TGraph data within a given (index) range. | |
virtual Bool_t | IsEditable () const |
virtual Bool_t | IsHighlight () const |
virtual Int_t | IsInside (Double_t x, Double_t y) const |
Return 1 if the point (x,y) is inside the polygon defined by the graph vertices 0 otherwise. | |
virtual void | LeastSquareFit (Int_t m, Double_t *a, Double_t xmin=0, Double_t xmax=0) |
Least squares polynomial fitting without weights. | |
virtual void | LeastSquareLinearFit (Int_t n, Double_t &a0, Double_t &a1, Int_t &ifail, Double_t xmin=0, Double_t xmax=0) |
Least square linear fit without weights. | |
virtual Int_t | Merge (TCollection *list) |
Adds all graphs from the collection to this graph. | |
virtual void | MovePoints (Double_t dx, Double_t dy, Bool_t logx=kFALSE, Bool_t logy=kFALSE) |
Move all graph points on specified values dx,dy If log argument specified, calculation done in logarithmic scale like: new_value = exp( log(old_value) + delta );. | |
TGraph & | operator= (const TGraph &) |
Equal operator for this graph. | |
void | Paint (Option_t *chopt="") override |
Draw this graph with its current attributes. | |
void | PaintGraph (Int_t npoints, const Double_t *x, const Double_t *y, Option_t *chopt) |
Draw the (x,y) as a graph. | |
void | PaintGrapHist (Int_t npoints, const Double_t *x, const Double_t *y, Option_t *chopt) |
Draw the (x,y) as a histogram. | |
virtual void | PaintStats (TF1 *fit) |
Draw the stats. | |
void | RecursiveRemove (TObject *obj) override |
Recursively remove object from the list of functions. | |
virtual Int_t | RemovePoint () |
Delete point close to the mouse position Returns index of removed point (or -1 if nothing was changed) | |
virtual Int_t | RemovePoint (Int_t ipoint) |
Delete point number ipoint Returns index of removed point (or -1 if nothing was changed) | |
void | SaveAs (const char *filename, Option_t *option="") const override |
Save the graph as .csv, .tsv or .txt. | |
virtual void | Set (Int_t n) |
Set number of points in the graph Existing coordinates are preserved New coordinates above fNpoints are preset to 0. | |
virtual void | SetEditable (Bool_t editable=kTRUE) |
if editable=kFALSE, the graph cannot be modified with the mouse by default a TGraph is editable | |
virtual void | SetHighlight (Bool_t set=kTRUE) |
Set highlight (enable/disble) mode for the graph by default highlight mode is disable. | |
virtual void | SetHistogram (TH1F *h) |
virtual void | SetMaximum (Double_t maximum=-1111) |
Set the maximum of the graph. | |
virtual void | SetMinimum (Double_t minimum=-1111) |
Set the minimum of the graph. | |
void | SetName (const char *name="") override |
Set graph name. | |
void | SetNameTitle (const char *name="", const char *title="") override |
Set graph name and title. | |
virtual void | SetPoint (Int_t i, Double_t x, Double_t y) |
Set x and y values for point number i. | |
virtual void | SetPointX (Int_t i, Double_t x) |
Set x value for point i. | |
virtual void | SetPointY (Int_t i, Double_t y) |
Set y value for point i. | |
virtual void | SetStats (Bool_t stats=kTRUE) |
Set statistics option on/off. | |
void | SetTitle (const char *title="") override |
Change (i.e. | |
virtual void | Sort (Bool_t(*greater)(const TGraph *, Int_t, Int_t)=&TGraph::CompareX, Bool_t ascending=kTRUE, Int_t low=0, Int_t high=-1111) |
Sorts the points of this TGraph using in-place quicksort (see e.g. | |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
void | UseCurrentStyle () override |
Set current style settings in this graph This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. | |
void | Zero (Int_t &k, Double_t AZ, Double_t BZ, Double_t E2, Double_t &X, Double_t &Y, Int_t maxiterations) |
Find zero of a continuous function. | |
Public Member Functions inherited from TNamed | |
TNamed () | |
TNamed (const char *name, const char *title) | |
TNamed (const TNamed &named) | |
TNamed copy ctor. | |
TNamed (const TString &name, const TString &title) | |
virtual | ~TNamed () |
TNamed destructor. | |
void | Clear (Option_t *option="") override |
Set name and title to empty strings (""). | |
TObject * | Clone (const char *newname="") const override |
Make a clone of an object using the Streamer facility. | |
Int_t | Compare (const TObject *obj) const override |
Compare two TNamed objects. | |
void | Copy (TObject &named) const override |
Copy this to obj. | |
virtual void | FillBuffer (char *&buffer) |
Encode TNamed into output buffer. | |
const char * | GetName () const override |
Returns name of object. | |
const char * | GetTitle () const override |
Returns title of object. | |
ULong_t | Hash () const override |
Return hash value for this object. | |
TClass * | IsA () const override |
Bool_t | IsSortable () const override |
void | ls (Option_t *option="") const override |
List TNamed name and title. | |
TNamed & | operator= (const TNamed &rhs) |
TNamed assignment operator. | |
void | Print (Option_t *option="") const override |
Print TNamed name and title. | |
virtual Int_t | Sizeof () const |
Return size of the TNamed part of the TObject. | |
void | Streamer (TBuffer &) override |
Stream an object of class TObject. | |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from TObject | |
TObject () | |
TObject constructor. | |
TObject (const TObject &object) | |
TObject copy ctor. | |
virtual | ~TObject () |
TObject destructor. | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. | |
ULong_t | CheckedHash () |
Check and record whether this class has a consistent Hash/RecursiveRemove setup (*) and then return the regular Hash value for this object. | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. | |
virtual void | Delete (Option_t *option="") |
Delete this object. | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. | |
virtual TObject * | DrawClone (Option_t *option="") const |
Draw a clone of this object in the current selected pad with: gROOT->SetSelectedPad(c1) . | |
virtual void | Dump () const |
Dump contents of object on stdout. | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. | |
virtual void | Execute (const char *method, const char *params, Int_t *error=nullptr) |
Execute method on this object with the given parameter string, e.g. | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=nullptr) |
Execute method on this object with parameters stored in the TObjArray. | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. | |
virtual const char * | GetIconName () const |
Returns mime type name of object. | |
virtual Option_t * | GetOption () const |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. | |
virtual Bool_t | HandleTimer (TTimer *timer) |
Execute action in response of a timer timing out. | |
Bool_t | HasInconsistentHash () const |
Return true is the type of this object is known to have an inconsistent setup for Hash and RecursiveRemove (i.e. | |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. | |
virtual Bool_t | InheritsFrom (const char *classname) const |
Returns kTRUE if object inherits from class "classname". | |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
Returns kTRUE if object inherits from TClass cl. | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. | |
void | InvertBit (UInt_t f) |
Bool_t | IsDestructed () const |
IsDestructed. | |
virtual Bool_t | IsEqual (const TObject *obj) const |
Default equal comparison (objects are equal if they have the same address in memory). | |
virtual Bool_t | IsFolder () const |
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). | |
R__ALWAYS_INLINE Bool_t | IsOnHeap () const |
R__ALWAYS_INLINE Bool_t | IsZombie () const |
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 class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). | |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification. | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. | |
void | operator delete (void *ptr) |
Operator delete. | |
void | operator delete[] (void *ptr) |
Operator delete []. | |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, void *vp) |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. | |
void | ResetBit (UInt_t f) |
void | SetBit (UInt_t f) |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. | |
virtual void | SetDrawOption (Option_t *option="") |
Set drawing option for object. | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. | |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. | |
R__ALWAYS_INLINE Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. | |
virtual Int_t | Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. | |
virtual Int_t | Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. | |
Public Member Functions inherited from TAttLine | |
TAttLine () | |
AttLine default constructor. | |
TAttLine (Color_t lcolor, Style_t lstyle, Width_t lwidth) | |
AttLine normal constructor. | |
virtual | ~TAttLine () |
AttLine destructor. | |
void | Copy (TAttLine &attline) const |
Copy this line attributes to a new TAttLine. | |
Int_t | DistancetoLine (Int_t px, Int_t py, Double_t xp1, Double_t yp1, Double_t xp2, Double_t yp2) |
Compute distance from point px,py to a line. | |
virtual void | Modify () |
Change current line attributes if necessary. | |
virtual void | ResetAttLine (Option_t *option="") |
Reset this line attributes to default values. | |
virtual void | SaveLineAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t widdef=1) |
Save line attributes as C++ statement(s) on output stream out. | |
virtual void | SetLineAttributes () |
Invoke the DialogCanvas Line attributes. | |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from TAttFill | |
TAttFill () | |
AttFill default constructor. | |
TAttFill (Color_t fcolor, Style_t fstyle) | |
AttFill normal constructor. | |
virtual | ~TAttFill () |
AttFill destructor. | |
void | Copy (TAttFill &attfill) const |
Copy this fill attributes to a new TAttFill. | |
virtual Bool_t | IsTransparent () const |
virtual void | Modify () |
Change current fill area attributes if necessary. | |
virtual void | ResetAttFill (Option_t *option="") |
Reset this fill attributes to default values. | |
virtual void | SaveFillAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1001) |
Save fill attributes as C++ statement(s) on output stream out. | |
virtual void | SetFillAttributes () |
Invoke the DialogCanvas Fill attributes. | |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Member Functions inherited from TAttMarker | |
TAttMarker () | |
TAttMarker default constructor. | |
TAttMarker (Color_t color, Style_t style, Size_t msize) | |
TAttMarker normal constructor. | |
virtual | ~TAttMarker () |
TAttMarker destructor. | |
void | Copy (TAttMarker &attmarker) const |
Copy this marker attributes to a new TAttMarker. | |
virtual Color_t | GetMarkerColor () const |
Return the marker color. | |
virtual Size_t | GetMarkerSize () const |
Return the marker size. | |
virtual Style_t | GetMarkerStyle () const |
Return the marker style. | |
virtual void | Modify () |
Change current marker attributes if necessary. | |
virtual void | ResetAttMarker (Option_t *toption="") |
Reset this marker attributes to the default values. | |
virtual void | SaveMarkerAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t sizdef=1) |
Save line attributes as C++ statement(s) on output stream out. | |
virtual void | SetMarkerAttributes () |
Invoke the DialogCanvas Marker attributes. | |
virtual void | SetMarkerColor (Color_t mcolor=1) |
Set the marker color. | |
virtual void | SetMarkerColorAlpha (Color_t mcolor, Float_t malpha) |
Set a transparent marker color. | |
virtual void | SetMarkerSize (Size_t msize=1) |
Set the marker size. | |
virtual void | SetMarkerStyle (Style_t mstyle=1) |
Set the marker style. | |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Static Public Member Functions inherited from TGraph | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static Bool_t | CompareArg (const TGraph *gr, Int_t left, Int_t right) |
Return kTRUE if point number "left"'s argument (angle with respect to positive x-axis) is bigger than that of point number "right". | |
static Bool_t | CompareRadius (const TGraph *gr, Int_t left, Int_t right) |
Return kTRUE if point number "left"'s distance to origin is bigger than that of point number "right". | |
static Bool_t | CompareX (const TGraph *gr, Int_t left, Int_t right) |
Return kTRUE if fX[left] > fX[right]. Can be used by Sort. | |
static Bool_t | CompareY (const TGraph *gr, Int_t left, Int_t right) |
Return kTRUE if fY[left] > fY[right]. Can be used by Sort. | |
static const char * | DeclFileName () |
Static Public Member Functions inherited from TNamed | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Static Public Member Functions inherited from TObject | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
static Longptr_t | GetDtorOnly () |
Return destructor only flag. | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. | |
Static Public Member Functions inherited from TAttLine | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Static Public Member Functions inherited from TAttFill | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Static Public Member Functions inherited from TAttMarker | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
static Width_t | GetMarkerLineWidth (Style_t style) |
Internal helper function that returns the line width of the given marker style (0 = filled marker) | |
static Style_t | GetMarkerStyleBase (Style_t style) |
Internal helper function that returns the corresponding marker style with line width 1 for the given style. | |
Protected Member Functions | |
Double_t ** | Allocate (Int_t size) override |
Allocate internal data structures for size points. | |
void | CalcYErrorsSum () const |
Recalculates the summed y error arrays. | |
void | CopyAndRelease (Double_t **newarrays, Int_t ibegin, Int_t iend, Int_t obegin) override |
Copy and release. | |
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. | |
Bool_t | CtorAllocate () |
Should be called from ctors after fNpoints has been set Note: This function should be called only from the constructor since it does not delete previously existing arrays. | |
Bool_t | DoMerge (const TGraph *tg) override |
Protected function to perform the merge operation of a graph with multiple asymmetric 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] . | |
void | SwapPoints (Int_t pos1, Int_t pos2) override |
Swap points. | |
Protected Member Functions inherited from TGraph | |
Double_t ** | AllocateArrays (Int_t Narrays, Int_t arraySize) |
Allocate arrays. | |
Bool_t | CtorAllocate () |
In constructors set fNpoints than call this method. | |
Double_t ** | ExpandAndCopy (Int_t size, Int_t iend) |
if size > fMaxSize allocate new arrays of 2*size points and copy iend first points. | |
TString | SaveArray (std::ostream &out, const char *suffix, Int_t frameNumber, Double_t *arr) |
Save array as C++ code Returns name of created array. | |
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. | |
Double_t ** | ShrinkAndCopy (Int_t size, Int_t iend) |
if size*2 <= fMaxSize allocate new arrays of size points, copy points [0,oend). | |
Protected Member Functions inherited from TObject | |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). | |
void | MakeZombie () |
Protected Attributes | |
std::vector< TAttFill > | fAttFill |
The AttFill attributes of the different errors. | |
std::vector< TAttLine > | fAttLine |
The AttLine attributes of the different errors. | |
Double_t * | fExH |
[fNpoints] array of X high errors | |
Double_t * | fExL |
[fNpoints] array of X low errors | |
std::vector< TArrayD > | fEyH |
Two dimensional array of Y high errors. | |
Double_t * | fEyHSum = nullptr |
! Array of summed Y high errors for fitting | |
std::vector< TArrayD > | fEyL |
Two dimensional array of Y low errors. | |
Double_t * | fEyLSum = nullptr |
! Array of summed Y low errors for fitting | |
Int_t | fNYErrors |
The amount of different y-errors. | |
Int_t | fSumErrorsMode |
How y errors are summed: kOnlyFirst = Only First; kSquareSum = Squared Sum; kSum = Absolute Addition. | |
Protected Attributes inherited from TGraph | |
TList * | fFunctions |
Pointer to list of functions (fits and user) | |
TH1F * | fHistogram |
Pointer to histogram used for drawing axis. | |
Double_t | fMaximum |
Maximum value for plotting along y. | |
Int_t | fMaxSize |
!Current dimension of arrays fX and fY | |
Double_t | fMinimum |
Minimum value for plotting along y. | |
Int_t | fNpoints |
Number of points <= fMaxSize. | |
Double_t * | fX |
[fNpoints] array of X points | |
Double_t * | fY |
[fNpoints] array of Y points | |
Protected Attributes inherited from TNamed | |
TString | fName |
TString | fTitle |
Protected Attributes inherited from TAttLine | |
Color_t | fLineColor |
Line color. | |
Style_t | fLineStyle |
Line style. | |
Width_t | fLineWidth |
Line width. | |
Protected Attributes inherited from TAttFill | |
Color_t | fFillColor |
Fill area color. | |
Style_t | fFillStyle |
Fill area style. | |
Protected Attributes inherited from TAttMarker | |
Color_t | fMarkerColor |
Marker color. | |
Size_t | fMarkerSize |
Marker size. | |
Style_t | fMarkerStyle |
Marker style. | |
Additional Inherited Members | |
Protected Types inherited from TObject | |
enum | { kOnlyPrepStep = (1ULL << ( 3 )) } |
Static Protected Member Functions inherited from TGraph | |
static void | SwapValues (Double_t *arr, Int_t pos1, Int_t pos2) |
Swap values. | |
#include <TGraphMultiErrors.h>
Enumerator | |
---|---|
kOnlyFirst | Only take errors from first dimension. |
kSquareSum | Calculate the square sum of all errors. |
kAbsSum | Calculate the absolute sum of all errors. |
Definition at line 56 of file TGraphMultiErrors.h.
TGraphMultiErrors::TGraphMultiErrors | ( | ) |
TGraphMultiErrors default constructor.
Definition at line 66 of file TGraphMultiErrors.cxx.
TGraphMultiErrors default constructor with name and title.
Definition at line 74 of file TGraphMultiErrors.cxx.
TGraphMultiErrors normal constructor with np points and ne y-errors.
All values are initialized to 0.
Definition at line 84 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | const Char_t * | name, |
const Char_t * | title, | ||
Int_t | np, | ||
Int_t | ne = 1 |
||
) |
TGraphMultiErrors normal constructor with name
, title
, np
points and ne
y-errors.
All values are initialized to 0.
Definition at line 95 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | Int_t | np, |
const Float_t * | x, | ||
const Float_t * | y, | ||
const Float_t * | exL = nullptr , |
||
const Float_t * | exH = nullptr , |
||
const Float_t * | eyL = nullptr , |
||
const Float_t * | eyH = nullptr , |
||
Int_t | m = kOnlyFirst |
||
) |
TGraphMultiErrors normal constructor with np
points and a single y-error.
The signature of this constructor is equal to the corresponding constructor of TGraphAsymmErrors. If exL
,exH
or eyL
,exH
are NULL, the corresponding values are preset to zero.
Definition at line 107 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | const Char_t * | name, |
const Char_t * | title, | ||
Int_t | np, | ||
const Float_t * | x, | ||
const Float_t * | y, | ||
const Float_t * | exL = nullptr , |
||
const Float_t * | exH = nullptr , |
||
const Float_t * | eyL = nullptr , |
||
const Float_t * | eyH = nullptr , |
||
Int_t | m = kOnlyFirst |
||
) |
TGraphMultiErrors normal constructor with name
, title
, np
points and a single y-error.
If exL
,exH
or eyL
,eyH
are NULL, the corresponding values are preset to zero.
Definition at line 141 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | Int_t | np, |
const Double_t * | x, | ||
const Double_t * | y, | ||
const Double_t * | exL = nullptr , |
||
const Double_t * | exH = nullptr , |
||
const Double_t * | eyL = nullptr , |
||
const Double_t * | eyH = nullptr , |
||
Int_t | m = kOnlyFirst |
||
) |
TGraphMultiErrors normal constructor with np
points and a single y-error.
The signature of this constructor is equal to the corresponding constructor of TGraphAsymmErrors. If exL
,exH
or eyL
,exH
are NULL, the corresponding values are preset to zero.
Definition at line 155 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | const Char_t * | name, |
const Char_t * | title, | ||
Int_t | np, | ||
const Double_t * | x, | ||
const Double_t * | y, | ||
const Double_t * | exL = nullptr , |
||
const Double_t * | exH = nullptr , |
||
const Double_t * | eyL = nullptr , |
||
const Double_t * | eyH = nullptr , |
||
Int_t | m = kOnlyFirst |
||
) |
TGraphMultiErrors normal constructor with name, title, np
points and a single y-error.
If exL
,exH
or eyL
,exH
are NULL, the corresponding values are preset to zero.
Definition at line 191 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | Int_t | np, |
Int_t | ne, | ||
const Float_t * | x, | ||
const Float_t * | y, | ||
const Float_t * | exL, | ||
const Float_t * | exH, | ||
std::vector< std::vector< Float_t > > | eyL, | ||
std::vector< std::vector< Float_t > > | eyH, | ||
Int_t | m = kOnlyFirst |
||
) |
TGraphMultiErrors normal constructor with np
points and ne
y-errors.
If exL
,exH
are NULL, the corresponding values are preset to zero. The multiple y-errors are passed as std::vectors of std::vectors.
Definition at line 205 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | const Char_t * | name, |
const Char_t * | title, | ||
Int_t | np, | ||
Int_t | ne, | ||
const Float_t * | x, | ||
const Float_t * | y, | ||
const Float_t * | exL, | ||
const Float_t * | exH, | ||
std::vector< std::vector< Float_t > > | eyL, | ||
std::vector< std::vector< Float_t > > | eyH, | ||
Int_t | m = kOnlyFirst |
||
) |
TGraphMultiErrors normal constructor with name, title, np
points and ne
y-errors.
If exL
,exH
are NULL, the corresponding values are preset to zero. The multiple y-errors are passed as std::vectors of std::vectors.
Definition at line 244 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | Int_t | np, |
Int_t | ne, | ||
const Double_t * | x, | ||
const Double_t * | y, | ||
const Double_t * | exL, | ||
const Double_t * | exH, | ||
std::vector< std::vector< Double_t > > | eyL, | ||
std::vector< std::vector< Double_t > > | eyH, | ||
Int_t | m = kOnlyFirst |
||
) |
TGraphMultiErrors normal constructor with np
points and ne
y-errors.
If exL
,exH
are NULL, the corresponding values are preset to zero. The multiple y-errors are passed as std::vectors of std::vectors.
Definition at line 259 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | const Char_t * | name, |
const Char_t * | title, | ||
Int_t | np, | ||
Int_t | ne, | ||
const Double_t * | x, | ||
const Double_t * | y, | ||
const Double_t * | exL, | ||
const Double_t * | exH, | ||
std::vector< std::vector< Double_t > > | eyL, | ||
std::vector< std::vector< Double_t > > | eyH, | ||
Int_t | m = kOnlyFirst |
||
) |
TGraphMultiErrors normal constructor with name
, title
, np
points and ne
y-errors.
If exL
,exH
are NULL, the corresponding values are preset to zero. The multiple y-errors are passed as std::vectors of std::vectors.
Definition at line 300 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | Int_t | np, |
Int_t | ne, | ||
const Float_t * | x, | ||
const Float_t * | y, | ||
const Float_t * | exL, | ||
const Float_t * | exH, | ||
std::vector< TArrayF > | eyL, | ||
std::vector< TArrayF > | eyH, | ||
Int_t | m = kOnlyFirst |
||
) |
TGraphMultiErrors normal constructor with np
points and ne
y-errors.
If exL
,exH
are NULL, the corresponding values are preset to zero. The multiple y-errors are passed as std::vectors of TArrayF objects.
Definition at line 315 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | const Char_t * | name, |
const Char_t * | title, | ||
Int_t | np, | ||
Int_t | ne, | ||
const Float_t * | x, | ||
const Float_t * | y, | ||
const Float_t * | exL, | ||
const Float_t * | exH, | ||
std::vector< TArrayF > | eyL, | ||
std::vector< TArrayF > | eyH, | ||
Int_t | m = kOnlyFirst |
||
) |
TGraphMultiErrors normal constructor with name, title, np
points and ne
y-errors.
If exL
,exH
are NULL, the corresponding values are preset to zero. The multiple y-errors are passed as std::vectors of TArrayF objects.
Definition at line 353 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | Int_t | np, |
Int_t | ne, | ||
const Double_t * | x, | ||
const Double_t * | y, | ||
const Double_t * | exL, | ||
const Double_t * | exH, | ||
std::vector< TArrayD > | eyL, | ||
std::vector< TArrayD > | eyH, | ||
Int_t | m = kOnlyFirst |
||
) |
TGraphMultiErrors normal constructor with np
points and ne
y-errors.
If exL
,exH
are NULL, the corresponding values are preset to zero. The multiple y-errors are passed as std::vectors of TArrayD objects.
Definition at line 367 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | const Char_t * | name, |
const Char_t * | title, | ||
Int_t | np, | ||
Int_t | ne, | ||
const Double_t * | x, | ||
const Double_t * | y, | ||
const Double_t * | exL, | ||
const Double_t * | exH, | ||
std::vector< TArrayD > | eyL, | ||
std::vector< TArrayD > | eyH, | ||
Int_t | m = kOnlyFirst |
||
) |
TGraphMultiErrors normal constructor with name
, title
, np
points and ne
y-errors.
If exL
,exH
are NULL, the corresponding values are preset to zero. The multiple y-errors are passed as std::vectors of TArrayD objects.
Definition at line 407 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | const TVectorF & | tvX, |
const TVectorF & | tvY, | ||
const TVectorF & | tvExL, | ||
const TVectorF & | tvExH, | ||
const TVectorF & | tvEyL, | ||
const TVectorF & | tvEyH, | ||
Int_t | m = kOnlyFirst |
||
) |
Constructor with six vectors of floats in input and a single y error dimension.
The signature of this constructor is equal to the corresponding constructor of TGraphAsymmErrors. A grapherrors is built with the X coordinates taken from tvX
the Y coordinates from tvY
and the errors from vectors tvExL
, tvExH
and tvEyL
, tvEyH
. The number of points in the graph is the minimum of number of points in tvX
and tvY
.
Definition at line 423 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | const TVectorD & | tvX, |
const TVectorD & | tvY, | ||
const TVectorD & | tvExL, | ||
const TVectorD & | tvExH, | ||
const TVectorD & | tvEyL, | ||
const TVectorD & | tvEyH, | ||
Int_t | m = kOnlyFirst |
||
) |
Constructor with six vectors of doubles in input and a single y error dimension.
The signature of this constructor is equal to the corresponding constructor of TGraphAsymmErrors. A grapherrors is built with the X coordinates taken from tvX
the Y coordinates from tvY
and the errors from vectors tvExL
, tvExH
and tvEyL
, tvEyH
. The number of points in the graph is the minimum of number of points in tvX
and tvY
.
Definition at line 462 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | Int_t | ne, |
const TVectorF & | tvX, | ||
const TVectorF & | tvY, | ||
const TVectorF & | tvExL, | ||
const TVectorF & | tvExH, | ||
const TVectorF * | tvEyL, | ||
const TVectorF * | tvEyH, | ||
Int_t | m = kOnlyFirst |
||
) |
Constructor with multiple vectors of floats in input and multiple y error dimension.
A grapherrors is built with the X coordinates taken from tvX
the Y coordinates from tvY
and the errors from vectors tvExL
, tvExH
and tvEyL/H[yErrorDimension]
. The number of points in the graph is the minimum of number of points in tvX
and tvY
.
Definition at line 500 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | Int_t | ne, |
const TVectorD & | tvX, | ||
const TVectorD & | tvY, | ||
const TVectorD & | tvExL, | ||
const TVectorD & | tvExH, | ||
const TVectorD * | tvEyL, | ||
const TVectorD * | tvEyH, | ||
Int_t | m = kOnlyFirst |
||
) |
Constructor with multiple vectors of doubles in input and multiple y error dimensions A grapherrors is built with the X coordinates taken from tvX
the Y coordinates from tvY
and the errors from vectors tvExL
, tvExH
and tvEyL/H[yErrorDimension]
.
The number of points in the graph is the minimum of number of points in tvX
and tvY
.
Definition at line 539 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | const TGraphMultiErrors & | tgme | ) |
TGraphMultiErrors copy constructor.
Definition at line 574 of file TGraphMultiErrors.cxx.
TGraphMultiErrors constructor importing its parameters from the TH1 object passed as argument.
The low and high errors are set to the bin error of the histogram.
Definition at line 639 of file TGraphMultiErrors.cxx.
TGraphMultiErrors::TGraphMultiErrors | ( | const TH1 * | pass, |
const TH1 * | total, | ||
Int_t | ne = 1 , |
||
Option_t * | option = "" |
||
) |
Creates a TGraphMultiErrors by dividing two input TH1 histograms: pass/total.
(see TGraphMultiErrors::Divide)
Definition at line 667 of file TGraphMultiErrors.cxx.
|
override |
TGraphMultiErrors default destructor.
Definition at line 697 of file TGraphMultiErrors.cxx.
|
virtual |
Add a new y error to the graph and fill it with the values from eyL
and eyH
Definition at line 885 of file TGraphMultiErrors.cxx.
Allocate internal data structures for size
points.
Reimplemented from TGraph.
Definition at line 901 of file TGraphMultiErrors.cxx.
|
overridevirtual |
Apply a function to all data points \( y = f(x,y) \).
Errors are calculated as \( eyh = f(x,y+eyh)-f(x,y) \) and \( eyl = f(x,y)-f(x,y-eyl) \)
Only the first error dimension is affected.
Special treatment has to be applied for the functions where the role of "up" and "down" is reversed.
Function suggested/implemented by Miroslav Helbich helbi.nosp@m.ch@m.nosp@m.ail.d.nosp@m.esy..nosp@m.de
Reimplemented from TGraph.
Definition at line 919 of file TGraphMultiErrors.cxx.
|
virtual |
This function is only kept for backward compatibility.
You should rather use the Divide method. It calls Divide(pass,total,"cl=0.683 b(1,1) mode")
which is equivalent to the former BayesDivide method.
Definition at line 958 of file TGraphMultiErrors.cxx.
|
protected |
Recalculates the summed y error arrays.
Definition at line 822 of file TGraphMultiErrors.cxx.
|
static |
|
inlinestaticconstexpr |
Definition at line 212 of file TGraphMultiErrors.h.
|
overrideprotectedvirtual |
Copy errors from fE***
to arrays[***]
or to f***
Copy points.
Reimplemented from TGraph.
Definition at line 777 of file TGraphMultiErrors.cxx.
|
protected |
Should be called from ctors after fNpoints
has been set Note: This function should be called only from the constructor since it does not delete previously existing arrays.
Definition at line 718 of file TGraphMultiErrors.cxx.
|
inlinestatic |
Definition at line 212 of file TGraphMultiErrors.h.
|
virtual |
Deletes the y error with the index e
.
Note that you must keep at least 1 error
Definition at line 1390 of file TGraphMultiErrors.cxx.
This function was adapted from the TGraphAsymmErrors class.
See TGraphAsymmErrors::Divide for the documentation
Only the first error dimension is affected.
Definition at line 969 of file TGraphMultiErrors.cxx.
Protected function to perform the merge operation of a graph with multiple asymmetric errors.
Reimplemented from TGraph.
Definition at line 838 of file TGraphMultiErrors.cxx.
|
overrideprotectedvirtual |
Set zero values for point arrays in the range [begin, end]
.
Reimplemented from TGraph.
Definition at line 802 of file TGraphMultiErrors.cxx.
Get AttFill pointer for specified error dimension.
Definition at line 1589 of file TGraphMultiErrors.cxx.
Get AttLine pointer for specified error dimension.
Definition at line 1600 of file TGraphMultiErrors.cxx.
Get error on x coordinate for point i
.
In case of asymmetric errors the mean of the square sum is returned
Reimplemented from TGraph.
Definition at line 1407 of file TGraphMultiErrors.cxx.
Get high error on x coordinate for point i
.
Reimplemented from TGraph.
Definition at line 1460 of file TGraphMultiErrors.cxx.
Get low error on x coordinate for point i
.
Reimplemented from TGraph.
Definition at line 1449 of file TGraphMultiErrors.cxx.
Get error on y coordinate for point i
.
The multiple errors of the dimensions are summed according to fSumErrorsMode
. In case of asymmetric errors the mean of the square sum is returned
Reimplemented from TGraph.
Definition at line 1422 of file TGraphMultiErrors.cxx.
Get error e on y coordinate for point i
.
In case of asymmetric errors the mean of the square sum is returned
Definition at line 1436 of file TGraphMultiErrors.cxx.
Get high error on y coordinate for point i
.
The multiple errors of the dimensions are summed according to fSumErrorsMode
.
Reimplemented from TGraph.
Definition at line 1498 of file TGraphMultiErrors.cxx.
Get high error e on y coordinate for point i
.
Definition at line 1534 of file TGraphMultiErrors.cxx.
Get low error on y coordinate for point i
.
The multiple errors of the dimensions are summed according to fSumErrorsMode
.
Reimplemented from TGraph.
Definition at line 1472 of file TGraphMultiErrors.cxx.
Get low error e on y coordinate for point i
.
Definition at line 1523 of file TGraphMultiErrors.cxx.
|
inlineoverridevirtual |
Reimplemented from TGraph.
Definition at line 141 of file TGraphMultiErrors.h.
|
inlineoverridevirtual |
Reimplemented from TGraph.
Definition at line 140 of file TGraphMultiErrors.h.
|
overridevirtual |
Get all high errors on y coordinates as an array summed according to fSumErrorsMode
.
Reimplemented from TGraph.
Definition at line 1556 of file TGraphMultiErrors.cxx.
Get all high errors e
on y coordinates as an array.
Definition at line 1578 of file TGraphMultiErrors.cxx.
|
overridevirtual |
Get all low errors on y coordinates as an array summed according to fSumErrorsMode
.
Reimplemented from TGraph.
Definition at line 1545 of file TGraphMultiErrors.cxx.
Get all low errors e
on y coordinates as an array.
Definition at line 1567 of file TGraphMultiErrors.cxx.
|
inlinevirtual |
Get Fill Color for specified error e (-1 = Global and x errors).
Definition at line 1611 of file TGraphMultiErrors.cxx.
|
inlinevirtual |
Get Fill Style for specified error e (-1 = Global and x errors).
Definition at line 1624 of file TGraphMultiErrors.cxx.
|
inlinevirtual |
Get Line Color for specified error e (-1 = Global and x errors).
Definition at line 1637 of file TGraphMultiErrors.cxx.
|
inlinevirtual |
Get Line Style for specified error e (-1 = Global and x errors).
Definition at line 1650 of file TGraphMultiErrors.cxx.
|
inlinevirtual |
Get Line Width for specified error e (-1 = Global and x errors).
Definition at line 1663 of file TGraphMultiErrors.cxx.
|
inline |
Definition at line 165 of file TGraphMultiErrors.h.
|
inline |
Definition at line 164 of file TGraphMultiErrors.h.
|
inlineoverridevirtual |
Reimplemented from TGraph.
Definition at line 212 of file TGraphMultiErrors.h.
TGraphMultiErrors & TGraphMultiErrors::operator= | ( | const TGraphMultiErrors & | tgme | ) |
TGraphMultiErrors assignment operator.
Definition at line 599 of file TGraphMultiErrors.cxx.
|
overridevirtual |
Print graph and errors values.
Reimplemented from TGraph.
Definition at line 1676 of file TGraphMultiErrors.cxx.
|
overridevirtual |
Save primitive as a C++ statement(s) on output stream out.
Reimplemented from TGraph.
Definition at line 1697 of file TGraphMultiErrors.cxx.
Multiply the values and errors of a TGraphMultiErrors by a constant c1.
If option contains "x" the x values and errors are scaled If option contains "y" the y values and (multiple) errors are scaled If option contains "xy" both x and y values and (multiple) errors are scaled
Reimplemented from TGraph.
Definition at line 1734 of file TGraphMultiErrors.cxx.
Set TAttFill parameters of error e by copying from another TAttFill (-1 = Global and x errors).
Definition at line 1986 of file TGraphMultiErrors.cxx.
Set TAttLine parameters of error e by copying from another TAttLine (-1 = Global and x errors).
Definition at line 1997 of file TGraphMultiErrors.cxx.
|
virtual |
Set error e ey values.
Definition at line 1941 of file TGraphMultiErrors.cxx.
Set error e eyH values.
Definition at line 1963 of file TGraphMultiErrors.cxx.
Set error e eyL values.
Definition at line 1950 of file TGraphMultiErrors.cxx.
|
inlinevirtual |
Set Fill Color of error e (-1 = Global and x errors).
Definition at line 2008 of file TGraphMultiErrors.cxx.
Set a transparent fill color.
falpha defines the percentage of the color opacity from 0. (fully transparent) to 1. (fully opaque).
Reimplemented from TAttFill.
Definition at line 38 of file TAttFill.cxx.
Set Fill Color and Alpha of error e (-1 = Global and x errors).
Definition at line 2019 of file TGraphMultiErrors.cxx.
Set Fill Style of error e (-1 = Global and x errors).
Definition at line 2030 of file TGraphMultiErrors.cxx.
|
inlinevirtual |
|
inlinevirtual |
Set Line Color of error e (-1 = Global and x errors).
Definition at line 2041 of file TGraphMultiErrors.cxx.
Set a transparent line color.
lalpha defines the percentage of the color opacity from 0. (fully transparent) to 1. (fully opaque).
Reimplemented from TAttLine.
Definition at line 41 of file TAttLine.cxx.
Set Line Color and Alpha of error e (-1 = Global and x errors).
Definition at line 2052 of file TGraphMultiErrors.cxx.
Set Line Style of error e (-1 = Global and x errors).
Definition at line 2063 of file TGraphMultiErrors.cxx.
|
inlinevirtual |
Set Line Width of error e (-1 = Global and x errors).
Definition at line 2074 of file TGraphMultiErrors.cxx.
|
inlinevirtual |
|
virtual |
Set ex and ey values for point pointed by the mouse.
Up to 3 y error dimensions possible.
Definition at line 1761 of file TGraphMultiErrors.cxx.
|
virtual |
Set ex and ey values for point i
.
Definition at line 1802 of file TGraphMultiErrors.cxx.
Set ex values for point i
.
Definition at line 1812 of file TGraphMultiErrors.cxx.
Set exH value for point i
.
Definition at line 1837 of file TGraphMultiErrors.cxx.
Set exL value for point i
.
Definition at line 1821 of file TGraphMultiErrors.cxx.
Set error e ey values for point i
.
Definition at line 1888 of file TGraphMultiErrors.cxx.
|
virtual |
Set ey values for point i
.
Definition at line 1853 of file TGraphMultiErrors.cxx.
Set error e eyH value for point i
.
Definition at line 1919 of file TGraphMultiErrors.cxx.
Set eyH values for point i
.
Definition at line 1875 of file TGraphMultiErrors.cxx.
Set error e eyL value for point i
.
Definition at line 1897 of file TGraphMultiErrors.cxx.
Set eyL values for point i
.
Definition at line 1862 of file TGraphMultiErrors.cxx.
|
virtual |
Set the sum errors mode and recalculate summed errors.
Definition at line 1975 of file TGraphMultiErrors.cxx.
|
overridevirtual |
|
inline |
Definition at line 212 of file TGraphMultiErrors.h.
|
protected |
The AttFill attributes of the different errors.
Definition at line 41 of file TGraphMultiErrors.h.
|
protected |
The AttLine attributes of the different errors.
Definition at line 42 of file TGraphMultiErrors.h.
|
protected |
[fNpoints] array of X high errors
Definition at line 36 of file TGraphMultiErrors.h.
|
protected |
[fNpoints] array of X low errors
Definition at line 35 of file TGraphMultiErrors.h.
|
protected |
Two dimensional array of Y high errors.
Definition at line 38 of file TGraphMultiErrors.h.
|
mutableprotected |
! Array of summed Y high errors for fitting
Definition at line 40 of file TGraphMultiErrors.h.
|
protected |
Two dimensional array of Y low errors.
Definition at line 37 of file TGraphMultiErrors.h.
|
mutableprotected |
! Array of summed Y low errors for fitting
Definition at line 39 of file TGraphMultiErrors.h.
|
protected |
The amount of different y-errors.
Definition at line 32 of file TGraphMultiErrors.h.
|
protected |
How y errors are summed: kOnlyFirst = Only First; kSquareSum = Squared Sum; kSum = Absolute Addition.
Definition at line 33 of file TGraphMultiErrors.h.