internal class describing a "segment" (between two x points) More...
Public Member Functions | |
double | deriv (double x) const |
double | eval (double x) const |
double | integral (double x) const |
Public Attributes | |
double | area |
double | coeffs [4] |
internal class describing a "segment" (between two x points)
double PhysicsTools::Spline::Segment::deriv | ( | double | x | ) | const |
Definition at line 33 of file Spline.cc.
References tmp, and ExpressReco_HICollisions_FallBack::x.
Referenced by PhysicsTools::Spline::deriv().
double PhysicsTools::Spline::Segment::eval | ( | double | x | ) | const |
Definition at line 22 of file Spline.cc.
References coeffs, tmp, ExpressReco_HICollisions_FallBack::x, and ExpressReco_HICollisions_FallBack::y.
Referenced by PhysicsTools::Spline::eval().
double PhysicsTools::Spline::Segment::integral | ( | double | x | ) | const |
Definition at line 43 of file Spline.cc.
References PhysicsTools::Spline::area, tmp, and ExpressReco_HICollisions_FallBack::x.
Referenced by PhysicsTools::Spline::set().
double PhysicsTools::Spline::Segment::area |
Definition at line 59 of file Spline.h.
Referenced by PhysicsTools::Spline::set().
double PhysicsTools::Spline::Segment::coeffs[4] |
Definition at line 58 of file Spline.h.
Referenced by eval(), and PhysicsTools::Spline::set().