28 #ifndef G4NeutronHPAngularP_h
29 #define G4NeutronHPAngularP_h 1
47 if(theCosTh!=0)
delete [] theCosTh;
48 if(theProb!=0)
delete [] theProb;
51 inline void Init(std::istream & aDataFile)
55 aDataFile >> eNeu >> nProb;
56 theManager.
Init(aDataFile);
59 for (
G4int iii=0; iii<nProb; iii++)
61 aDataFile >> cosTheta >> probDist;
G4int GetNumberOfPoints()
G4double GetProb(G4int l)
void Init(G4int aScheme, G4int aRange)
void SetProb(G4int l, G4double coeff)
G4double GetCosTh(G4int l)
G4double Interpolate(G4InterpolationScheme aScheme, G4double x, G4double x1, G4double x2, G4double y1, G4double y2) const
void Init(std::istream &aDataFile)
G4InterpolationScheme GetScheme(G4int index) const
void SetCosTh(G4int l, G4double coeff)
void SetEnergy(G4double energy)
void Init(G4double e, G4int n)