|
| TGraphErrors * | add (TGraphErrors *g_target, std::array< double, 2 > addend, bool square_err_sum=true) |
| |
| TGraphErrors * | add (TGraphErrors *g_target, double addend) |
| |
| TGraphErrors * | power (TGraphErrors *target_graph, double exponent=1.) |
| |
| void | reassign_x_values (TGraphErrors *gTarget, std::vector< std::array< float, 2 > > new_axis) |
| |
| std::array< float, 2 > | eval_with_errors (TGraphErrors *gTarget, float _xtarget) |
| |
| void | set_style (TGraphErrors *g, int marker, int color, int fill=0) |
| |
| std::map< std::string, TGraphErrors * > | average_same_x (TGraphErrors *target_graph) |
| |
| TGraphErrors * | average (TGraphErrors *target_graph, int average_over_n_points=2) |
| |
| std::map< std::string, TGraphErrors * > | average_graphs (std::vector< TGraphErrors * > graphs_list) |
| |
| std::map< std::string, TGraphErrors * > | make_average_rms (std::vector< TGraphErrors * > graphs, int marker=20, int color=kAzure - 3) |
| |
| void | remove_points (TGraphErrors *g, double min, double max) |
| |
| void | x_scale (TGraphErrors *g, double scale) |
| |
| void | y_scale (TGraphErrors *g, double scale) |
| |
| void | y_scale (std::vector< TGraphErrors * > vg, double scale) |
| |
| TH1 * | project (TGraphErrors *g, int nbins, double min, double max) |
| |
| void | style (TGraphErrors *g, int marker, int color) |
| |
| void | style (std::vector< TGraphErrors * > vg, int marker, int color) |
| |
| void | draw (std::vector< TGraphErrors * > vg, const char *opt="") |
| |
| TGraphErrors * | scale (TGraphErrors *gin, double factor) |
| |
| TGraphErrors * | scale (TGraphErrors *target_graph, std::array< double, 2 > scaling_factor) |
| |
| std::pair< double, double > | eval (TGraphErrors *g, double x) |
| |
| TGraphErrors * | swapxy (TGraphErrors *gin) |
| |
| TGraph * | swapxy (TGraph *gin) |
| |
| TGraphErrors * | derivate (TGraphErrors *gin, double sign=1.) |
| |
| TGraph * | derivate (TGraph *gin, double sign=1.) |
| |
| TGraphErrors * | ratio (TGraphErrors *gn, TGraphErrors *gd, bool propagate_error=true) |
| |
| TGraphErrors * | multi (TGraphErrors *gn, TGraphErrors *gd, bool propagate_error=true) |
| |
| TGraphErrors * | log (TGraphErrors *gin) |
| |
| TGraphErrors * | log10 (TGraphErrors *gin) |
| |
| TGraphErrors * | diff (TGraphErrors *gin, TF1 *f) |
| |
| TGraphErrors * | diff (TGraphErrors *gn, TGraphErrors *gd, bool propagate_error=true) |
| |
| void | x_shift (TGraphErrors *g, float val) |
| |
| void | y_shift (TGraphErrors *g, float val) |
| |
| TGraph * | diff (TGraph *gin, TGraph *gref) |
| |
| TGraph * | fromZero (TGraph *gin) |
| |
| TGraph * | invertY (TGraph *gin) |
| |
| TGraphErrors * | invertY (TGraphErrors *gin) |
| |
| TGraph * | invertX (TGraph *gin) |
| |
| TGraph * | average (TGraph *gin, int n=2) |
| |
| TGraph * | rms (TGraph *gin, int n=2) |
| |
| TGraph * | moving_average (TGraph *gin, int n=2) |
| |