Problem 1068 - K40 beta- decay description
Summary: K40 beta- decay description
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/hadronic/models/radioactive_decay (show other problems)
Version: 9.2
Hardware: All All
: P5 trivial
Assignee: dennis.herbert.wright
URL:
Depends on:
Blocks:
 
Reported: 2009-05-26 10:19 CEST by mauro taiuti
Modified: 2011-05-10 17:48 CEST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description mauro taiuti 2009-05-26 10:19:14 CEST
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
Comment 1 John Apostolakis 2009-10-22 09:24:19 CEST
Thank you for the feedback and proposed improvement.

We will try to respond within a short time.

J.A.
Comment 2 dennis.herbert.wright 2011-05-10 17:48:32 CEST
Your suggested code was implemented in radioactive decay.