Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4FermiPhaseDecay Class Reference

#include <G4FermiPhaseDecay.hh>

Public Member Functions

std::vector< G4LorentzVectorCalculateDecay (const G4LorentzVector &totalMomentum, const std::vector< G4double > &fragmentsMass) const

Detailed Description

Definition at line 36 of file G4FermiPhaseDecay.hh.

Member Function Documentation

◆ CalculateDecay()

std::vector< G4LorentzVector > G4FermiPhaseDecay::CalculateDecay ( const G4LorentzVector & totalMomentum,
const std::vector< G4double > & fragmentsMass ) const
inline

Definition at line 39 of file G4FermiPhaseDecay.hh.

41 {
42 std::vector<G4LorentzVector> results;
43 KopylovDecay().Generate(totalMomentum.m(), fragmentsMass, results);
44 return results;
45 }

Referenced by G4FermiUnstableFragment::AppendDecayFragments().


The documentation for this class was generated from the following file: