28 #ifndef G4NeutronHPLegendreTable_h
29 #define G4NeutronHPLegendreTable_h 1
53 theEnergy = aSet.theEnergy;
54 theTemp = aSet.theTemp;
55 theManager = aSet.theManager;
57 if(theCoeff!=0)
delete [] theCoeff;
59 for(
G4int i=0; i<nCoeff; i++)
61 theCoeff[i] = aSet.theCoeff[i];
66 inline void Init(std::istream & aDataFile)
70 aDataFile >> eNeu >> nPoly;
73 for(
G4int l=0; l<nPoly; l++)
84 for(
G4int i=0; i<nCoeff; i++) theCoeff[i] = 0;
void operator=(const G4NeutronHPLegendreTable &aSet)
G4NeutronHPLegendreTable()
void Init(std::istream &aDataFile)
void SetRepresentation(G4int aRep)
G4double GetTemperature()
G4double GetCoeff(G4int l)
void SetTemperature(G4double temp)
const G4InterpolationManager & GetManager()
G4int GetRepresentation()
void SetCoeff(G4int l, G4double coeff)
void SetEnergy(G4double energy)
void Init(G4double e, G4int n)
~G4NeutronHPLegendreTable()