CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
ModelFunction_TwoPointCorrelation_wedges.h
Go to the documentation of this file.
1 /********************************************************************
2  * Copyright (C) 2016 by Federico Marulli and Alfonso Veropalumbo *
3  * federico.marulli3@unibo.it *
4  * *
5  * This program is free software; you can redistribute it and/or *
6  * modify it under the terms of the GNU General Public License as *
7  * published by the Free Software Foundation; either version 2 of *
8  * the License, or (at your option) any later version. *
9  * *
10  * This program is distributed in the hope that it will be useful, *
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13  * GNU General Public License for more details. *
14  * *
15  * You should have received a copy of the GNU General Public *
16  * License along with this program; if not, write to the Free *
17  * Software Foundation, Inc., *
18  * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
19  ********************************************************************/
20 
35 #ifndef __MODFUNCTWOPWED__
36 #define __MODFUNCTWOPWED__
37 
38 #include "Cosmology.h"
39 
40 
41 // ============================================================================
42 
43 
44 namespace cbl {
45 
46  namespace modelling {
47 
48  namespace twopt {
49 
92  std::vector<std::vector<double>> xi_Wedges (const std::vector<double> rr, const int nWedges, const std::vector<std::vector<double>> mu_integral_limits, const std::string model, const std::vector<double> parameter, const std::vector<std::shared_ptr<glob::FuncGrid>> pk_interp, const double prec=1.e-5, const double alpha_perp=1, const double alpha_par=1.);
93 
134  std::vector<double> xi_Wedges (const std::vector<double> rr, const std::vector<int> dataset_order, const std::vector<std::vector<double>> mu_integral_limits, const std::string model, const std::vector<double> parameter, const std::vector<std::shared_ptr<glob::FuncGrid>> pk_interp, const double prec=1.e-5, const double alpha_perp=1., const double alpha_par=1.);
135 
166  std::vector<double> xiWedges (const std::vector<double> rad, const std::shared_ptr<void> inputs, std::vector<double> &parameter);
167 
208  std::vector<double> xiWedges_BAO (const std::vector<double> rad, const std::shared_ptr<void> inputs, std::vector<double> &parameter);
209 
210  }
211  }
212 }
213 
214 #endif
The class Cosmology.
std::vector< std::vector< double > > xi_Wedges(const std::vector< double > rr, const int nWedges, const std::vector< std::vector< double >> mu_integral_limits, const std::string model, const std::vector< double > parameter, const std::vector< std::shared_ptr< glob::FuncGrid >> pk_interp, const double prec=1.e-5, const double alpha_perp=1, const double alpha_par=1.)
the model wedges of the two-point correlation function
std::vector< double > xiWedges(const std::vector< double > rad, const std::shared_ptr< void > inputs, std::vector< double > &parameter)
the model wedges of the two-point correlation function
std::vector< double > xiWedges_BAO(const std::vector< double > rad, const std::shared_ptr< void > inputs, std::vector< double > &parameter)
return the wedges of the two-point correlation function, intended for anisotropic BAO measurements
The global namespace of the CosmoBolognaLib
Definition: CAMB.h:38