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

#include <G4FermiPhaseSpaceDecay.hh>

Public Member Functions

 G4FermiPhaseSpaceDecay ()
 
 ~G4FermiPhaseSpaceDecay ()
 
std::vector< G4LorentzVector * > * Decay (const G4double, const std::vector< G4double > &) const
 

Detailed Description

Definition at line 51 of file G4FermiPhaseSpaceDecay.hh.

Constructor & Destructor Documentation

◆ G4FermiPhaseSpaceDecay()

G4FermiPhaseSpaceDecay::G4FermiPhaseSpaceDecay ( )

Definition at line 45 of file G4FermiPhaseSpaceDecay.cc.

46{
47 g4pow = G4Pow::GetInstance();
48}
static G4Pow * GetInstance()
Definition: G4Pow.cc:50

◆ ~G4FermiPhaseSpaceDecay()

G4FermiPhaseSpaceDecay::~G4FermiPhaseSpaceDecay ( )

Definition at line 50 of file G4FermiPhaseSpaceDecay.cc.

51{
52}

Member Function Documentation

◆ Decay()

std::vector< G4LorentzVector * > * G4FermiPhaseSpaceDecay::Decay ( const  G4double,
const std::vector< G4double > &  fragment_masses 
) const
inline

Definition at line 98 of file G4FermiPhaseSpaceDecay.hh.

100{
101 return KopylovNBodyDecay(parent_mass,fragment_masses);
102}

Referenced by G4UnstableFermiFragment::GetFragment(), and G4FermiConfigurationList::GetFragments().


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