a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
GeneralTHDMEDMcouplings.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
9#include "GeneralTHDM.h"
10
11GeneralTHDMEDMcouplings::GeneralTHDMEDMcouplings(const GeneralTHDM& GeneralTHDM_i)
12: EffectiveEDMcouplings(GeneralTHDM_i)/*, myGeneralTHDM(GeneralTHDM_i)*/
13{}
14
16{}
17
19{
20 return 0.;
21}
22
24{
25 return 0.;
26}
A class for effective EDM couplings.
GeneralTHDMEDMcouplings(const GeneralTHDM &GeneralTHDM_i)
The default constructor.
virtual ~GeneralTHDMEDMcouplings()
The default destructor.