38   void insert(
double anEnergy, 
double aXsection)
 
   40     pair<double, double> aPoint(anEnergy, aXsection);
 
   70           if(
theData[i].first>anEnergy) 
break;
 
vector< pair< double, double > > theData
G4double Interpolate(G4InterpolationScheme aScheme, G4double x, G4double x1, G4double x2, G4double y1, G4double y2) const 
G4NeutronHPInterpolator theInterpolator
double getCrossSection(double anEnergy)
void insert(double anEnergy, double aXsection)