34#define INCLXX_IN_GEANT4_MODE 1
61 nodes.push_back(firstNode);
63 for(
unsigned i = 1; i < nNodes; i++) {
73 nodes.push_back(node);
Simple interpolation table for the inverse of a IFunction1D functor.
virtual G4double getXMaximum() const
Return the maximum allowed value of the independent variable.
virtual G4double getXMinimum() const
Return the minimum allowed value of the independent variable.
std::vector< InterpolationNode > nodes
Interpolating nodes.
void initDerivatives()
Initialise the values of the node derivatives.
InvFInterpolationTable(IFunction1D const &f, const unsigned int nNodes=30)