a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
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
11 if (order < FULLNLO) return order;
12 return orders(order - FULLNLO + NLO);
13}
14
@ NLO
Definition: OrderScheme.h:35
@ FULLNLO
Definition: OrderScheme.h:38
orders getHighest(orders order)
returns the highest order in QCD without the prefix FULL
Definition: OrderScheme.cpp:10
orders
An enum type for orders in QCD.
Definition: OrderScheme.h:33