Nanga Parbat 1.1.0
A TMD fitting framework
|
#include <map>
#include <string>
#include <functional>
Go to the source code of this file.
Namespaces | |
namespace | NangaParbat |
Functions | |
double | NangaParbat::bstarCSS (double const &b, double const &Q) |
b* prescription a la Collins-Soper-Sterman More... | |
double | NangaParbat::bstarmin (double const &b, double const &Q) |
b* prescription with bmin More... | |
Variables | |
const std::map< std::string, std::function< double(double const &, double const &)> > | NangaParbat::bstarMap |
Map of available b* star functions. More... | |