80 for ( std::vector<G4ParticleHPChannel*>::iterator
111 rWeight = NumAtomsPerVolume[i];
113 xSec[i] = ((*theElastic)[index])->GetXsec(aThermalE.
GetThermalEnergy(aTrack,
126 if( sum == 0 || random <= running/sum )
break;
140 for (
G4int j = 0 ; j != iele ; j++ ) {
141 target_isotope=target_element->
GetIsotope( j );
202 if(!std::getenv(
"G4NEUTRONHPDATA"))
203 throw G4HadronicException(__FILE__, __LINE__,
"Please setenv G4NEUTRONHPDATA to point to the neutron cross-section files.");
204 dirName = std::getenv(
"G4NEUTRONHPDATA");
211 ((*theElastic)[i])->
Register(theFS) ;
221 outFile <<
"High Precision model based on Evaluated Nuclear Data Files (ENDF) for inelastic reaction of neutrons below 20MeV\n";