APFEL 4.8.0
A PDF evolution library in C++
Loading...
Searching...
No Matches
Public Attributes | List of all members
apfel::TmdObjects Struct Reference

Structure that contains all precomputed quantities needed to perform the TMD evolution, matching to the collinear PDFs, and computation of cross sections, i.e. the perturbative coefficients of matching functions, all anomalous dimensions, and hard functions. More...

#include <tmdbuilder.h>

Public Attributes

double Threshold
 
std::map< int, double > Beta
 
std::map< int, double > GammaFq
 
std::map< int, double > GammaFg
 
std::map< int, double > GammaK
 
std::map< int, std::vector< double > > KCS
 
std::map< int, std::vector< Set< Operator > > > MatchingFunctionsPDFs
 
std::map< int, std::vector< Set< Operator > > > MatchingFunctionsFFs
 
std::map< std::string, std::map< int, double > > HardFactors
 

Detailed Description

Structure that contains all precomputed quantities needed to perform the TMD evolution, matching to the collinear PDFs, and computation of cross sections, i.e. the perturbative coefficients of matching functions, all anomalous dimensions, and hard functions.

Member Data Documentation

◆ Beta

std::map<int, double> apfel::TmdObjects::Beta

◆ GammaFg

std::map<int, double> apfel::TmdObjects::GammaFg

◆ GammaFq

std::map<int, double> apfel::TmdObjects::GammaFq

◆ GammaK

std::map<int, double> apfel::TmdObjects::GammaK

◆ HardFactors

std::map<std::string, std::map<int, double> > apfel::TmdObjects::HardFactors

◆ KCS

std::map<int, std::vector<double> > apfel::TmdObjects::KCS

◆ MatchingFunctionsFFs

std::map<int, std::vector<Set<Operator> > > apfel::TmdObjects::MatchingFunctionsFFs

◆ MatchingFunctionsPDFs

std::map<int, std::vector<Set<Operator> > > apfel::TmdObjects::MatchingFunctionsPDFs

◆ Threshold

double apfel::TmdObjects::Threshold

The documentation for this struct was generated from the following file: