62 #define TWOPI 6.283185307
63 #define SQRT2 1.414213562
64 #define BSHIFT -0.43287
94 expo = std::exp(-temp2);
95 cshift = temp1 +
BSHIFT * WIDTH * expo/(1. - expo);
100 sampleg = width * rw * std::cos(theta) + cshift;
101 }
while (sampleg < 0.0);
103 return std::floor(sampleg);
static G4double fisslibrng(void)
G4double G4SmpTerrell(G4double nubar)
void G4fissionerr(G4int iSever, std::string chSubNam, std::string chMsg)