33 for (
G4int i = 0; i < numberOfElements; i++) {
41 G4cout <<
"WARNING: G4NeutronIsotopeProduction is deprecated and will be removed with Geant4 version 10"
48 for (
G4int i = 0; i < numberOfElements; i++)
delete theData[i];
49 if (theData)
delete [] theData;
61 if (incidentKE > 100*
MeV)
return result;
66 for (
G4int check = 0; check < nEleInMat; check++) {
76 for (
G4int i = 0; i < nEleInMat; i++) {
85 for (
G4int i = 0; i < nEleInMat; i++) {
88 if (random <= running/sum)
break;