a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Loading...
Searching...
No Matches
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"
12
13class CMFV;
14
24public:
25 CMFVMatching(const CMFV & CMFV_i);
26
27 const double S0(double, double) const;
28
29private:
30 const CMFV & myCMFV;
31};
32
33#endif /* CMFVMATCHING_H */
34
Model for CMFV contributions to flavour.
Definition CMFV.h:30
A class for the matching in the CMFV.
const CMFV & myCMFV
const double S0(double, double) const
A class for the matching in the Standard Model.