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;
G4double GetCoeff(G4int l)
void SetTemperature(G4double temp)
const G4InterpolationManager & GetManager()
G4NeutronHPLegendreTable()
G4double GetTemperature()
void operator=(const G4NeutronHPLegendreTable &aSet)
void SetCoeff(G4int l, G4double coeff)
void Init(std::ifstream &aDataFile)
~G4NeutronHPLegendreTable()
G4int GetRepresentation()
void SetRepresentation(G4int aRep)
void SetEnergy(G4double energy)
void Init(G4double e, G4int n)