a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
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 
12 {}
13 
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