Geant4
10.01.p01
|
#include <G4NeutronHPFissionSpectrum.hh>
Public Member Functions | |
G4NeutronHPFissionSpectrum () | |
~G4NeutronHPFissionSpectrum () | |
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 | Maxwell (G4double anEnergy, G4double theta) |
Private Attributes | |
G4double | expm1 |
G4NeutronHPVector | theFractionalProb |
G4NeutronHPVector | theThetaDist |
Definition at line 42 of file G4NeutronHPFissionSpectrum.hh.
|
inline |
Definition at line 45 of file G4NeutronHPFissionSpectrum.hh.
References expm1.
|
inline |
Definition at line 49 of file G4NeutronHPFissionSpectrum.hh.
Implements G4VNeutronHPEDis.
Definition at line 59 of file G4NeutronHPFissionSpectrum.hh.
References G4NeutronHPVector::GetY(), and theFractionalProb.
|
inlinevirtual |
Implements G4VNeutronHPEDis.
Definition at line 53 of file G4NeutronHPFissionSpectrum.hh.
References eV, G4NeutronHPVector::Init(), theFractionalProb, and theThetaDist.
Definition at line 86 of file G4NeutronHPFissionSpectrum.hh.
References eV.
Referenced by Sample().
Implements G4VNeutronHPEDis.
Definition at line 64 of file G4NeutronHPFissionSpectrum.hh.
References eV, G4UniformRand, G4NeutronHPVector::GetY(), G4INCL::Math::max(), Maxwell(), MeV, and theThetaDist.
|
private |
Definition at line 94 of file G4NeutronHPFissionSpectrum.hh.
Referenced by G4NeutronHPFissionSpectrum().
|
private |
Definition at line 96 of file G4NeutronHPFissionSpectrum.hh.
Referenced by GetFractionalProbability(), and Init().
|
private |
Definition at line 98 of file G4NeutronHPFissionSpectrum.hh.