|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nist.microanalysis.EPQLibrary.NISTMottScatteringAngle
public class NISTMottScatteringAngle
A series of tools for electron probe quantitation.
Copyright: Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain
Company: National Institute of Standards and Technology
| Field Summary | |
|---|---|
static double |
MAX_NISTMOTT
|
| Constructor Summary | |
|---|---|
NISTMottScatteringAngle(Element elm)
NISTMottScatteringAngle - Creates an object representing the NIST SRD 64 method for computing random scattering angles using Mott cross sections. |
|
| Method Summary | |
|---|---|
Element |
getElement()
getElement - Returns the element with which this cross section is associated. |
double |
randomScatteringAngle(double energy)
randomScatteringAngle - Returns a randomized scattering angle in the range [0,PI] that comes from the distribution of scattering angles for an electron of specified energy on an atom of the element represented by the instance of this class. |
java.lang.String |
toString()
toString |
double |
totalCrossSection(double energy)
totalCrossSection - Computes the total cross section for an electron of the specified energy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final double MAX_NISTMOTT
| Constructor Detail |
|---|
public NISTMottScatteringAngle(Element elm)
elm - Element| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public Element getElement()
IRandomizedScatter
getElement in interface IRandomizedScatterpublic final double totalCrossSection(double energy)
totalCrossSection in interface IRandomizedScatterenergy - double - In Joules
public final double randomScatteringAngle(double energy)
randomScatteringAngle in interface IRandomizedScatterenergy - double - In Joules
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||