29 #ifndef G4NeutronHPAngularP_h
30 #define G4NeutronHPAngularP_h 1
48 if(theCosTh!=0)
delete [] theCosTh;
49 if(theProb!=0)
delete [] theProb;
52 inline void Init(std::ifstream & aDataFile)
56 aDataFile >> eNeu >> nProb;
57 theManager.
Init(aDataFile);
60 for (
G4int iii=0; iii<nProb; iii++)
62 aDataFile >> cosTheta >> probDist;