1 #ifndef _io_TabulatedFunction_ROOT_h_
2 #define _io_TabulatedFunction_ROOT_h_
4 #include <io/EventIO.h>
6 # include <utl/TabulatedFunction.h>
31 explicit operator bool()
const {
return !
fX.empty(); }
34 std::vector<double>
fX;
35 std::vector<double>
fY;
Class to hold collection (x,y) points and provide interpolation between them.
ClassDefNV(TabulatedFunction_ROOT, DONT_CHANGE_THIS_NUMBER)
ROOT streamer implementation for class TabulatedFunction.
void operator>>(utl::TabulatedFunction &t) const
#define DONT_CHANGE_THIS_NUMBER