|
| std::pair< double, double > | eval (const TGraphErrors &g, double x) |
| |
| std::array< double, 2 > | eval_with_errors (const TGraphErrors &g, double x_target) |
| |
| owned::root_ptr< TGraphErrors > | add (const TGraphErrors &g, double addend, double addend_error=0.0) |
| |
| owned::root_ptr< TGraphErrors > | offset (const TGraphErrors &g, std::array< double, 2 > add_value) |
| |
| owned::root_ptr< TGraphErrors > | power (const TGraphErrors &g, double exponent) |
| |
| owned::root_ptr< TGraphErrors > | scale_values (const TGraphErrors &g, double factor, double factor_error=0.0) |
| |
| owned::root_ptr< TGraphErrors > | log (const TGraphErrors &g) |
| |
| owned::root_ptr< TGraphErrors > | log10 (const TGraphErrors &g) |
| |
| owned::root_ptr< TGraphErrors > | ratio (const TGraphErrors &numerator, const TGraphErrors &denominator, bool propagate_error=true) |
| |
| owned::root_ptr< TGraphErrors > | product (const TGraphErrors &a, const TGraphErrors &b, bool propagate_error=true) |
| |
| owned::root_ptr< TGraphErrors > | difference (const TGraphErrors &a, const TGraphErrors &b, bool propagate_error=true) |
| |
| owned::root_ptr< TGraphErrors > | difference (const TGraphErrors &g, const TF1 &f) |
| |
| owned::root_ptr< TGraphErrors > | trim (const TGraphErrors &g, double min_x, double max_x) |
| |
| owned::root_ptr< TGraphErrors > | mean_of (const std::vector< TGraphErrors * > &graphs) |
| |
| owned::root_ptr< TGraphErrors > | average_rms (const TGraphErrors &g, int n_bins, double x_min, double x_max) |
| |
| owned::root_ptr< TGraph > | derivative (const TGraph &g, double factor=1.0) |
| |
| owned::root_ptr< TGraph > | block_average (const TGraph &source, std::size_t block_size, bool drop_partial=false) |
| |
| owned::root_ptr< TGraph > | block_rms (const TGraph &source, std::size_t block_size, bool drop_partial=false) |
| |
| owned::root_ptr< TGraph > | moving_average (const TGraph &source, std::size_t window_size) |
| |
| owned::root_ptr< TGraph > | relative_diff (const TGraph &subject, const TGraph &reference, out_of_range policy=out_of_range::skip) |
| |
| owned::root_ptr< TGraph > | shift_x_to_origin (const TGraph &source) |
| |
| owned::root_ptr< TGraph > | negate_y (const TGraph &source) |
| |
| owned::root_ptr< TGraph > | negate_x (const TGraph &source) |
| |
| owned::root_ptr< TGraph > | negate_xy (const TGraph &source) |
| |
| owned::root_ptr< TGraph > | scale (const TGraph &source, double scale_x, double scale_y) |
| |
| owned::root_ptr< TGraphErrors > | scale (const TGraphErrors &source, double scale_x, double scale_y) |
| |
| owned::root_ptr< TGraph > | swap_xy (const TGraph &source) |
| |
| owned::root_ptr< TGraphErrors > | swap_xy (const TGraphErrors &source) |
| |
| owned::root_ptr< TGraphErrors > | to_graph_errors (const TGraph &source) |
| |
| owned::root_ptr< TGraphErrors > | from_profile (const TProfile &source) |
| |