APFEL 4.8.0
A PDF evolution library in C++
Loading...
Searching...
No Matches
lhtoypdfs.h
Go to the documentation of this file.
1//
2// APFEL++ 2017
3//
4// Author: Valerio Bertone: valerio.bertone@cern.ch
5//
6
7#pragma once
8
9#include <map>
10
11namespace apfel
12{
14
21 std::map<int, double> Provider(double const& x, int const& isel);
22 std::map<int, double> LHToyPDFs(double const& x, double const&);
23 std::map<int, double> LHToyPDFsPhys(double const& x, double const&);
24 std::map<int, double> LHToyPDFsPol(double const& x, double const&);
25 std::map<int, double> LHToyFFs(double const& x, double const&);
28}
Namespace for all APFEL++ functions and classes.
Definition alphaqcd.h:14