Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
Functions | |
G4double | CoulombBarrier (const G4int Z1, const G4int A1, const G4int Z2, const G4int A2, const G4double exc) |
G4double | Probability (const G4int A, const G4FermiFragment *f1, const G4FermiFragment *f2, const G4double mass, const G4double exc) |
G4bool | CheckSpinParity (const G4FermiFragment *f1, const G4FermiFragment *f2, const G4FermiFragment *f3) |
Variables | |
const G4double | deltaR = 0.6*CLHEP::fermi |
const G4double | coeff = 0.9 |
G4bool G4FermiBreakUpUtil::CheckSpinParity | ( | const G4FermiFragment * | f1, |
const G4FermiFragment * | f2, | ||
const G4FermiFragment * | f3 ) |
Definition at line 82 of file G4FermiBreakUpUtil.cc.
Referenced by G4FermiFragmentsPoolVI::Initialise().
G4double G4FermiBreakUpUtil::CoulombBarrier | ( | const G4int | Z1, |
const G4int | A1, | ||
const G4int | Z2, | ||
const G4int | A2, | ||
const G4double | exc ) |
Definition at line 42 of file G4FermiBreakUpUtil.cc.
Referenced by G4FermiPair::GetMinMass(), G4FermiFragmentsPoolVI::Initialise(), and Probability().
G4double G4FermiBreakUpUtil::Probability | ( | const G4int | A, |
const G4FermiFragment * | f1, | ||
const G4FermiFragment * | f2, | ||
const G4double | mass, | ||
const G4double | exc ) |
Definition at line 52 of file G4FermiBreakUpUtil.cc.
Referenced by G4FermiFragmentsPoolVI::Initialise().
const G4double G4FermiBreakUpUtil::coeff = 0.9 |
Definition at line 39 of file G4FermiBreakUpUtil.cc.
Referenced by CoulombBarrier().
const G4double G4FermiBreakUpUtil::deltaR = 0.6*CLHEP::fermi |
Definition at line 38 of file G4FermiBreakUpUtil.cc.
Referenced by CoulombBarrier().