THDMMatching.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 THDMMATCHING_H
9 #define THDMMATCHING_H
10 
11 #include "gslpp.h"
12 #include "StandardModelMatching.h"
13 
14 class THDM;
15 
25 public:
26  THDMMatching(const THDM & THDM_i);
27 
31  virtual std::vector<WilsonCoefficient>& CMdbs2();
32 
36  virtual std::vector<WilsonCoefficient>& CMbtaunu();
37 
38 private:
39  const THDM & myTHDM;
41 
43 
44 };
45 
46 #endif /* THDMMATCHING_H */
WilsonCoefficient mcbtaunu
Definition: THDMMatching.h:42
A class for the Wilson coefficients.
THDMMatching(const THDM &THDM_i)
A class for the matching in the Standard Model.
const THDM & myTHDM
Definition: THDMMatching.h:39
WilsonCoefficient mcdbs2
Definition: THDMMatching.h:42
virtual std::vector< WilsonCoefficient > & CMbtaunu()
A base class symmetric Two-Higgs-Doublet models.
Definition: THDM.h:94
virtual std::vector< WilsonCoefficient > & CMdbs2()
A class for the Wilson coefficients in the THDM.
Definition: THDMMatching.h:24
gslpp::matrix< gslpp::complex > myCKM
Definition: THDMMatching.h:40