155         factor = 1. + c1*w + c2/w + c3*w*
w;
   165         G4double term2 = 12.*(2. + gamma1)*p_e*p_e
   166                             *std::pow(twoPR, 2.*(gamma1-
gamma0-1) )
   186         G4double term2 = 4.*(2. + gamma1)*e_nu*e_nu*p_e*p_e
   187                            *std::pow(twoPR, 2.*(gamma1-
gamma0-1.) )
   191         G4double term3 = 180.*(3.+gamma2)*p_e*p_e*p_e*p_e
   192                              *std::pow(twoPR, 2.*(gamma2-
gamma0-2) )
   196         factor = term1 + term2 + term3;
   214         G4double term1 = e_nu*e_nu*e_nu*e_nu*e_nu*e_nu*(1. + 
gamma0)/1260.;
   216         G4double term2 = 2.*(2. + gamma1)*e_nu*e_nu*e_nu*e_nu*p_e*p_e
   217                            *std::pow(twoPR, 2.*(gamma1-
gamma0-1.) )
   221         G4double term3 = 60.*(3.+gamma2)*p_e*p_e*p_e*p_e*e_nu*e_nu
   222                              *std::pow(twoPR, 2.*(gamma2-
gamma0-2.) )
   226         G4double term4 = 2240.*p_e*p_e*p_e*p_e*p_e*p_e*(4. + gamma3)
   227                              *std::pow(twoPR, 2.*(gamma3-
gamma0-3.) )
   231         factor = term1 + term2 + term3 + term4;
   236       G4Exception(
"G4BetaDecayCorrections::ShapeFactor()",
"HAD_RDM_010",
   238                   "Transition not yet implemented - using allowed shape");
 
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
 
static const G4double factor
 
G4double ModSquared(const G4double &x, const G4double &y)
 
G4double Gamma(const G4double &arg)