APFEL 4.8.0
A PDF evolution library in C++
Loading...
Searching...
No Matches
Enumerations
Perturbative orders

Enumerations

enum  apfel::FixedOrderAccuracy : int {
  apfel::LO = 0 , apfel::NLO = 1 , apfel::NNLO = 2 , apfel::NNNLO = 3 ,
  apfel::N4LO = 4
}
 
enum  apfel::LogAccuracy : int {
  apfel::NNNLLp = -3 , apfel::NNLLp = -2 , apfel::NLLp = -1 , apfel::LL = 0 ,
  apfel::NLL = 1 , apfel::NNLL = 2 , apfel::NNNLL = 3 , apfel::N4LL = 4
}
 

Detailed Description

Enumerators for the perturbative orders for both fixed order and resummation.

Enumeration Type Documentation

◆ FixedOrderAccuracy

Enumerator
LO 
NLO 
NNLO 
NNNLO 
N4LO 

◆ LogAccuracy

enum apfel::LogAccuracy : int
Enumerator
NNNLLp 
NNLLp 
NLLp 
LL 
NLL 
NNLL 
NNNLL 
N4LL