G4PreCompoundParameters Class Reference

#include <G4PreCompoundParameters.hh>


Public Member Functions

 ~G4PreCompoundParameters ()
G4double GetLevelDensity ()
G4double Getr0 ()
G4double GetTransitionsr0 ()
G4double GetFermiEnergy ()

Static Public Member Functions

static G4PreCompoundParametersGetAddress ()


Detailed Description

Definition at line 39 of file G4PreCompoundParameters.hh.


Constructor & Destructor Documentation

G4PreCompoundParameters::~G4PreCompoundParameters (  ) 

Definition at line 54 of file G4PreCompoundParameters.cc.

00055 {}


Member Function Documentation

G4PreCompoundParameters * G4PreCompoundParameters::GetAddress (  )  [static]

Definition at line 38 of file G4PreCompoundParameters.cc.

Referenced by G4GNASHTransitions::CalculateProbability(), G4PreCompoundEmission::G4PreCompoundEmission(), G4PreCompoundModel::G4PreCompoundModel(), G4PreCompoundTransitions::G4PreCompoundTransitions(), and G4VPreCompoundFragment::G4VPreCompoundFragment().

00039 { 
00040   if(0 == theParameters) {
00041     static G4PreCompoundParameters par;
00042     theParameters = &par;
00043   }
00044   return theParameters; 
00045 }

G4double G4PreCompoundParameters::GetFermiEnergy (  )  [inline]

Definition at line 89 of file G4PreCompoundParameters.hh.

Referenced by G4PreCompoundTransitions::G4PreCompoundTransitions().

00090 { 
00091   return fFermiEnergy; 
00092 }

G4double G4PreCompoundParameters::GetLevelDensity (  )  [inline]

Definition at line 74 of file G4PreCompoundParameters.hh.

Referenced by G4GNASHTransitions::CalculateProbability(), G4PreCompoundModel::DeExcite(), G4PreCompoundTransitions::G4PreCompoundTransitions(), G4HETCNeutron::GetKineticEnergy(), G4HETCChargedFragment::GetKineticEnergy(), G4PreCompoundNucleon::ProbabilityDistributionFunction(), and G4PreCompoundIon::ProbabilityDistributionFunction().

00075 { 
00076   return fLevelDensity; 
00077 }

G4double G4PreCompoundParameters::Getr0 (  )  [inline]

Definition at line 79 of file G4PreCompoundParameters.hh.

Referenced by G4HETCFragment::G4HETCFragment(), G4PreCompoundIon::G4PreCompoundIon(), G4PreCompoundNucleon::GetOpt0(), and G4PreCompoundIon::GetOpt0().

00080 { 
00081   return fR0; 
00082 }

G4double G4PreCompoundParameters::GetTransitionsr0 (  )  [inline]

Definition at line 84 of file G4PreCompoundParameters.hh.

Referenced by G4PreCompoundTransitions::G4PreCompoundTransitions().

00085 { 
00086   return fTransitions_r0; 
00087 }


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