Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4FermiPhaseSpaceDecay Class Reference

#include <G4FermiPhaseSpaceDecay.hh>

Public Member Functions

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

Detailed Description

Definition at line 51 of file G4FermiPhaseSpaceDecay.hh.

Constructor & Destructor Documentation

G4FermiPhaseSpaceDecay::G4FermiPhaseSpaceDecay ( )

Definition at line 42 of file G4FermiPhaseSpaceDecay.cc.

43 {
44  g4calc = G4Pow::GetInstance();
45 }
static G4Pow * GetInstance()
Definition: G4Pow.cc:55

Here is the call graph for this function:

G4FermiPhaseSpaceDecay::~G4FermiPhaseSpaceDecay ( )

Definition at line 47 of file G4FermiPhaseSpaceDecay.cc.

48 {}

Member Function Documentation

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

Definition at line 95 of file G4FermiPhaseSpaceDecay.hh.

97 {
98  return KopylovNBodyDecay(parent_mass, fragment_masses);
99 }

Here is the caller graph for this function:


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