(Generated on Fri Feb 19 2016 13:25:06 by
1.8.9.1)
Overview
Installation
Usage
Models
Modules
Classes
Bibliography
Examples
EpsilonK.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 "
EpsilonK.h
"
9
10
double
EpsilonK::computeThValue
()
11
{
12
return
(1. /
SM
.
getDeltaMK
() *
AmpDK
(
FULLNLO
).
imag
() *
SM
.
getKbarEpsK
() *
13
sin
(
SM
.
getphiEpsK
() * M_PI / 180.));
14
}
AmpDK2::AmpDK
gslpp::complex AmpDK(orders order)
Definition:
AmpDK2.cpp:14
StandardModel::getphiEpsK
double getphiEpsK() const
Definition:
StandardModel.h:886
StandardModel::getDeltaMK
double getDeltaMK() const
Definition:
StandardModel.h:896
EpsilonK.h
FULLNLO
Definition:
OrderScheme.h:36
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition:
ThObservable.h:99
gslpp::complex::imag
const double & imag() const
Definition:
gslpp_complex.cpp:59
EpsilonK::computeThValue
double computeThValue()
Definition:
EpsilonK.cpp:10
gslpp::sin
complex sin(const complex &z)
Definition:
gslpp_complex.cpp:420
StandardModel::getKbarEpsK
double getKbarEpsK() const
Definition:
StandardModel.h:891