Problem 1785 - G4BetaFermiFunction is an incorrect duplication and should be removed
Summary: G4BetaFermiFunction is an incorrect duplication and should be removed
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/hadronic/models/radioactive_decay (show other problems)
Version: other
Hardware: All All
: P5 trivial
Assignee: dennis.herbert.wright
URL:
Depends on:
Blocks:
 
Reported: 2015-09-26 07:01 CEST by jasondet
Modified: 2015-10-30 00:41 CET (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description jasondet 2015-09-26 07:01:24 CEST
The class G4BetaFermiFunction incorrectly calculates the Fermi function. A proper calculation of the Fermi function is provided by G4BetaDecayCorrections. A grep of the source tree in 9.6 and 10.2 beta reveals that G4BetaFermiFunction is not used in any other part of Geant4 (although the .hh is #included in G4NuclearDecayChannel.cc in the same module). So G4BetaFermiFunction should be removed.
Comment 1 dennis.herbert.wright 2015-09-29 22:25:38 CEST
You're right, this is now an obsolete class.  It was kept around until G4BetaDecayCorrections was tested and used.