10#include "std_make_vector.h"
21 double theta= asin(sqrt( (M_PI *
mySM.
getAle() )/( sqrt(2) *
32 /(1. - 8.*z*z + 8.*z*z*z*z*z*z - z*z*z*z*z*z*z*z - 24.*z*z*z*z*log(z))
39 std::stringstream out;
41 throw std::runtime_error(
"BRBsnunu::computeThValue(): requires cofficient of "
42 "order" + out.str() +
"not computed");
49 return((*(allcoeff[
LO]) + *(allcoeff[
NLO])) *
50 (*(allcoeff[
LO]) + *(allcoeff[
NLO])));
52 return((*(allcoeff[
LO])) *
55 std::stringstream out;
57 throw std::runtime_error(
"BRBsnunu::BRBsnunu(): order " + out.str() +
"not implemented");;
double computeThValue()
hep-ph/9512380v2
gslpp::complex BRBsnunu(orders order)
the short distance contribution to the | |
BR_Bsnunu(StandardModel &SM_i)
Constructor.
gslpp::vector< gslpp::complex > ** ComputeCoeffsnunu(QCD::lepton lepton=QCD::NOLEPTON, bool noSM=false) const
HeffDB1 & getHDB1() const
The member that returns an object of the class HeffDB1.
WilsonCoefficient getCoeffsnunu() const
const double & getMass() const
A get method to access the particle mass.
const double getOptionalParameter(std::string name) const
A method to get parameters that are specific to only one set of observables.
const Particle & getQuarks(const QCD::quark q) const
A get method to access a quark as an object of the type Particle.
const double getMub() const
A get method to access the threshold between five- and four-flavour theory in GeV.
A model class for the Standard Model.
const Flavour & getFlavour() const
const double getGF() const
A get method to retrieve the Fermi constant .
const double Als(const double mu, const orders order, const bool Nf_thr, const bool qed_flag) const
The running QCD coupling in the scheme including QED corrections.
const double Mw_tree() const
The tree-level mass of the boson, .
const double getAle() const
A get method to retrieve the fine-structure constant .
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.
orders
An enum type for orders in QCD.