Geant4
10.01.p03
|
#include <G4NeutronHPWattSpectrum.hh>
Public Member Functions | |
G4NeutronHPWattSpectrum () | |
~G4NeutronHPWattSpectrum () | |
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 | Watt (G4double anEnergy, G4double a, G4double b) |
Private Attributes | |
G4double | expm1 |
G4NeutronHPVector | theFractionalProb |
G4NeutronHPVector | theApar |
G4NeutronHPVector | theBpar |
Definition at line 42 of file G4NeutronHPWattSpectrum.hh.
|
inline |
Definition at line 45 of file G4NeutronHPWattSpectrum.hh.
References expm1.
|
inline |
Definition at line 49 of file G4NeutronHPWattSpectrum.hh.
Implements G4VNeutronHPEDis.
Definition at line 60 of file G4NeutronHPWattSpectrum.hh.
References G4NeutronHPVector::GetY(), and theFractionalProb.
|
inlinevirtual |
Implements G4VNeutronHPEDis.
Definition at line 53 of file G4NeutronHPWattSpectrum.hh.
References eV, G4NeutronHPVector::Init(), theApar, theBpar, and theFractionalProb.
Implements G4VNeutronHPEDis.
Definition at line 33 of file G4NeutronHPWattSpectrum.cc.
References a, eV, G4UniformRand, G4NeutronHPVector::GetY(), G4INCL::Math::max(), theApar, and theBpar.
Definition at line 69 of file G4NeutronHPWattSpectrum.hh.
References G4INCL::KinematicsUtils::energy(), and eV.
|
private |
Definition at line 78 of file G4NeutronHPWattSpectrum.hh.
Referenced by G4NeutronHPWattSpectrum().
|
private |
Definition at line 82 of file G4NeutronHPWattSpectrum.hh.
|
private |
Definition at line 83 of file G4NeutronHPWattSpectrum.hh.
|
private |
Definition at line 80 of file G4NeutronHPWattSpectrum.hh.
Referenced by GetFractionalProbability(), and Init().