#include <libcpixe.h>
Data Fields | |
| atomicnumber | Za |
| Z of emissor of primary X rays. | |
| atomicnumber | Zb |
| Z of the element that fluoresces (secondary emissor). | |
| int | epri |
| primary number identifying the emission group: 0=K, 1=LIII, 2=LII, 3=LI, 4=M | |
| int | esec |
| secondary number identifying the emission line inside the group | |
| int | abs |
| Index of absorption energies. From 1 to 9: K LI LII LIII MI MII MIII MIV MV. | |
| double | Ea |
| Energy of the emission line (in keV). | |
| double | sigmaphoto |
| photoemission cross section ( | |
Definition at line 301 of file libcpixe.h.
Z of the element that fluoresces (secondary emissor).
Definition at line 303 of file libcpixe.h.
Referenced by needSFC().
primary number identifying the emission group: 0=K, 1=LIII, 2=LII, 3=LI, 4=M
Definition at line 304 of file libcpixe.h.
Referenced by needSFC().
secondary number identifying the emission line inside the group
Definition at line 305 of file libcpixe.h.
Referenced by needSFC().
| int SFCListElem::abs |
Index of absorption energies. From 1 to 9: K LI LII LIII MI MII MIII MIV MV.
Definition at line 306 of file libcpixe.h.
Referenced by needSFC().
| double SFCListElem::Ea |
Energy of the emission line (in keV).
Definition at line 307 of file libcpixe.h.
Referenced by needSFC().
| double SFCListElem::sigmaphoto |
photoemission cross section (
Definition at line 308 of file libcpixe.h.
Referenced by needSFC().
1.5.4