#include <libcpixe.h>
Data Fields | |
| char | ID [30] |
| int | nrows |
| number of rows of the table (dimension) | |
| int | logmode |
| flag. 0 if constant Energy step (linear) and 1 if Energy is logarithmic | |
| double | Emax |
| Maximum energy (minimum is always 0). | |
| double | Estep |
| Step between energies, in keV (log step in case of logmode=1). | |
| double | Smax |
| Maximum valu of the stopping power in the region E=(0,Emax). | |
| double * | E |
| CAUTION: E will be assumed to have following units: keV. | |
| double * | S |
| CAUTION: S will be assumed to have following units: keV/1e15atcm-2. | |
| double * | dSdE |
| derivative for linear interpolations: dSdE[i]=(S[i+1]-S[i])/(E[i+1]-E[i]) | |
Definition at line 102 of file libcpixe.h.
| char SPT::ID[30] |
Definition at line 104 of file libcpixe.h.
| int SPT::nrows |
number of rows of the table (dimension)
Definition at line 105 of file libcpixe.h.
Referenced by createSPTs().
| int SPT::logmode |
flag. 0 if constant Energy step (linear) and 1 if Energy is logarithmic
Definition at line 106 of file libcpixe.h.
Referenced by createSPTs().
| double SPT::Emax |
Maximum energy (minimum is always 0).
Definition at line 107 of file libcpixe.h.
Referenced by createSPTs().
| double SPT::Estep |
Step between energies, in keV (log step in case of logmode=1).
Definition at line 108 of file libcpixe.h.
Referenced by createSPTs(), and getSP().
| double SPT::Smax |
Maximum valu of the stopping power in the region E=(0,Emax).
Definition at line 109 of file libcpixe.h.
Referenced by createSPTs(), and createsublyrs().
| double* SPT::E |
CAUTION: E will be assumed to have following units: keV.
Definition at line 110 of file libcpixe.h.
Referenced by createSPTs(), and getSP().
| double* SPT::S |
CAUTION: S will be assumed to have following units: keV/1e15atcm-2.
Definition at line 111 of file libcpixe.h.
Referenced by createSPTs(), and getSP().
| double* SPT::dSdE |
derivative for linear interpolations: dSdE[i]=(S[i+1]-S[i])/(E[i+1]-E[i])
Definition at line 112 of file libcpixe.h.
Referenced by createSPTs(), and getSP().
1.5.4