51 double value(
const int k,
const double x)
const;
54 std::vector<double>
m_x{};
BaseFunction()=default
default constructor
double value(const int k, const double x) const
get the value of the k-th base function at x
std::vector< double > m_x
PolygonBase(const std::vector< double > &x)
Constructor: the vector x contains the abscissae of the base points of the polygon.
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.