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