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