v1.0
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
Epsilonb.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 EPSILONB_H
9
#define EPSILONB_H
10
11
#include <stdexcept>
12
#include <
ThObservable.h
>
13
22
class
Epsilonb
:
public
ThObservable
{
23
public
:
24
29
Epsilonb
(
const
StandardModel
& SM_i)
30
:
ThObservable
(SM_i)
31
{
32
};
33
38
double
computeThValue
()
39
{
40
return
SM
.
epsilonb
();
41
}
42
43
44
private
:
45
46
47
};
48
49
#endif
/* EPSILONB_H */
ThObservable.h
StandardModel::epsilonb
virtual double epsilonb() const
The SM contribution to the epsilon parameter .
Definition:
StandardModel.cpp:1789
StandardModel
A model class for the Standard Model.
Definition:
StandardModel.h:474
Epsilonb::Epsilonb
Epsilonb(const StandardModel &SM_i)
Constructor.
Definition:
Epsilonb.h:29
Epsilonb
An observable class for the parameter.
Definition:
Epsilonb.h:22
Epsilonb::computeThValue
double computeThValue()
To be added.
Definition:
Epsilonb.h:38
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition:
ThObservable.h:121
ThObservable
A class for a model prediction of an observable.
Definition:
ThObservable.h:25
EW
src
Epsilonb.h
Generated on Thu Oct 31 2019 for $\texttt{HEPfit}$ using
1.8.16