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 (  ) 

Definition at line 45 of file G4FermiPhaseSpaceDecay.cc.

References G4Pow::GetInstance().

00046 {
00047   g4pow = G4Pow::GetInstance();
00048 }

G4FermiPhaseSpaceDecay::~G4FermiPhaseSpaceDecay (  ) 

Definition at line 50 of file G4FermiPhaseSpaceDecay.cc.

00051 {
00052 }


Member Function Documentation

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

Definition at line 99 of file G4FermiPhaseSpaceDecay.hh.

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

00100 {
00101   return KopylovNBodyDecay(parent_mass,fragment_masses);
00102 }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:51:59 2013 for Geant4 by  doxygen 1.4.7