Changeset 3196 in Sophya for trunk/Cosmo/SimLSS/geneutils.h


Ignore:
Timestamp:
Apr 3, 2007, 4:06:50 PM (18 years ago)
Author:
cmv
Message:

les AGN selon C.Jackson, une premiere approche simplifiee, recodage from Jim Rich. cmv 03/04/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/SimLSS/geneutils.h

    r3157 r3196  
    7979
    8080//----------------------------------------------------
     81double InterpTab(double x0,vector<double>& X,vector<double>& Y,unsigned short typint=0);
     82
     83//----------------------------------------------------
    8184int FuncToHisto(GenericFunc& func,Histo& h,bool logaxex=false);
    8285int FuncToVec(GenericFunc& func,TVector<r_8>& h,double xmin,double xmax,bool logaxex=false);
     
    8992unsigned long PoissRandLimit(double mu,double mumax=10.);
    9093
     94//----------------------------------------------------
     95double IntegrateFunc(GenericFunc& func,double xmin,double xmax
     96         ,double perc=0.1,double dxinc=-1.,double dxmax=-1.,unsigned short glorder=4);
     97
     98double IntegrateFuncLog(GenericFunc& func,double lxmin,double lxmax
     99         ,double perc=0.1,double dlxinc=-1.,double dlxmax=-1.,unsigned short glorder=4);
     100
     101void Compute_GaussLeg(unsigned short glorder,vector<double>& x,vector<double>& w,double x1=0.,double x2=1.);
     102
    91103#endif
Note: See TracChangeset for help on using the changeset viewer.