Geant4
10.02.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(), pi, Rnuc, V0, and Z.
Referenced by G4BetaMinusDecay::SetUpBetaSpectrumSampler(), and G4BetaPlusDecay::SetUpBetaSpectrumSampler().
Definition at line 106 of file G4BetaDecayCorrections.cc.
References fac, G4endl, G4Exception(), gc, JustWarning, and x.
Referenced by FermiFunction(), and ShapeFactor().
Definition at line 89 of file G4BetaDecayCorrections.cc.
References pi.
Referenced by FermiFunction(), and ShapeFactor().
G4double G4BetaDecayCorrections::ShapeFactor | ( | const G4BetaDecayType & | bdt, |
const G4double & | p_e, | ||
const G4double & | e_nu | ||
) |
Definition at line 135 of file G4BetaDecayCorrections.cc.
References allowed, alphaZ, c1, c2, c3, factor, firstForbidden, G4Exception(), Gamma(), gamma0, JustWarning, ModSquared(), Rnuc, secondForbidden, thirdForbidden, uniqueFirstForbidden, uniqueSecondForbidden, uniqueThirdForbidden, and w.
Referenced by G4BetaMinusDecay::SetUpBetaSpectrumSampler(), and G4BetaPlusDecay::SetUpBetaSpectrumSampler().
|
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().