Geant4
10.01.p02
|
#include <G4BetaDecayCorrections.hh>
Public Member Functions | |
G4BetaDecayCorrections (const G4int Z, const G4int A) | |
~G4BetaDecayCorrections () | |
G4double | FermiFunction (const G4double &W) |
G4double | ShapeFactor (const G4BetaDecayType &, const G4double &p_e, const G4double &e_nu) |
Private Member Functions | |
G4double | ModSquared (const G4double &x, const G4double &y) |
G4double | Gamma (const G4double &arg) |
Private Attributes | |
const G4int | Z |
const G4int | A |
G4double | alphaZ |
G4double | Rnuc |
G4double | V0 |
G4double | gamma0 |
G4double | gc [6] |
Definition at line 36 of file G4BetaDecayCorrections.hh.
|
inline |
Definition at line 41 of file G4BetaDecayCorrections.hh.
Definition at line 57 of file G4BetaDecayCorrections.cc.
References alphaZ, Gamma(), gamma0, ModSquared(), G4INCL::Math::pi, Rnuc, V0, and Z.
Referenced by G4RadioactiveDecay::LoadDecayTable().
Definition at line 106 of file G4BetaDecayCorrections.cc.
Referenced by FermiFunction(), and ShapeFactor().
Definition at line 89 of file G4BetaDecayCorrections.cc.
References G4INCL::Math::pi.
Referenced by FermiFunction(), and ShapeFactor().
G4double G4BetaDecayCorrections::ShapeFactor | ( | const G4BetaDecayType & | bdt, |
const G4double & | p_e, | ||
const G4double & | e_nu | ||
) |
Definition at line 126 of file G4BetaDecayCorrections.cc.
References allowed, alphaZ, c1, c2, c3, factor, firstForbidden, G4Exception(), Gamma(), gamma0, JustWarning, ModSquared(), Rnuc, secondForbidden, thirdForbidden, uniqueFirstForbidden, uniqueSecondForbidden, and uniqueThirdForbidden.
Referenced by G4RadioactiveDecay::LoadDecayTable().
|
private |
Definition at line 53 of file G4BetaDecayCorrections.hh.
Referenced by G4BetaDecayCorrections().
|
private |
Definition at line 54 of file G4BetaDecayCorrections.hh.
Referenced by FermiFunction(), G4BetaDecayCorrections(), and ShapeFactor().
|
private |
Definition at line 57 of file G4BetaDecayCorrections.hh.
Referenced by FermiFunction(), G4BetaDecayCorrections(), and ShapeFactor().
|
private |
Definition at line 59 of file G4BetaDecayCorrections.hh.
Referenced by G4BetaDecayCorrections(), and Gamma().
|
private |
Definition at line 55 of file G4BetaDecayCorrections.hh.
Referenced by FermiFunction(), G4BetaDecayCorrections(), and ShapeFactor().
|
private |
Definition at line 56 of file G4BetaDecayCorrections.hh.
Referenced by FermiFunction(), and G4BetaDecayCorrections().
|
private |
Definition at line 52 of file G4BetaDecayCorrections.hh.
Referenced by FermiFunction(), and G4BetaDecayCorrections().