a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
DmK.cpp
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012 HEPfit Collaboration
3  *
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #include "DmK.h"
9 #include "StandardModel.h"
10 #include "std_make_vector.h"
11 
12 DmK::DmK(const StandardModel& SM_i) : ThObservable(SM_i), AmpDK2(SM_i)
13 {
15 };
16 
18 {
19  return(SM.getCDMK()* (2.*AmpDMKNP(FULLNLO).real() + SM.getOptionalParameter("DmkSM")));
20 }
std_make_vector.h
ThObservable::setParametersForObservable
void setParametersForObservable(std::vector< std::string > parametersForObservable_i)
A set method to get the parameters for the specific observable.
Definition: ThObservable.h:109
DmK::computeThValue
virtual double computeThValue()
Definition: DmK.cpp:17
make_vector
Definition: std_make_vector.h:15
StandardModel.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:474
AmpDK2::AmpDMKNP
gslpp::complex AmpDMKNP(orders order)
compute the NP part of the amplitude for kaon oscillations
Definition: AmpDK2.cpp:62
DmK::DmK
DmK(const StandardModel &SM_i)
Constructor.
Definition: DmK.cpp:12
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
gslpp::complex::real
const double & real() const
Definition: gslpp_complex.cpp:53
QCD::getOptionalParameter
double getOptionalParameter(std::string name) const
A method to get parameters that are specific to only one set of observables.
Definition: QCD.h:448
DmK.h
FULLNLO
Definition: OrderScheme.h:37
StandardModel::getCDMK
virtual double getCDMK() const
The ratio of the real part of the $K$ mixing amplitude over the Standard Model value.
Definition: StandardModel.h:2438
AmpDK2
A class for calculating the amplitudes contributing to and .
Definition: AmpDK2.h:30