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

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

Uses of MassAbsorptionCoefficient in gov.nist.microanalysis.EPQLibrary
 

Fields in gov.nist.microanalysis.EPQLibrary declared as MassAbsorptionCoefficient
static MassAbsorptionCoefficient MassAbsorptionCoefficient.BastinHeijligers89
          BastinHeijligers89 - The mass absorption coefficients for selected elements calculated by Bastin and Heijligers (1985, 1988, 1989) as quoted in Scott, Love & Reed, Quantitative Electron-Probe Microanalysis, 2nd ed.
static MassAbsorptionCoefficient MassAbsorptionCoefficient.Chantler2005
           Chantler2005 - Chandler2005 seems to be a very capable set of MAC computed from theory.
static MassAbsorptionCoefficient MassAbsorptionCoefficient.Default
          Default - This specifies the default implementation used elsewhere in the application when a MAC is required.
static MassAbsorptionCoefficient MassAbsorptionCoefficient.DTSA_CitZAF
          DTSA_CitZAF - The CitZAF MACs for Ka, La and Ma included as part of the DTSA application.
static MassAbsorptionCoefficient MassAbsorptionCoefficient.Heinrich86
          Heinrich86 - Uses the algorithm for calculating the MassAbsorptionCoefficient due to Heinrich and published in the IXCOM 11 proceedings.
static MassAbsorptionCoefficient MassAbsorptionCoefficient.HeinrichAlt
           
static MassAbsorptionCoefficient MassAbsorptionCoefficient.HeinrichDtsa
          Heinrich86 - Uses the algorithm for calculating the MassAbsorptionCoefficient due to Heinrich and published in the IXCOM 11 proceedings modified to behave like the DTSA implementation.
static MassAbsorptionCoefficient MassAbsorptionCoefficient.Henke82
          Henke82 - BL Henke, P Lee, TJ Tanaka, RL Shimabukuro and BK Fijikawa, Atomic Data Nucl Data Tables 27, 1 (1982)
static MassAbsorptionCoefficient MassAbsorptionCoefficient.Null
          Null - No absorption
static MassAbsorptionCoefficient MassAbsorptionCoefficient.Pouchou1991
           
static MassAbsorptionCoefficient MassAbsorptionCoefficient.PouchouPichoir88
          PouchouPichoir88 - JL Pouchou and FMA.
static MassAbsorptionCoefficient MassAbsorptionCoefficient.Ritchie2005a
          Ritchie2005a - My best guess at a good set of mass absorption coefficients for general use.
static MassAbsorptionCoefficient MassAbsorptionCoefficient.Ruste79
          Ruste79 - J Ruste, J Microsc Spectrosc Electron 4, 123 (1979)
 

Uses of MassAbsorptionCoefficient in gov.nist.microanalysis.NISTMonte
 

Methods in gov.nist.microanalysis.NISTMonte that return MassAbsorptionCoefficient
 MassAbsorptionCoefficient BremsstrahlungEventListener.getMassAbsorptionCoefficient()
          getMassAbsorptionCoefficient - Returns the algorithm to use to compute the mass absorption coefficient.
 MassAbsorptionCoefficient XRayEventListener.getMassAbsorptionCoefficient()
          getMassAbsorptionCoefficient - Returns the algorithm to use to compute the mass absorption coefficient.
 

Methods in gov.nist.microanalysis.NISTMonte with parameters of type MassAbsorptionCoefficient
 void BremsstrahlungEventListener.setMassAbsorptionCoefficient(MassAbsorptionCoefficient mac)
          setMassAbsorptionCoefficient - Specify the algorithm to use to compute the mass absorption coefficient.
 void XRayEventListener.setMassAbsorptionCoefficient(MassAbsorptionCoefficient mac)
          setMassAbsorptionCoefficient - Specify the algorithm to use to compute the mass absorption coefficient.