master
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
OrderScheme.cpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2023 HEPfit Collaboration
3
*
4
*
5
* For the licensing terms see doc/COPYING.
6
*/
7
8
#include "
OrderScheme.h
"
9
10
orders
getHighest
(
orders
order){
11
if
(order <
FULLNLO
)
return
order;
12
return
orders
(order -
FULLNLO
+
NLO
);
13
}
14
OrderScheme.h
NLO
@ NLO
Definition:
OrderScheme.h:35
FULLNLO
@ FULLNLO
Definition:
OrderScheme.h:38
getHighest
orders getHighest(orders order)
returns the highest order in QCD without the prefix FULL
Definition:
OrderScheme.cpp:10
orders
orders
An enum type for orders in QCD.
Definition:
OrderScheme.h:33
StandardModel
src
OrderScheme.cpp
Generated on Mon Aug 4 2025 for $\texttt{HEPfit}$ using
1.9.2