Geant4  10.02
G4ParticleHPMadlandNixSpectrum Class Reference

#include <G4ParticleHPMadlandNixSpectrum.hh>

+ Inheritance diagram for G4ParticleHPMadlandNixSpectrum:
+ Collaboration diagram for G4ParticleHPMadlandNixSpectrum:

Public Member Functions

 G4ParticleHPMadlandNixSpectrum ()
 
 ~G4ParticleHPMadlandNixSpectrum ()
 
void Init (std::istream &aDataFile)
 
G4double GetFractionalProbability (G4double anEnergy)
 
G4double Sample (G4double anEnergy)
 
- Public Member Functions inherited from G4VParticleHPEDis
 G4VParticleHPEDis ()
 
virtual ~G4VParticleHPEDis ()
 

Private Member Functions

G4double Madland (G4double aSecEnergy, G4double tm)
 
G4double FissionIntegral (G4double tm, G4double anEnergy)
 
G4double GIntegral (G4double tm, G4double anEnergy, G4double aMean)
 
G4double Gamma05 (G4double aValue)
 
G4double Gamma15 (G4double aValue)
 
G4double Gamma25 (G4double aValue)
 
G4double E1 (G4double aValue)
 

Private Attributes

G4double expm1
 
G4ParticleHPVector theFractionalProb
 
G4double theAvarageKineticPerNucleonForLightFragments
 
G4double theAvarageKineticPerNucleonForHeavyFragments
 
G4ParticleHPVector theMaxTemp
 

Detailed Description

Definition at line 51 of file G4ParticleHPMadlandNixSpectrum.hh.

Constructor & Destructor Documentation

G4ParticleHPMadlandNixSpectrum::G4ParticleHPMadlandNixSpectrum ( )
inline

Definition at line 54 of file G4ParticleHPMadlandNixSpectrum.hh.

References expm1, and G4Exp().

+ Here is the call graph for this function:

G4ParticleHPMadlandNixSpectrum::~G4ParticleHPMadlandNixSpectrum ( )
inline

Definition at line 58 of file G4ParticleHPMadlandNixSpectrum.hh.

Member Function Documentation

G4double G4ParticleHPMadlandNixSpectrum::E1 ( G4double  aValue)
inlineprivate

Definition at line 117 of file G4ParticleHPMadlandNixSpectrum.hh.

References G4Log().

Referenced by GIntegral(), and Madland().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4ParticleHPMadlandNixSpectrum::FissionIntegral ( G4double  tm,
G4double  anEnergy 
)
inlineprivate

Definition at line 83 of file G4ParticleHPMadlandNixSpectrum.hh.

References GIntegral(), theAvarageKineticPerNucleonForHeavyFragments, and theAvarageKineticPerNucleonForLightFragments.

Referenced by Sample().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4ParticleHPMadlandNixSpectrum::Gamma05 ( G4double  aValue)
inlineprivate

Definition at line 91 of file G4ParticleHPMadlandNixSpectrum.hh.

References G4Exp(), pi, and x.

Referenced by Gamma15().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4ParticleHPMadlandNixSpectrum::Gamma15 ( G4double  aValue)
inlineprivate

Definition at line 102 of file G4ParticleHPMadlandNixSpectrum.hh.

References G4Exp(), and Gamma05().

Referenced by Gamma25(), GIntegral(), and Madland().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4ParticleHPMadlandNixSpectrum::Gamma25 ( G4double  aValue)
inlineprivate

Definition at line 110 of file G4ParticleHPMadlandNixSpectrum.hh.

References G4Exp(), Gamma15(), G4Pow::GetInstance(), and G4Pow::powA().

Referenced by GIntegral().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4ParticleHPMadlandNixSpectrum::GetFractionalProbability ( G4double  anEnergy)
inlinevirtual

Implements G4VParticleHPEDis.

Definition at line 72 of file G4ParticleHPMadlandNixSpectrum.hh.

References G4ParticleHPVector::GetY(), and theFractionalProb.

+ Here is the call graph for this function:

G4double G4ParticleHPMadlandNixSpectrum::GIntegral ( G4double  tm,
G4double  anEnergy,
G4double  aMean 
)
private

Definition at line 112 of file G4ParticleHPMadlandNixSpectrum.cc.

References A(), alpha, B(), E1(), eV, G4Exp(), Gamma15(), Gamma25(), G4Pow::GetInstance(), G4Pow::powA(), and G4InuclParticleNames::tm.

Referenced by FissionIntegral().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4ParticleHPMadlandNixSpectrum::Init ( std::istream &  aDataFile)
inlinevirtual

Implements G4VParticleHPEDis.

Definition at line 62 of file G4ParticleHPMadlandNixSpectrum.hh.

References eV, G4ParticleHPVector::Init(), theAvarageKineticPerNucleonForHeavyFragments, theAvarageKineticPerNucleonForLightFragments, theFractionalProb, and theMaxTemp.

+ Here is the call graph for this function:

G4double G4ParticleHPMadlandNixSpectrum::Madland ( G4double  aSecEnergy,
G4double  tm 
)
private

Definition at line 34 of file G4ParticleHPMadlandNixSpectrum.cc.

References E1(), G4INCL::KinematicsUtils::energy(), eV, Gamma15(), G4Pow::GetInstance(), G4Pow::powA(), theAvarageKineticPerNucleonForHeavyFragments, theAvarageKineticPerNucleonForLightFragments, and G4InuclParticleNames::tm.

+ Here is the call graph for this function:

G4double G4ParticleHPMadlandNixSpectrum::Sample ( G4double  anEnergy)
virtual

Implements G4VParticleHPEDis.

Definition at line 74 of file G4ParticleHPMadlandNixSpectrum.cc.

References FissionIntegral(), G4cout, G4endl, G4UniformRand, G4ParticleHPVector::GetY(), MeV, theMaxTemp, and G4InuclParticleNames::tm.

+ Here is the call graph for this function:

Member Data Documentation

G4double G4ParticleHPMadlandNixSpectrum::expm1
private

Definition at line 145 of file G4ParticleHPMadlandNixSpectrum.hh.

Referenced by G4ParticleHPMadlandNixSpectrum().

G4double G4ParticleHPMadlandNixSpectrum::theAvarageKineticPerNucleonForHeavyFragments
private

Definition at line 152 of file G4ParticleHPMadlandNixSpectrum.hh.

Referenced by FissionIntegral(), Init(), and Madland().

G4double G4ParticleHPMadlandNixSpectrum::theAvarageKineticPerNucleonForLightFragments
private

Definition at line 151 of file G4ParticleHPMadlandNixSpectrum.hh.

Referenced by FissionIntegral(), Init(), and Madland().

G4ParticleHPVector G4ParticleHPMadlandNixSpectrum::theFractionalProb
private

Definition at line 149 of file G4ParticleHPMadlandNixSpectrum.hh.

Referenced by GetFractionalProbability(), and Init().

G4ParticleHPVector G4ParticleHPMadlandNixSpectrum::theMaxTemp
private

Definition at line 154 of file G4ParticleHPMadlandNixSpectrum.hh.

Referenced by Init(), and Sample().


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