Geant4-11
|
#include <G4ParticleHPAngularP.hh>
Public Member Functions | |
G4ParticleHPAngularP () | |
G4double | GetCosTh () |
G4double | GetCosTh (G4int l) |
G4double | GetEnergy () |
G4int | GetNumberOfPoints () |
G4double | GetProb (G4int l) |
void | Init (G4double e, G4int n) |
void | Init (std::istream &aDataFile) |
void | SetCosTh (G4int l, G4double coeff) |
void | SetEnergy (G4double energy) |
void | SetProb (G4int l, G4double coeff) |
~G4ParticleHPAngularP () | |
Private Attributes | |
G4int | nCoeff |
G4double * | theCosTh |
G4double | theEnergy |
G4ParticleHPInterpolator | theInt |
G4InterpolationManager | theManager |
G4double * | theProb |
Definition at line 39 of file G4ParticleHPAngularP.hh.
|
inline |
|
inline |
|
inline |
Definition at line 88 of file G4ParticleHPAngularP.hh.
References G4UniformRand, GetCosTh(), GetNumberOfPoints(), GetProb(), G4InterpolationManager::GetScheme(), G4ParticleHPInterpolator::Interpolate(), theInt, and theManager.
Referenced by GetCosTh().
Definition at line 84 of file G4ParticleHPAngularP.hh.
References theCosTh.
Referenced by G4ParticleHPPhotonDist::GetPhotons().
|
inline |
|
inline |
Definition at line 85 of file G4ParticleHPAngularP.hh.
References theProb.
Referenced by GetCosTh().
Definition at line 72 of file G4ParticleHPAngularP.hh.
References CLHEP::detail::n, nCoeff, theCosTh, theEnergy, and theProb.
|
inline |
Definition at line 56 of file G4ParticleHPAngularP.hh.
References CLHEP::eV, G4InterpolationManager::Init(), Init(), SetCosTh(), SetProb(), and theManager.
Referenced by Init(), and G4ParticleHPPhotonDist::InitAngular().
Definition at line 81 of file G4ParticleHPAngularP.hh.
References theCosTh.
Referenced by Init().
|
inline |
Definition at line 80 of file G4ParticleHPAngularP.hh.
References G4INCL::KinematicsUtils::energy(), and theEnergy.
Definition at line 82 of file G4ParticleHPAngularP.hh.
References theProb.
Referenced by Init().
|
private |
Definition at line 109 of file G4ParticleHPAngularP.hh.
Referenced by G4ParticleHPAngularP(), GetNumberOfPoints(), and Init().
|
private |
Definition at line 111 of file G4ParticleHPAngularP.hh.
Referenced by G4ParticleHPAngularP(), GetCosTh(), Init(), SetCosTh(), and ~G4ParticleHPAngularP().
|
private |
Definition at line 107 of file G4ParticleHPAngularP.hh.
Referenced by G4ParticleHPAngularP(), GetEnergy(), Init(), and SetEnergy().
|
private |
Definition at line 108 of file G4ParticleHPAngularP.hh.
Referenced by GetCosTh().
|
private |
Definition at line 110 of file G4ParticleHPAngularP.hh.
Referenced by GetCosTh(), and Init().
|
private |
Definition at line 112 of file G4ParticleHPAngularP.hh.
Referenced by G4ParticleHPAngularP(), GetProb(), Init(), SetProb(), and ~G4ParticleHPAngularP().