00001 00008 #ifndef REACTORXC_HH 00009 #define REACTORXC_HH 00010 #include <math.h> 00011 #include <iostream.h> 00012 #include <string> 00013 00014 double U235flux(double); 00015 double RMPflux(double); 00016 double InverseBeta(double,double,int order=1); 00017 void PositronRange(double,double&,double&); 00018 00029 double GammaComptonRange(std::string,double); 00030 00031 void MyGdDecayModel(double,int&,double*); 00032 void NeutronPropagator(double R0,double R2, 00033 double& ke,double& a,double& pass, 00034 double* pn,double* rn,double& tn); 00035 00036 #endif