Nanga Parbat 1.1.0
A TMD fitting framework
bstar.h
Go to the documentation of this file.
1//
2// Author: Valerio Bertone: valerio.bertone@cern.ch
3//
4
5#pragma once
6
7#include <map>
8#include <string>
9#include <functional>
10
11namespace NangaParbat
12{
19 double bstarCSS(double const& b, double const& Q);
20
27 double bstarmin(double const& b, double const& Q);
28
32 const std::map<std::string, std::function<double(double const&, double const&)>> bstarMap
33 {
34 {"bstarCSS", bstarCSS},
35 {"bstarmin", bstarmin}
36 };
37}
Definition: bstar.h:12
const std::map< std::string, std::function< double(double const &, double const &)> > bstarMap
Map of available b* star functions.
Definition: bstar.h:33
double bstarmin(double const &b, double const &Q)
b* prescription with bmin
double bstarCSS(double const &b, double const &Q)
b* prescription a la Collins-Soper-Sterman