a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Loading...
Searching...
No Matches
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
orders
Definition OrderScheme.h:33
schemes
Definition OrderScheme.h:20
@ NDR
Definition OrderScheme.h:21
orders_qed
Definition OrderScheme.h:56
gslpp::matrix< double > AnomalousDimension(orders order, unsigned int nf) const
ADM in the JMS basis, in the order CnueduVLLkkij, CnueduVLRkkij, CnueduSRRkkij, CnueduSRLkkij,...
double c[3][5][5][5]
double d[3][5][5][5]
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
A model class for the Standard Model.