gov.nist.microanalysis.EPQLibrary
Class XRayWindow2

java.lang.Object
  extended by gov.nist.microanalysis.EPQLibrary.XRayWindow2
All Implemented Interfaces:
IXRayWindowProperties

public class XRayWindow2
extends java.lang.Object
implements IXRayWindowProperties

Models the transmission of an x-ray window based on tabulated transmission values.

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

Version:
1.0
Author:
Nicholas W. M. Ritchie

Constructor Summary
XRayWindow2(java.lang.String resourceName, double chWidth)
           
 
Method Summary
 double transmission(double energy)
          transmission - Returns the fractional transmission as a function of the x-ray energy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XRayWindow2

public XRayWindow2(java.lang.String resourceName,
                   double chWidth)
            throws EPQException
Throws:
EPQException
Method Detail

transmission

public double transmission(double energy)
Description copied from interface: IXRayWindowProperties
transmission - Returns the fractional transmission as a function of the x-ray energy.

Specified by:
transmission in interface IXRayWindowProperties
Parameters:
energy - double - In Joules
Returns:
double - [0.0,1.0]