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");
62 throw (
"incorrect value of part in EpsilonP_O_Epsilon");
gslpp::complex AmpDS1pp2(orders order)
gslpp::complex AmpDS1pp0pureLAT(orders order)
gslpp::complex AmpDS1pp0(orders order)
EpsilonP_O_Epsilon(const StandardModel &SM_i, unsigned int part_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.
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.