69 if(!std::getenv(
"G4NEUTRONHPDATA")) {
70 G4cout <<
"Please setenv G4NEUTRONHPDATA to point to the neutron cross-section files." <<
G4endl;
71 throw G4HadronicException(__FILE__, __LINE__,
"Please setenv G4NEUTRONHPDATA to point to the neutron cross-section files.");
73 dirName = std::getenv(
"G4NEUTRONHPDATA");
112 for (i = 0; i <
n; i++) {
114 rWeight = NumAtomsPerVolume[i];
124 for (i = 0; i <
n; i++) {
127 if(random<=running/sum)
break;
139 for (
G4int j = 0 ; j != iele ; j++ ) {
140 target_isotope=target_element->
GetIsotope( j );
151 return std::pair<G4double, G4double>(5*
perCent,250*
GeV);