ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
This is the complete list of members for tk::spline, including all inherited members.
bd_type enum name | tk::spline | |
cspline enum value | tk::spline | |
cspline_hermite enum value | tk::spline | |
deriv(int order, double x) const | tk::spline | |
find_closest(double x) const | tk::spline | protected |
first_deriv enum value | tk::spline | |
get_x() const | tk::spline | inline |
get_x_max() const | tk::spline | inline |
get_x_min() const | tk::spline | inline |
get_y() const | tk::spline | inline |
integrate(double x0, double x1) const | tk::spline | |
linear enum value | tk::spline | |
m_b | tk::spline | protected |
m_c | tk::spline | protected |
m_c0 | tk::spline | protected |
m_d | tk::spline | protected |
m_integral | tk::spline | protected |
m_left | tk::spline | protected |
m_left_value | tk::spline | protected |
m_made_monotonic | tk::spline | protected |
m_right | tk::spline | protected |
m_right_value | tk::spline | protected |
m_type | tk::spline | protected |
m_x | tk::spline | protected |
m_y | tk::spline | protected |
make_monotonic() | tk::spline | |
not_a_knot enum value | tk::spline | |
operator()(double x) const | tk::spline | |
second_deriv enum value | tk::spline | |
set_boundary(bd_type left, double left_value, bd_type right, double right_value) | tk::spline | |
set_coeffs_from_b() | tk::spline | protected |
set_integral() | tk::spline | protected |
set_points(const std::vector< double > &x, const std::vector< double > &y, spline_type type=cspline) | tk::spline | |
set_points_cspline() | tk::spline | protected |
set_points_cspline_hermite() | tk::spline | protected |
set_points_linear() | tk::spline | protected |
solve(double y, bool ignore_extrapolation=true) const | tk::spline | |
spline() | tk::spline | inline |
spline(const std::vector< double > &X, const std::vector< double > &Y, spline_type type=cspline, bool make_monotonic=false, bd_type left=second_deriv, double left_value=0.0, bd_type right=second_deriv, double right_value=0.0) | tk::spline | inline |
spline_type enum name | tk::spline |