a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
EvolDF1_diujlknu.h
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#ifndef EVOLDF1_DIUJLKNU_H
9#define EVOLDF1_DIUJLKNU_H
10
11class StandardModel;
12
13#include "RGEvolutor.h"
14
16public:
25 EvolDF1_diujlknu(unsigned int dim_i, schemes scheme, orders order, const StandardModel& model);
26 virtual ~EvolDF1_diujlknu();
27
35 gslpp::matrix<double> AnomalousDimension(orders order, unsigned int nf) const;
36
44 gslpp::matrix<double> AnomalousDimension(orders_qed order_qed, unsigned int nf) const;
45
54 gslpp::matrix<double>& Df1diujlknuEvol(double mu, double M, orders order,
56
57
58
59private:
60 void Df1diujlknuEvol(double mu, double M, double nf, schemes scheme);
61 double a[5];
62 double b[5][5][5];
63 double c[3][5][5][5];
64 double d[3][5][5][5];
66 unsigned int dim;
68 double Mz_cache;
69
70};
71
72#endif /* EVOLDF1_DIUJLKNU_H */
73
@ NDR
Definition: OrderScheme.h:21
gslpp::matrix< double > AnomalousDimension(orders order, unsigned int nf) const
ADM in the JMS basis, in the order CnueduVLLkkij, CnueduVLRkkij, CnueduSRRkkij, CnueduSRLkkij,...
unsigned int dim
double c[3][5][5][5]
virtual ~EvolDF1_diujlknu()
double d[3][5][5][5]
EvolDF1_diujlknu(unsigned int dim_i, schemes scheme, orders order, const StandardModel &model)
constructor
gslpp::matrix< double > & Df1diujlknuEvol(double mu, double M, orders order, schemes scheme=NDR)
const StandardModel & model
double b[5][5][5]
A class for the RG evolutor of the Wilson coefficients.
Definition: RGEvolutor.h:24
double M
Definition: RGEvolutor.h:142
A model class for the Standard Model.
orders
An enum type for orders in QCD.
Definition: OrderScheme.h:33
schemes
An enum type for regularization schemes.
Definition: OrderScheme.h:20
orders_qed
An enum type for orders in electroweak.
Definition: OrderScheme.h:56