29 #ifndef G4NeutronHPLegendreTable_h
30 #define G4NeutronHPLegendreTable_h 1
54 theEnergy = aSet.theEnergy;
55 theTemp = aSet.theTemp;
56 theManager = aSet.theManager;
58 if(theCoeff!=0)
delete [] theCoeff;
60 for(
G4int i=0; i<nCoeff; i++)
62 theCoeff[i] = aSet.theCoeff[i];
67 inline void Init(std::ifstream & aDataFile)
71 aDataFile >> eNeu >> nPoly;
74 for(
G4int l=0; l<nPoly; l++)
85 for(
G4int i=0; i<nCoeff; i++) theCoeff[i] = 0;