| 
    Geant4
    10.01.p03
    
   | 
 
#include <G4ParticleHPFissionSpectrum.hh>
 Inheritance diagram for G4ParticleHPFissionSpectrum:
 Collaboration diagram for G4ParticleHPFissionSpectrum:Public Member Functions | |
| G4ParticleHPFissionSpectrum () | |
| ~G4ParticleHPFissionSpectrum () | |
| 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 | Maxwell (G4double anEnergy, G4double theta) | 
Private Attributes | |
| G4double | expm1 | 
| G4ParticleHPVector | theFractionalProb | 
| G4ParticleHPVector | theThetaDist | 
Definition at line 43 of file G4ParticleHPFissionSpectrum.hh.
      
  | 
  inline | 
Definition at line 46 of file G4ParticleHPFissionSpectrum.hh.
References expm1.
      
  | 
  inline | 
Definition at line 50 of file G4ParticleHPFissionSpectrum.hh.
Implements G4VParticleHPEDis.
Definition at line 60 of file G4ParticleHPFissionSpectrum.hh.
References G4ParticleHPVector::GetY(), and theFractionalProb.
 Here is the call graph for this function:
      
  | 
  inlinevirtual | 
Implements G4VParticleHPEDis.
Definition at line 54 of file G4ParticleHPFissionSpectrum.hh.
References eV, G4ParticleHPVector::Init(), theFractionalProb, and theThetaDist.
 Here is the call graph for this function:Definition at line 87 of file G4ParticleHPFissionSpectrum.hh.
References eV.
Referenced by Sample().
 Here is the caller graph for this function:Implements G4VParticleHPEDis.
Definition at line 65 of file G4ParticleHPFissionSpectrum.hh.
References eV, G4UniformRand, G4ParticleHPVector::GetY(), G4INCL::Math::max(), Maxwell(), MeV, and theThetaDist.
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 95 of file G4ParticleHPFissionSpectrum.hh.
Referenced by G4ParticleHPFissionSpectrum().
      
  | 
  private | 
Definition at line 97 of file G4ParticleHPFissionSpectrum.hh.
Referenced by GetFractionalProbability(), and Init().
      
  | 
  private | 
Definition at line 99 of file G4ParticleHPFissionSpectrum.hh.