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

stop96.h File Reference

Go to the source code of this file.

Defines

#define STP96C   1

Functions

void readstopcoef (char *afilename, char *bfilename)
float pstop (int Z2, float E)
void stop96 (int Z1, int Z2, float M1, float *Ener, int nEner, float *SE)
void stop96d (int Z1, int Z2, double Ionweight, double *Ener, int nEner, double *SE)
float pstop_fit (int Z2, float E, float P0, float P1, float P2, float P3, float P4, float P5, float P6, float P7, float HE0, float HE1, float HE2, float HE3)
double nuclearstopping_ZBL (int Z1, int Z2, double Ionweight, double trgtweight, double *Ener, int nEner, double *SN)

Variables

float scoef [94][55]


Detailed Description

stop96.h is the header file for using stop96.c .It has been modified from the original version found in the hotstop code ( http://hotstop.sourceforge.net )

Definition in file stop96.h.


Define Documentation

#define STP96C   1
 

Definition at line 31 of file stop96.h.


Function Documentation

double nuclearstopping_ZBL int  Z1,
int  Z2,
double  Ionweight,
double  trgtweight,
double *  Ener,
int  nEner,
double *  SN
 

Definition at line 409 of file stop96.c.

References scoef.

Referenced by createSPTs().

float pstop int  Z2,
float  E
 

Definition at line 103 of file stop96.c.

References scoef.

Referenced by stop96(), and stop96d().

float pstop_fit int  Z2,
float  E,
float  P0,
float  P1,
float  P2,
float  P3,
float  P4,
float  P5,
float  P6,
float  P7,
float  HE0,
float  HE1,
float  HE2,
float  HE3
 

Definition at line 134 of file stop96.c.

void readstopcoef char *  afilename,
char *  bfilename
 

Definition at line 75 of file stop96.c.

References scoef.

Referenced by createSPTs().

void stop96 int  Z1,
int  Z2,
float  M1,
float *  Ener,
int  nEner,
float *  SE
 

Definition at line 163 of file stop96.c.

References L, pstop(), and scoef.

void stop96d int  Z1,
int  Z2,
double  Ionweight,
double *  Ener,
int  nEner,
double *  SE
 

Definition at line 286 of file stop96.c.

References L, pstop(), and scoef.

Referenced by createSPTs().


Variable Documentation

float scoef[94][55]
 

Definition at line 24 of file stop96.h.

Referenced by nuclearstopping_ZBL(), pstop(), readstopcoef(), stop96(), and stop96d().


Generated on Fri Jul 15 20:43:50 2005 for LibCPIXE API by  doxygen 1.3.9.1