a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
FlavourWilsonCoefficient_DF2Matching.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2019 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef FLAVOURWILSONCOEFFICIENT_DF2MATCHING_H
9#define FLAVOURWILSONCOEFFICIENT_DF2MATCHING_H
10
11#include "gslpp.h"
13
15
25public:
31
37 virtual std::vector<WilsonCoefficient>& CMdbd2() ;
38
44 virtual std::vector<WilsonCoefficient>& CMdbs2() ;
45
51 virtual std::vector<WilsonCoefficient>& CMdd2() ;
52
58 virtual std::vector<WilsonCoefficient>& CMdk2() ;
59
60protected:
61 std::vector<WilsonCoefficient> vmcdbd2, vmcdbs2, vmcdc2, vmcds2;
62
63
64private:
67
68};
69
70#endif /* FLAVOURWILSONCOEFFICIENT_DF2MATCHING_H */
71
Model for NP contributions to using modification to the Wilson coefficients.
A class for the matching in the FlavourWilsonCoefficient_DF2Matching.
const FlavourWilsonCoefficient_DF2 & FWC
An object of the FLAVOURWILSONCOEFFICIENT_DF2 class.
virtual std::vector< WilsonCoefficient > & CMdd2()
,
FlavourWilsonCoefficient_DF2Matching(const FlavourWilsonCoefficient_DF2 &FWC_i)
FlavourWilsonCoefficient_DF2Matching constructor.
virtual std::vector< WilsonCoefficient > & CMdbd2()
,
virtual std::vector< WilsonCoefficient > & CMdk2()
virtual std::vector< WilsonCoefficient > & CMdbs2()
,
A class for the matching in the Standard Model.
A class for the Wilson coefficients.