a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
CMFVMatching.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2016 HEPfit Collaboration
3  *
4  * For the licensing terms see doc/COPYING.
5  */
6 
7 #ifndef CMFVMATCHING_H
8 #define CMFVMATCHING_H
9 
10 #include "gslpp.h"
11 #include "StandardModelMatching.h"
12 
13 class CMFV;
14 
24 public:
25  CMFVMatching(const CMFV & CMFV_i);
26 
27  double S0(double, double) const;
28 
29 private:
30  const CMFV & myCMFV;
31 };
32 
33 #endif /* CMFVMATCHING_H */
34 
CMFVMatching::myCMFV
const CMFV & myCMFV
Definition: CMFVMatching.h:30
CMFV
Model for CMFV contributions to flavour.
Definition: CMFV.h:30
gslpp.h
StandardModelMatching
A class for the matching in the Standard Model.
Definition: StandardModelMatching.h:26
CMFVMatching::S0
double S0(double, double) const
Definition: CMFVMatching.cpp:15
CMFVMatching
A class for the matching in the CMFV.
Definition: CMFVMatching.h:23
StandardModelMatching.h
CMFVMatching::CMFVMatching
CMFVMatching(const CMFV &CMFV_i)
Definition: CMFVMatching.cpp:11