#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 91 of file libcpixe.h.
|
|
derivative for linear interpolations: dSdE[i]=(S[i+1]-S[i])/(E[i+1]-E[i])
Definition at line 101 of file libcpixe.h. Referenced by createSPTs(), and getSP(). |
|
|
CAUTION: E will be assumed to have following units: keV.
Definition at line 99 of file libcpixe.h. Referenced by createSPTs(), and getSP(). |
|
|
Maximum energy (minimum is always 0).
Definition at line 96 of file libcpixe.h. Referenced by createSPTs(). |
|
|
Step between energies, in keV (log step in case of logmode=1).
Definition at line 97 of file libcpixe.h. Referenced by createSPTs(), and getSP(). |
|
|
Definition at line 93 of file libcpixe.h. |
|
|
flag. 0 if constant Energy step (linear) and 1 if Energy is logarithmic
Definition at line 95 of file libcpixe.h. Referenced by createSPTs(). |
|
|
number of rows of the table (dimension)
Definition at line 94 of file libcpixe.h. Referenced by createSPTs(). |
|
|
CAUTION: S will be assumed to have following units: keV/1e15atcm-2.
Definition at line 100 of file libcpixe.h. Referenced by createSPTs(), and getSP(). |
|
|
Maximum valu of the stopping power in the region E=(0,Emax).
Definition at line 98 of file libcpixe.h. Referenced by createSPTs(), and createsublyrs(). |
1.3.9.1