a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
GMMatching.cpp
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2017 HEPfit Collaboration
3  *
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #include "GMMatching.h"
9 #include "GeorgiMachacek.h"
10 
11 GMMatching::GMMatching(const GeorgiMachacek & GeorgiMachacek_i) :
12  StandardModelMatching(GeorgiMachacek_i)
13 // myGM(GeorgiMachacek_i)
14 {}
GeorgiMachacek.h
StandardModelMatching
A class for the matching in the Standard Model.
Definition: StandardModelMatching.h:26
GeorgiMachacek
A base class for the GeorgiMachacek model.
Definition: GeorgiMachacek.h:120
GMMatching.h
GMMatching::GMMatching
GMMatching(const GeorgiMachacek &GeorgiMachacek_i)
Definition: GMMatching.cpp:11