Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

SPT Struct Reference

#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])


Detailed Description

Stopping Power Table. This is a modified version from that in hotstop.h

Definition at line 91 of file libcpixe.h.


Field Documentation

double* SPT::dSdE
 

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().

double* SPT::E
 

CAUTION: E will be assumed to have following units: keV.

Definition at line 99 of file libcpixe.h.

Referenced by createSPTs(), and getSP().

double SPT::Emax
 

Maximum energy (minimum is always 0).

Definition at line 96 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 97 of file libcpixe.h.

Referenced by createSPTs(), and getSP().

char SPT::ID[30]
 

Definition at line 93 of file libcpixe.h.

int SPT::logmode
 

flag. 0 if constant Energy step (linear) and 1 if Energy is logarithmic

Definition at line 95 of file libcpixe.h.

Referenced by createSPTs().

int SPT::nrows
 

number of rows of the table (dimension)

Definition at line 94 of file libcpixe.h.

Referenced by createSPTs().

double* SPT::S
 

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().

double SPT::Smax
 

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().


The documentation for this struct was generated from the following file:
Generated on Fri Jul 15 20:43:50 2005 for LibCPIXE API by  doxygen 1.3.9.1