10#include "std_make_vector.h"
15 setParametersForObservable(make_vector<std::string>() <<
"Br_Ks_P0P0" <<
"Br_Ks_PpPm" <<
"Br_Kp_P0Pp" <<
"Omega_eta_etap" <<
"Delta_0" <<
"Delta_2" <<
"EpsK" <<
"phiEpsK"
16 <<
"Zqq00" <<
"Zqq11" <<
"Zqq12" <<
"Zqq13" <<
"Zqq14" <<
"Zqq21" <<
"Zqq22" <<
"Zqq23" <<
"Zqq24"
17 <<
"Zqq31" <<
"Zqq32" <<
"Zqq33" <<
"Zqq34" <<
"Zqq41" <<
"Zqq42" <<
"Zqq43" <<
"Zqq44" <<
"Zqq55"
18 <<
"Zqq56" <<
"Zqq65" <<
"Zqq66");
A class for calculating the amplitudes contributing to and .
gslpp::complex AmpDK(orders order)
compute the amplitude for kaon oscillations
gslpp::complex AmpDS1pp2(orders order)
gslpp::complex AmpDS1pp0(orders order)
EpsilonP_O_Epsilon_TH(const StandardModel &SM_i)
const double getOptionalParameter(std::string name) const
A method to get parameters that are specific to only one set of observables.
A model class for the Standard Model.
virtual const double getCepsK() const
The ratio of the imaginary part of the $K$ mixing amplitude over the Standard Model value.
A class for a model prediction of an observable.
void setParametersForObservable(std::vector< std::string > parametersForObservable_i)
A set method to get the parameters for the specific observable.
const StandardModel & SM
A reference to an object of StandardMode class.