a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
THDMEDMcouplings.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 "THDMEDMcouplings.h"
9#include "THDM.h"
10
12: EffectiveEDMcouplings(THDM_i)/*, myTHDM(THDM_i)*/
13{}
14
16{}
17
19{
20 return 0.;
21}
22
24{
25 return 0.;
26}
27
A class for effective EDM couplings.
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