62 #define TWOPI 6.283185307 
   63 #define SQRT2 1.414213562 
   64 #define BSHIFT -0.43287 
   91     std::string errMsg = 
"fission nubar out of range, nubar=" + o.str();
 
   99   expo = std::exp(-temp2);
 
  100   cshift = temp1 + 
BSHIFT * WIDTH * expo/(1. - expo);
 
  105     sampleg = width * rw * std::cos(theta) + cshift;
 
  106   } 
while (sampleg < 0.0);
 
  108   return std::floor(sampleg);
 
static G4double fisslibrng(void)
 
G4double G4SmpTerrell(G4double nubar)
 
void G4fissionerr(G4int iSever, std::string chSubNam, std::string chMsg)