a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
THDMEDMcouplings.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2015 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef THDMEDMCOUPLINGS_H
9#define THDMEDMCOUPLINGS_H
10
11#include "gslpp.h"
13
14class THDM;
15
25public:
29 THDMEDMcouplings(const THDM & THDM_i);
30
34 virtual ~THDMEDMcouplings();
35
41 virtual double kappa_t() ;
42
48 virtual double kappa_b() ;
49
50private:
51// const THDM & myTHDM;
52
53};
54
55#endif /* THDMEDMCOUPLINGS_H */
56
A class for effective EDM couplings.
A class the effective THDM couplings for EDM.
virtual ~THDMEDMcouplings()
The default destructor.
virtual double kappa_t()
THDMEDMcouplings(const THDM &THDM_i)
The default constructor.
virtual double kappa_b()
A base class for symmetric Two-Higgs-Doublet models.
Definition: THDM.h:120