a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
EffectiveEDMcouplings.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 
11 /*: SM(SM_i)*/
12 {}
13 
15 {}
16 
18 {
19  return 0.;
20 }
21 
23 {
24  return 0.;
25 }
EffectiveEDMcouplings::kappa_b
virtual double kappa_b()
Definition: EffectiveEDMcouplings.cpp:22
EffectiveEDMcouplings::kappa_t
virtual double kappa_t()
Definition: EffectiveEDMcouplings.cpp:17
EffectiveEDMcouplings::~EffectiveEDMcouplings
virtual ~EffectiveEDMcouplings()
The default destructor.
Definition: EffectiveEDMcouplings.cpp:14
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:474
EffectiveEDMcouplings::EffectiveEDMcouplings
EffectiveEDMcouplings(const StandardModel &SM_i)
The default constructor.
Definition: EffectiveEDMcouplings.cpp:10
EffectiveEDMcouplings.h