FlavourWilsonCoefficientMatching.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2015 HEPfit Collaboration
3  * All rights reserved.
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #ifndef FLAVOURWILSONCOEFFICIENTMATCHING_H
9 #define FLAVOURWILSONCOEFFICIENTMATCHING_H
10 
11 #include "gslpp.h"
12 #include "StandardModelMatching.h"
13 
15 
25 public:
26  FlavourWilsonCoefficientMatching(const FlavourWilsonCoefficient & FlavourWilsonCoefficient_i);
27 
35 
36  std::vector<WilsonCoefficient>& CMbsg();
37 
38  std::vector<WilsonCoefficient>& CMprimebsg();
39 
40  std::vector<WilsonCoefficient>& CMBMll();
41 
42  std::vector<WilsonCoefficient>& CMprimeBMll();
43 
44 private:
59 
66 
69  std::vector<WilsonCoefficient> vmcbsg, vmcprimebsg;
70  std::vector<WilsonCoefficient> vmcBMll, vmcprimeBMll;
71 };
72 
73 #endif /* FLAVOURWILSONCOEFFICIENTMATCHING_H */
74 
Model for NP contributions to flavour.
const FlavourWilsonCoefficient & myFlavourWilsonCoefficient
A class for the Wilson coefficients.
std::vector< WilsonCoefficient > & CMprimeBMll()
A class for the matching in the Standard Model.
std::vector< WilsonCoefficient > vmcBMll
std::vector< WilsonCoefficient > vmcprimebsg
A class for the matching in the FlavourWilsonCoefficient.
void updateFlavourWilsonCoefficientParameters()
Updates to new FlavourWilsonCoefficient parameter sets.
FlavourWilsonCoefficientMatching(const FlavourWilsonCoefficient &FlavourWilsonCoefficient_i)
std::vector< WilsonCoefficient > vmcprimeBMll
std::vector< WilsonCoefficient > & CMbsg()
A class for defining operations on and functions of complex numbers.
Definition: gslpp_complex.h:35
std::vector< WilsonCoefficient > & CMprimebsg()
std::vector< WilsonCoefficient > & CMBMll()