a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
EffectiveEDMcouplings.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2012 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef EFFECTIVEEDMCOUPLINGS_H
9#define EFFECTIVEEDMCOUPLINGS_H
10
11#include <gslpp.h>
12
13#define LEPS 1.e-5 // tolerance in the limit of S(x,y) to S(x)
14
15class StandardModel;
16
27public:
32
36 virtual ~EffectiveEDMcouplings();
37
43 virtual double kappa_t() ;
44
50 virtual double kappa_b() ;
51
52protected:
53
54private:
55
56// const StandardModel & SM;
57
58
59};
60
61#endif /* EFFECTIVEEDMCOUPLINGS_H */
62
A class for effective EDM couplings.
virtual ~EffectiveEDMcouplings()
The default destructor.
EffectiveEDMcouplings(const StandardModel &SM_i)
The default constructor.
A model class for the Standard Model.