#include <libcpixe.h>
Data Fields | |
ELEMENT | ion |
Beam type. | |
double | BeamEner |
Beam Energy, in keV. | |
double | BeamCol |
colimator aperture (diameter of the beam), in mm | |
double | DetColFac |
Relative diameter of det colimator to that used during calib. | |
double | IncAng |
Incident angle (beam to surface normal), in degrees. | |
double | DetAng |
Detector Angle (detector to surface normal), in degrees. | |
double | cosDet |
For optimization. Cos(IncDet). | |
double | cosInc |
For optimization. Cos(IncAng). | |
double | cosFac |
For optimization. Cos(IncAng)/Cos(IncDet). | |
double | BeamCross |
Beam cross section, in cm2. | |
double | FinalEner |
Minimum energy considered, in keV. | |
SIM_PARAM | simpar |
Collection of parameters regarding to simulation. |
Definition at line 133 of file libcpixe.h.
|
colimator aperture (diameter of the beam), in mm
Definition at line 137 of file libcpixe.h. Referenced by readEXP_PARAM(), and readINPUT(). |
|
Beam cross section, in cm2.
Definition at line 144 of file libcpixe.h. Referenced by readEXP_PARAM(), and readINPUT(). |
|
Beam Energy, in keV.
Definition at line 136 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), CPIXEMAIN(), createSPTs(), initlyrarray(), readEXP_PARAM(), readINPUT(), and SSThick(). |
|
For optimization. Cos(IncDet).
Definition at line 141 of file libcpixe.h. Referenced by initlyr(), readEXP_PARAM(), and readINPUT(). |
|
For optimization. Cos(IncAng)/Cos(IncDet).
Definition at line 143 of file libcpixe.h. Referenced by integrate_Simpson(), readEXP_PARAM(), readINPUT(), and SSThick(). |
|
For optimization. Cos(IncAng).
Definition at line 142 of file libcpixe.h. Referenced by createsublyrs(), integrate_Simpson(), readEXP_PARAM(), and readINPUT(). |
|
Detector Angle (detector to surface normal), in degrees.
Definition at line 140 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), CPIXEMAIN(), readEXP_PARAM(), and readINPUT(). |
|
Relative diameter of det colimator to that used during calib.
Definition at line 138 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), CPIXEMAIN(), deNormalize(), readEXP_PARAM(), and readINPUT(). |
|
Minimum energy considered, in keV.
Definition at line 145 of file libcpixe.h. Referenced by createsublyrs(), initlyrarray(), readEXP_PARAM(), and readINPUT(). |
|
Incident angle (beam to surface normal), in degrees.
Definition at line 139 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), CPIXEMAIN(), readEXP_PARAM(), and readINPUT(). |
|
Beam type.
Definition at line 135 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), CPIXEMAIN(), createSPTs(), deNormalize(), integrate_Simpson(), readEXP_PARAM(), and readINPUT(). |
|
Collection of parameters regarding to simulation.
Definition at line 146 of file libcpixe.h. Referenced by cpixecalib(), cpixemain(), CPIXEMAIN(), createSFCList(), deNormalize(), FilterTrans(), initlyr(), integrate_Simpson(), and readINPUT(). |