StRoot
1
|
Public Member Functions | |
LinearInterpolator (double leftIn, double rightIn, vector< double > ysIn) | |
const vector< double > & | data () const |
double | left () const |
double | right () const |
double | dx () const |
double | operator() (double x) const |
Hist | plot (string title) const |
Hist | plot (string title, double xMin, double xMax) const |
Definition at line 40 of file MathTools.h.