|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspis.Surf.InteractModel.DiscretisedFunctionOfParticleEDeprecated
Class Name : DiscretisedFunctionOfParticleEDeprecated
Project ref : SPIS project
File name : DiscretisedFunctionOfParticleEDeprecated.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : 25/08/2003
Modification :
Description : Default Microscopic Yield versus Energy
A tabulated Yield(Energy) function is stored and allows to compute the yield.
Versions and anomalies correction :
Version number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
Field Summary | |
private float[] |
energy
Energy steps |
private float[] |
yield
Yield for each energy |
Constructor Summary | |
DiscretisedFunctionOfParticleEDeprecated(float[] energies,
float[] yields)
Default constructor. |
Method Summary | |
float |
compute(float E)
Computes the yield as a function of Energy, based on the yield table The yield is linearly interpolated between provided values If the energy is out of the energy interval of the table, the first or last value is returned Simple iterative method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private float[] energy
private float[] yield
Constructor Detail |
public DiscretisedFunctionOfParticleEDeprecated(float[] energies, float[] yields)
energies
- [eV]yields
- [-]Method Detail |
public float compute(float E)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |