Geant4
10.01.p03
|
#include <G4NeutronHPAngularP.hh>
Public Member Functions | |
G4NeutronHPAngularP () | |
~G4NeutronHPAngularP () | |
void | Init (std::istream &aDataFile) |
void | Init (G4double e, G4int n) |
void | SetEnergy (G4double energy) |
void | SetCosTh (G4int l, G4double coeff) |
void | SetProb (G4int l, G4double coeff) |
G4double | GetCosTh (G4int l) |
G4double | GetProb (G4int l) |
G4double | GetEnergy () |
G4int | GetNumberOfPoints () |
G4double | GetCosTh () |
Private Attributes | |
G4double | theEnergy |
G4NeutronHPInterpolator | theInt |
G4int | nCoeff |
G4InterpolationManager | theManager |
G4double * | theCosTh |
G4double * | theProb |
Definition at line 36 of file G4NeutronHPAngularP.hh.
|
inline |
Definition at line 40 of file G4NeutronHPAngularP.hh.
|
inline |
Definition at line 45 of file G4NeutronHPAngularP.hh.
Definition at line 79 of file G4NeutronHPAngularP.hh.
References theCosTh.
Referenced by G4NeutronHPPhotonDist::GetPhotons().
|
inline |
Definition at line 83 of file G4NeutronHPAngularP.hh.
References G4UniformRand, GetNumberOfPoints(), GetProb(), G4InterpolationManager::GetScheme(), G4NeutronHPInterpolator::Interpolate(), theInt, and theManager.
|
inline |
Definition at line 81 of file G4NeutronHPAngularP.hh.
References theEnergy.
|
inline |
Definition at line 82 of file G4NeutronHPAngularP.hh.
References nCoeff.
Referenced by GetCosTh().
Definition at line 80 of file G4NeutronHPAngularP.hh.
References theProb.
Referenced by GetCosTh().
|
inline |
Definition at line 51 of file G4NeutronHPAngularP.hh.
References eV, G4InterpolationManager::Init(), SetCosTh(), SetProb(), and theManager.
Referenced by G4NeutronHPPhotonDist::InitAngular().
Definition at line 76 of file G4NeutronHPAngularP.hh.
References theCosTh.
Referenced by Init().
|
inline |
Definition at line 75 of file G4NeutronHPAngularP.hh.
References G4INCL::KinematicsUtils::energy(), and theEnergy.
Definition at line 77 of file G4NeutronHPAngularP.hh.
References theProb.
Referenced by Init().
|
private |
Definition at line 104 of file G4NeutronHPAngularP.hh.
Referenced by GetNumberOfPoints(), and Init().
|
private |
Definition at line 106 of file G4NeutronHPAngularP.hh.
Referenced by G4NeutronHPAngularP(), GetCosTh(), Init(), SetCosTh(), and ~G4NeutronHPAngularP().
|
private |
Definition at line 102 of file G4NeutronHPAngularP.hh.
Referenced by GetEnergy(), Init(), and SetEnergy().
|
private |
Definition at line 103 of file G4NeutronHPAngularP.hh.
Referenced by GetCosTh().
|
private |
Definition at line 105 of file G4NeutronHPAngularP.hh.
Referenced by GetCosTh(), and Init().
|
private |
Definition at line 107 of file G4NeutronHPAngularP.hh.
Referenced by G4NeutronHPAngularP(), GetProb(), Init(), SetProb(), and ~G4NeutronHPAngularP().