master
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
gamma.cpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2018 HEPfit Collaboration
3
*
4
*
5
* For the licensing terms see doc/COPYING.
6
*/
7
8
#include "
gamma.h
"
9
#include "
StandardModel.h
"
10
11
CKMGamma::CKMGamma
(
const
StandardModel
& SM_i) :
ThObservable
(SM_i)
12
{}
13
14
double
CKMGamma::computeThValue
()
15
{
16
return
(
SM
.
getCKM
().
computeGamma
()/M_PI*180.);
17
}
gamma.h
StandardModel.h
StandardModel
A model class for the Standard Model.
Definition:
StandardModel.h:477
CKMGamma::computeThValue
double computeThValue()
Definition:
gamma.cpp:14
CKM::computeGamma
double computeGamma() const
The CKM angle .
Definition:
CKM.cpp:87
CKMGamma::CKMGamma
CKMGamma(const StandardModel &SM_i)
Constructor.
Definition:
gamma.cpp:11
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
StandardModel::getCKM
CKM getCKM() const
A get method to retrieve the member object of type CKM.
Definition:
StandardModel.h:879
Flavour
src
gamma.cpp
Generated on Thu Oct 31 2019 for $\texttt{HEPfit}$ using
1.8.16