63 G4int G4fissionEvent::G4SmpSpNugDistData(
G4int isotope) {
 
   95          5.162699e-4,3.742057e-3,1.360482e-2,3.312786e-2,6.090540e-2,
 
   96          9.043537e-2,1.133984e-1,1.240985e-1,1.216759e-1,1.092255e-1,
 
   97          9.137106e-2,7.219960e-2,5.438060e-2,3.923091e-2,2.714690e-2,
 
   98          1.800781e-2,1.143520e-2,6.942099e-3,4.025720e-3,2.229510e-3,
 
   99          1.179602e-3,5.966936e-4,2.888766e-4,1.340137e-4,5.965291e-5,
 
  100          2.551191e-5,1.049692e-5,4.160575e-6,1.590596e-6,0.000000e+0
 
  107   if (isotope == 98252) {
 
  113       sum = sum + Cf252spdist[i];
 
  114       if (r <= sum || Cf252spdist[i+1] == 0.) 
return i;
 
  116   } 
else if (isotope == 92238) {
 
  122   } 
else if (isotope == 94240) {
 
  124   } 
else if (isotope == 94242) {
 
  126   } 
else if (isotope == 96242) {
 
  128   } 
else if (isotope == 96244) {
 
  130   } 
else if (isotope == 94238) {
 
  135     return G4SmpNugDist(isotope, nubar);
 
  142     nubar = G4SmpSpNubarData(isotope);
 
  144       return G4SmpNugDist(isotope, nubar);