SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
epam_brconst.h
Go to the documentation of this file.
1 /* $Id: epam_brconst.h,v 1.6 2000/07/25 18:33:08 ad Exp $ */
2 
3 #include "hdfi.h"
4 
5 #define EPAMRATES 8
6 
7 /* rate indicies, {0,1,2,3,4,5,6,7} = {P1,P3,P5,P7,DE1,DE4,W1,fp6p} */
8 
9 static uint16 epam_rn[EPAMRATES][8]= /* rate number locations */
10 { 23,131,203,452,0,0,0,0,
11 /* 25, 61, 97,133,205,288,371,454, */
12  25,133,205,454,0,0,0,0,
13  211,294,377,460,0,0,0,0,
14  213,296,379,462,0,0,0,0,
15  218,301,384,467,0,0,0,0,
16  221,304,387,470,0,0,0,0,
17  163,246,329,412,195,278,361,444,
18  157,240,323,406,189,272,355,438};
19 
20 /* number of values per rate per spin pair */
21 static uint8 epam_rs[EPAMRATES]={4,4,4,4,4,4,8,8};
22 
23 /* width of energy band in kev */
24 static uint16 epam_eb[EPAMRATES]={18, 75, 270, 850, 15, 140, 486, 459};
25 
26 /* geometry factors (cm^2 - sr) */
27 static float32 epam_geom[EPAMRATES]={.428, .428, .428, .428, .14, .14, .103, .397};
static uint16 epam_rn[EPAMRATES][8]
Definition: epam_brconst.h:9
static uint8 epam_rs[EPAMRATES]
Definition: epam_brconst.h:21
#define EPAMRATES
Definition: epam_brconst.h:5
static uint16 epam_eb[EPAMRATES]
Definition: epam_brconst.h:24
static float32 epam_geom[EPAMRATES]
Definition: epam_brconst.h:27