28 #ifndef G4NeutronHPPolynomExpansion_h
29 #define G4NeutronHPPolynomExpansion_h 1
47 if(theCoeff!=0)
delete [] theCoeff;
50 inline void Init(std::istream & theData)
57 theData >> theCoeff[i];
67 for(i=0; i<nPoly; i++)
69 result+=theCoeff[i]*running;
void Init(std::istream &theData)
G4double GetValue(G4double anEnergy)
G4double G4NeutronHPJENDLHEData::G4double result
~G4NeutronHPPolynomExpansion()
const XML_Char int const XML_Char int const XML_Char * base
G4NeutronHPPolynomExpansion()