DmK.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 "DmK.h"
9 
11 {
12  return(2.*AmpMK(FULLNLO).real() + SM.getDmk());
13 }
virtual double computeThValue()
Definition: DmK.cpp:10
gslpp::complex AmpMK(orders order)
Definition: AmpDK2.cpp:52
double getDmk() const
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:99