libcpixe/stop96.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "stop96.h"
#include "compilopt.h"

Include dependency graph for stop96.c:

Go to the source code of this file.

Functions

void readstopcoef (char *afilename, char *bfilename)
float pstop (int Z2, float E)
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)
void stop96 (int Z1, int Z2, float Ionweight, float *Ener, int nEner, float *SE)
void stop96d (int Z1, int Z2, double Ionweight, double *Ener, int nEner, double *SE)
double nuclearstopping_ZBL (int Z1, int Z2, double Ionweight, double trgtweight, double *Ener, int nEner, double *SN)


Detailed Description

stop96.c contains functions related to stopping force calculations. This file has been taken from the Hotstop source code ( http://hotstop.sourceforge.net ).

Definition in file stop96.c.


Function Documentation

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

Definition at line 408 of file stop96.c.

References scoef.

Referenced by createSPTs().

Here is the caller graph for this function:

float pstop ( int  Z2,
float  E 
)

Definition at line 102 of file stop96.c.

References scoef.

Referenced by stop96(), and stop96d().

Here is the caller graph for this function:

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 133 of file stop96.c.

void readstopcoef ( char *  afilename,
char *  bfilename 
)

Definition at line 74 of file stop96.c.

References scoef.

Referenced by createSPTs().

Here is the caller graph for this function:

void stop96 ( int  Z1,
int  Z2,
float  Ionweight,
float *  Ener,
int  nEner,
float *  SE 
)

Definition at line 162 of file stop96.c.

References L, pstop(), and scoef.

Here is the call graph for this function:

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

Definition at line 285 of file stop96.c.

References L, pstop(), and scoef.

Referenced by createSPTs().

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on Sat Dec 8 23:11:38 2007 for libCPIXE by  doxygen 1.5.4