Geant4
10.02.p02
|
#include <G4FermiPhaseSpaceDecay.hh>
Public Member Functions | |
G4FermiPhaseSpaceDecay () | |
~G4FermiPhaseSpaceDecay () | |
std::vector< G4LorentzVector * > * | Decay (G4double parent_mass, const std::vector< G4double > &fragment_masses) const |
Private Member Functions | |
G4double | PtwoBody (G4double E, G4double P1, G4double P2) const |
G4ThreeVector | IsotropicVector (G4double Magnitude, CLHEP::HepRandomEngine *) const |
G4double | BetaKopylov (G4int, CLHEP::HepRandomEngine *) const |
std::vector< G4LorentzVector * > * | KopylovNBodyDecay (G4double, const std::vector< G4double > &) const |
void | DumpProblem (G4double E, G4double P1, G4double P2, G4double P) const |
G4FermiPhaseSpaceDecay (const G4FermiPhaseSpaceDecay &) | |
const G4FermiPhaseSpaceDecay & | operator= (const G4FermiPhaseSpaceDecay &) |
G4bool | operator== (const G4FermiPhaseSpaceDecay &) |
G4bool | operator!= (const G4FermiPhaseSpaceDecay &) |
Private Attributes | |
G4Pow * | g4pow |
Definition at line 51 of file G4FermiPhaseSpaceDecay.hh.
G4FermiPhaseSpaceDecay::G4FermiPhaseSpaceDecay | ( | ) |
Definition at line 42 of file G4FermiPhaseSpaceDecay.cc.
References g4pow, and G4Pow::GetInstance().
G4FermiPhaseSpaceDecay::~G4FermiPhaseSpaceDecay | ( | ) |
Definition at line 47 of file G4FermiPhaseSpaceDecay.cc.
|
private |
|
inlineprivate |
Definition at line 102 of file G4FermiPhaseSpaceDecay.hh.
References g4pow, and G4Pow::powN().
|
inline |
Definition at line 95 of file G4FermiPhaseSpaceDecay.hh.
References KopylovNBodyDecay().
Referenced by G4FermiBreakUp::BreakFragment(), G4BinaryCascade::DecayVoidNucleus(), and G4UnstableFermiFragment::FillFragment().
|
private |
Definition at line 109 of file G4FermiPhaseSpaceDecay.cc.
References eV, G4cout, G4endl, GeV, and MeV.
Referenced by PtwoBody().
|
inlineprivate |
Definition at line 120 of file G4FermiPhaseSpaceDecay.hh.
References twopi.
|
private |
Definition at line 51 of file G4FermiPhaseSpaceDecay.cc.
References P.
Referenced by Decay().
|
private |
|
private |
|
private |
|
inlineprivate |
Definition at line 85 of file G4FermiPhaseSpaceDecay.hh.
References DumpProblem(), P, and P2.
|
private |
Definition at line 81 of file G4FermiPhaseSpaceDecay.hh.
Referenced by BetaKopylov(), and G4FermiPhaseSpaceDecay().