a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
GMMatching.h
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 #ifndef GMMATCHING_H
9 #define GMMATCHING_H
10 
11 #include "StandardModelMatching.h"
12 
13 class GeorgiMachacek;
14 
24 public:
25  GMMatching(const GeorgiMachacek & GeorgiMachacek_i);
26 
27 private:
28 // const GeorgiMachacek & myGM;
29 };
30 
31 #endif /* GMMATCHING_H */
GMMatching
A class for the Wilson coefficients in the Georgi-Machacek model.
Definition: GMMatching.h:23
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::GMMatching
GMMatching(const GeorgiMachacek &GeorgiMachacek_i)
Definition: GMMatching.cpp:11
StandardModelMatching.h