Uses of Class
gov.nist.microanalysis.EPQLibrary.BetheElectronEnergyLoss

Packages that use BetheElectronEnergyLoss
gov.nist.microanalysis.EPQLibrary   
gov.nist.microanalysis.NISTMonte   
 

Uses of BetheElectronEnergyLoss in gov.nist.microanalysis.EPQLibrary
 

Fields in gov.nist.microanalysis.EPQLibrary declared as BetheElectronEnergyLoss
static BetheElectronEnergyLoss BetheElectronEnergyLoss.Bethe1930
          Bethe1930 - The original expression of Bethe for the stopping power adjusted so that even when the electron energy falls below about J/1.166, the electron continues to decelerate (albeit slowly).
static BetheElectronEnergyLoss BetheElectronEnergyLoss.Bethe1930Strict
          Bethe1930Strict - The original expression of Bethe for the stopping power.
static BetheElectronEnergyLoss BetheElectronEnergyLoss.JoyLuo1989
          JoyLuo1989 - Joy & Luo's modification to the Bethe expression to improve the applicability at low-beam energies.
 

Uses of BetheElectronEnergyLoss in gov.nist.microanalysis.NISTMonte
 

Methods in gov.nist.microanalysis.NISTMonte that return BetheElectronEnergyLoss
 BetheElectronEnergyLoss MonteCarloSS.getBetheElectronEnergyLoss()
          getBetheElectronEnergyLoss - Returns the algorithm used to compute the continuous energy loss approximation.
 

Methods in gov.nist.microanalysis.NISTMonte with parameters of type BetheElectronEnergyLoss
 void MonteCarloSS.setBetheElectronEnergyLoss(BetheElectronEnergyLoss beel)
          setBetheElectronEnergyLoss - Specify the algorithm to use for the continuous energy loss approximation.