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 
11 {
12  return(1. / SM.getDeltaMK() * AmpDK(FULLNLO).imag() * SM.getKbarEpsK() *
13  sin(SM.getphiEpsK() * M_PI / 180.));
14 }
gslpp::complex AmpDK(orders order)
Definition: AmpDK2.cpp:14
double getphiEpsK() const
double getDeltaMK() const
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:99
const double & imag() const
double computeThValue()
Definition: EpsilonK.cpp:10
complex sin(const complex &z)
double getKbarEpsK() const