As you probably already know the K40 beta decay is not correctly described. The generated electron energy spectrum corresponds to a Fermi transition corrected for the effect of the nuclear electric field but the K40 beta- decay is a type-3 forbidden transition and the energy distribution is harder compared to the Fermi distribution. I am suggesting that the correct spectrum can be generated simply adding in the G4RadioactiveDecay.cc file after f = std::sqrt(g*g-1)*(ee-g)*(ee-g)*g; for the beta- channel, the following instruction if (theParentNucleus.GetParticleName() == "K40[0.0]") f *= (pow((g*g-1),3)+pow((ee-g),6)+7*(g*g-1)*pow((ee-g),2)*(g*g-1+pow((ee-g),2))); You will find a discussion of this improvement in the attached note Best regards Prof. Mauro Taiuti Physics Department University of Genova Italy
Thank you for the feedback and proposed improvement. We will try to respond within a short time. J.A.
Your suggested code was implemented in radioactive decay.