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