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}
CKMGamma(const StandardModel &SM_i)
Constructor.
Definition: gamma.cpp:11
double computeThValue()
Definition: gamma.cpp:14
const double computeGamma() const
The CKM angle .
Definition: CKM.cpp:125
A model class for the Standard Model.
const CKM & getCKM() const
A get method to retrieve the member object of type CKM.
A class for a model prediction of an observable.
Definition: ThObservable.h:25
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121