Uses of Class
spis.Surf.InteractModel.RangeFunction

Packages that use RangeFunction
spis.Surf.InteractModel   
 

Uses of RangeFunction in spis.Surf.InteractModel
 

Subclasses of RangeFunction in spis.Surf.InteractModel
 class DoublePowerLawRangeFunction
          Class Name : DoublePowerLawRangeFunction
Project ref : SPIS project
File name : DoublePowerLawRangeFunction.java
File type : class
Copyright : ONERA, 2 Av.
 class ProtonRangeFunction1
          Class Name : ProtonRangeFunction1
Project ref : SPIS project
File name : ProtonRangeFunction1.java
File type : class
Copyright : ONERA, 2 Av.
 

Fields in spis.Surf.InteractModel declared as RangeFunction
private  RangeFunction TransmissionFunction.range
          range function the transmission function is computed from
private  RangeFunction SEEPYieldFunction1.range
          range function R(E) this SEE yield function is based upon (E in eV, R in meters)
private  RangeFunction SEEEYieldFunction1.range
          range function R(E) this SEE yield function is based upon (E in eV, R in meters)
private  RangeFunction DampedEnergyFunction.range
          range function the particle energy loss is computed from
 

Methods in spis.Surf.InteractModel that return RangeFunction
 RangeFunction SEEPYieldFunction1.getProtonRange()
           
abstract  RangeFunction MaterialModel.getElectronRange()
           
abstract  RangeFunction MaterialModel.getProtonRange()
           
 RangeFunction BasicMaterialModel.getElectronRange()
           
 RangeFunction BasicMaterialModel.getProtonRange()
           
 

Methods in spis.Surf.InteractModel with parameters of type RangeFunction
private  void SEEEYieldFunction1.computeC1C2(float Ym, float Em, RangeFunction range, float[] c1c2)
          Compute the c1 [eV-1] and c2 [m-1] parameters
 

Constructors in spis.Surf.InteractModel with parameters of type RangeFunction
TransmissionFunction(ParameterSet[] atomicNumber, RangeFunction range, int modelId, int particleId, PartTable partTable)
          Default constructor
SEEEYieldFunction1(ParameterSet[] params_, RangeFunction range_, int modelId, int particleId, PartTable partTable)
           
DampedEnergyFunction(ParameterSet[] atomicNumber, RangeFunction range, int modelId, int particleId, PartTable partTable)
          Default constructor
BasicInducedConductInteractor(SurfDistrib inFlux, MaterialModel materialModel, ParameterSet[] parameters, ScalSurfField matModId, ScalSurfField matId, ScalSurfField matThickness, RangeFunction electronRange, InteractSC sc)