AbsCoef Struct Reference

#include <libcpixe.h>


Data Fields

atomicnumber atnum
 Atomic number.
double coefstd [23]
 23 absorption coefficients, each one for a given standard energy tabulated in stdtable[] in TotAbsor()
double enr [10]
 Array transition energies (energies at which a sharp edge in absorption occurs): from 1 to 9: K LI LII LIII MI MII MIII MIV MV (absorption E is decreasing).
double coefenr [9][2]
 abs coefs for E just below (coefenr[i][0]) and just above (coefenr[i][1]) the transition energy enr[i].


Detailed Description

X-ray Absortion coefficients

Definition at line 272 of file libcpixe.h.


Field Documentation

atomicnumber AbsCoef::atnum

Atomic number.

Definition at line 273 of file libcpixe.h.

Referenced by readAbsCoef(), and readAbsCoef_OLD().

double AbsCoef::coefstd[23]

23 absorption coefficients, each one for a given standard energy tabulated in stdtable[] in TotAbsor()

Definition at line 274 of file libcpixe.h.

Referenced by readAbsCoef(), readAbsCoef_OLD(), and TotAbsor_elemental().

double AbsCoef::enr[10]

Array transition energies (energies at which a sharp edge in absorption occurs): from 1 to 9: K LI LII LIII MI MII MIII MIV MV (absorption E is decreasing).

Definition at line 275 of file libcpixe.h.

Referenced by main(), needSFC(), readAbsCoef(), readAbsCoef_OLD(), ReisX(), sigmaphoto(), and TotAbsor_elemental().

double AbsCoef::coefenr[9][2]

abs coefs for E just below (coefenr[i][0]) and just above (coefenr[i][1]) the transition energy enr[i].

Definition at line 276 of file libcpixe.h.

Referenced by readAbsCoef(), readAbsCoef_OLD(), sigmaphoto(), and TotAbsor_elemental().


The documentation for this struct was generated from the following file:
Generated on Sat Dec 8 23:11:38 2007 for libCPIXE by  doxygen 1.5.4