(Generated on Fri Feb 19 2016 13:25:06 by
1.8.9.1)
Overview
Installation
Usage
Models
Modules
Classes
Bibliography
Examples
alpha_2a.cpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2012 HEPfit Collaboration
3
* All rights reserved.
4
*
5
* For the licensing terms see doc/COPYING.
6
*/
7
8
#include "
alpha_2a.h
"
9
10
double
Alpha_2a::computeThValue
()
11
{
12
double
twoa =
SM
.
computeAlpha
()/M_PI*180.;
13
return
(twoa < 0. ? twoa + 180. : twoa);
14
}
StandardModel::computeAlpha
double computeAlpha() const
The CKM angle .
Definition:
StandardModel.cpp:497
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition:
ThObservable.h:99
alpha_2a.h
Alpha_2a::computeThValue
double computeThValue()
Definition:
alpha_2a.cpp:10