Geant4  10.00.p02
G4NeutronHPMadlandNixSpectrum Class Reference

#include <G4NeutronHPMadlandNixSpectrum.hh>

+ Inheritance diagram for G4NeutronHPMadlandNixSpectrum:
+ Collaboration diagram for G4NeutronHPMadlandNixSpectrum:

Public Member Functions

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

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
 
G4NeutronHPVector theFractionalProb
 
G4double theAvarageKineticPerNucleonForLightFragments
 
G4double theAvarageKineticPerNucleonForHeavyFragments
 
G4NeutronHPVector theMaxTemp
 

Detailed Description

Definition at line 47 of file G4NeutronHPMadlandNixSpectrum.hh.

Constructor & Destructor Documentation

G4NeutronHPMadlandNixSpectrum::G4NeutronHPMadlandNixSpectrum ( )
inline

Definition at line 50 of file G4NeutronHPMadlandNixSpectrum.hh.

References expm1.

G4NeutronHPMadlandNixSpectrum::~G4NeutronHPMadlandNixSpectrum ( )
inline

Definition at line 54 of file G4NeutronHPMadlandNixSpectrum.hh.

Member Function Documentation

G4double G4NeutronHPMadlandNixSpectrum::E1 ( G4double  aValue)
inlineprivate

Definition at line 113 of file G4NeutronHPMadlandNixSpectrum.hh.

Referenced by GIntegral(), and Madland().

+ Here is the caller graph for this function:

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

Definition at line 79 of file G4NeutronHPMadlandNixSpectrum.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 G4NeutronHPMadlandNixSpectrum::Gamma05 ( G4double  aValue)
inlineprivate

Definition at line 87 of file G4NeutronHPMadlandNixSpectrum.hh.

References G4INCL::Math::pi.

Referenced by Gamma15().

+ Here is the caller graph for this function:

G4double G4NeutronHPMadlandNixSpectrum::Gamma15 ( G4double  aValue)
inlineprivate

Definition at line 98 of file G4NeutronHPMadlandNixSpectrum.hh.

References Gamma05().

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

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4NeutronHPMadlandNixSpectrum::Gamma25 ( G4double  aValue)
inlineprivate

Definition at line 106 of file G4NeutronHPMadlandNixSpectrum.hh.

References Gamma15().

Referenced by GIntegral().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double G4NeutronHPMadlandNixSpectrum::GetFractionalProbability ( G4double  anEnergy)
inlinevirtual

Implements G4VNeutronHPEDis.

Definition at line 68 of file G4NeutronHPMadlandNixSpectrum.hh.

References G4NeutronHPVector::GetY(), and theFractionalProb.

+ Here is the call graph for this function:

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

Definition at line 103 of file G4NeutronHPMadlandNixSpectrum.cc.

References A, alpha, E1(), eV, Gamma15(), Gamma25(), and G4InuclParticleNames::tm.

Referenced by FissionIntegral().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Implements G4VNeutronHPEDis.

Definition at line 58 of file G4NeutronHPMadlandNixSpectrum.hh.

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

+ Here is the call graph for this function:

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

Definition at line 33 of file G4NeutronHPMadlandNixSpectrum.cc.

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

+ Here is the call graph for this function:

G4double G4NeutronHPMadlandNixSpectrum::Sample ( G4double  anEnergy)
virtual

Implements G4VNeutronHPEDis.

Definition at line 72 of file G4NeutronHPMadlandNixSpectrum.cc.

References FissionIntegral(), G4UniformRand, G4NeutronHPVector::GetY(), MeV, theMaxTemp, and G4InuclParticleNames::tm.

+ Here is the call graph for this function:

Member Data Documentation

G4double G4NeutronHPMadlandNixSpectrum::expm1
private

Definition at line 141 of file G4NeutronHPMadlandNixSpectrum.hh.

Referenced by G4NeutronHPMadlandNixSpectrum().

G4double G4NeutronHPMadlandNixSpectrum::theAvarageKineticPerNucleonForHeavyFragments
private

Definition at line 148 of file G4NeutronHPMadlandNixSpectrum.hh.

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

G4double G4NeutronHPMadlandNixSpectrum::theAvarageKineticPerNucleonForLightFragments
private

Definition at line 147 of file G4NeutronHPMadlandNixSpectrum.hh.

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

G4NeutronHPVector G4NeutronHPMadlandNixSpectrum::theFractionalProb
private

Definition at line 145 of file G4NeutronHPMadlandNixSpectrum.hh.

Referenced by GetFractionalProbability(), and Init().

G4NeutronHPVector G4NeutronHPMadlandNixSpectrum::theMaxTemp
private

Definition at line 150 of file G4NeutronHPMadlandNixSpectrum.hh.

Referenced by Init(), and Sample().


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