Changeset 3378 in Sophya for trunk/Cosmo/SimLSS/pkspectrum.h


Ignore:
Timestamp:
Nov 9, 2007, 7:04:12 PM (18 years ago)
Author:
cmv
Message:

modif sur remplissage NTuple/Minos, possibilite de changer les parametres O0,Om,Ol etc... , cmv 09/11/2007

File:
1 edited

Legend:

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

    r3348 r3378  
    2929  TransfertEisenstein(TransfertEisenstein& tf);
    3030  virtual ~TransfertEisenstein(void);
     31  bool SetParTo(double h100=-1.,double OmegaCDM0=-1.,double OmegaBaryon0=-1.,double tcmb=-1.,bool nobaryon=false);
    3132  virtual double operator() (double k);
    3233  double KPeak(void);
    3334  void SetNoOscEnv(unsigned short nooscenv=0);
    3435  void SetReturnPart(ReturnPart retpart=ALL);
     36  void SetPrintLevel(int lp=0);
    3537protected:
    3638  int lp_;
    37   double O0_,Oc_,Ob_,h_,tcmb_;
     39  double O0_,Oc_,Ob_,h100_,tcmb_;
    3840  double th2p7_;
    3941  double zeq_,keq_,zd_,Req_,Rd_,s_,ksilk_,alphac_,betac_,bnode_,alphab_,betab_;
     
    6163  int ReadCMBFast(string filename);
    6264protected:
    63   double Oc_,Ob_,h_;
     65  double Oc_,Ob_,h100_;
    6466  double kmin_,kmax_;
    6567  int interptyp_;
     
    7577  virtual ~GrowthFactor(void);
    7678  virtual double operator() (double z);
     79  bool SetParTo(double OmegaMatter0=-1.,double OmegaLambda0=-12345.);
    7780protected:
    7881  double O0_,Ol_,Ok_;
Note: See TracChangeset for help on using the changeset viewer.