a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
GeneralTHDMEDMcouplings.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 GENERALTHDMEDMCOUPLINGS_H
9#define GENERALTHDMEDMCOUPLINGS_H
10
11#include "gslpp.h"
13
14class GeneralTHDM;
15
25public:
29 GeneralTHDMEDMcouplings(const GeneralTHDM & GeneralTHDM_i);
30
35
41 virtual double kappa_t() ;
42
48 virtual double kappa_b() ;
49
50private:
51// const GeneralTHDM & myGeneralTHDM;
52
53};
54
55#endif /* GENERALTHDMEDMCOUPLINGS_H */
56
A class for effective EDM couplings.
A class the effective GeneralTHDM couplings for EDM.
GeneralTHDMEDMcouplings(const GeneralTHDM &GeneralTHDM_i)
The default constructor.
virtual ~GeneralTHDMEDMcouplings()
The default destructor.