Changeset 3196 in Sophya for trunk/Cosmo/SimLSS/geneutils.h
- Timestamp:
- Apr 3, 2007, 4:06:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/geneutils.h
r3157 r3196 79 79 80 80 //---------------------------------------------------- 81 double InterpTab(double x0,vector<double>& X,vector<double>& Y,unsigned short typint=0); 82 83 //---------------------------------------------------- 81 84 int FuncToHisto(GenericFunc& func,Histo& h,bool logaxex=false); 82 85 int FuncToVec(GenericFunc& func,TVector<r_8>& h,double xmin,double xmax,bool logaxex=false); … … 89 92 unsigned long PoissRandLimit(double mu,double mumax=10.); 90 93 94 //---------------------------------------------------- 95 double IntegrateFunc(GenericFunc& func,double xmin,double xmax 96 ,double perc=0.1,double dxinc=-1.,double dxmax=-1.,unsigned short glorder=4); 97 98 double IntegrateFuncLog(GenericFunc& func,double lxmin,double lxmax 99 ,double perc=0.1,double dlxinc=-1.,double dlxmax=-1.,unsigned short glorder=4); 100 101 void Compute_GaussLeg(unsigned short glorder,vector<double>& x,vector<double>& w,double x1=0.,double x2=1.); 102 91 103 #endif
Note:
See TracChangeset
for help on using the changeset viewer.