00001 #ifndef __AvailNuclei_LOADED 00002 #define __AvailNuclei_LOADED 00003 typedef struct { 00004 int availnuclei; 00005 int ID; 00006 int Material; 00007 int Z; 00008 int A; 00009 float PathLength; 00010 float NucleiDensity; 00011 float SumNuclei; 00012 float Sigma; 00013 float AZWgt; 00014 float SumWgt; 00015 int _9999; 00016 } AVAILNUCLEI_DEF; 00017 #ifdef __TAP_CREOBJ__ 00018 AVAILNUCLEI_DEF AvailNuclei; 00019 #else 00020 extern AVAILNUCLEI_DEF AvailNuclei; 00021 #endif 00022 #endif 00023
1.3.9.1