87 for ( std::vector<G4ParticleHPChannel*>::iterator
103 if(std::getenv(
"NeutronHPCapture"))
G4cout <<
" ####### G4ParticleHPCapture called"<<
G4endl;
118 rWeight = NumAtomsPerVolume[i];
120 xSec[i] = ((*theCapture)[index])->GetXsec(aThermalE.
GetThermalEnergy(aTrack,
133 if( sum == 0 || random <= running/sum )
break;
148 for (
G4int j = 0 ; j != iele ; j++ ) {
149 target_isotope=target_element->
GetIsotope( j );
210 if ( !std::getenv(
"G4NEUTRONHPDATA") )
211 throw G4HadronicException(__FILE__, __LINE__,
"Please setenv G4NEUTRONHPDATA to point to the neutron cross-section files.");
212 dirName = std::getenv(
"G4NEUTRONHPDATA");
221 ((*theCapture)[i])->
Register(theFS);
231 outFile <<
"High Precision model based on Evaluated Nuclear Data Files (ENDF) for radiative capture reaction of neutrons below 20MeV\n";