a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
BdmumuOBsmumu.cpp
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2016 HEPfit Collaboration
3  *
4  * For the licensing terms see doc/COPYING.
5  */
6 
7 #include "BdmumuOBsmumu.h"
8 #include "StandardModel.h"
9 
11 ThObservable(SM_i)
12 {
15 };
16 
26  ratio *= SM.getVCKM()(2,0).abs2()/SM.getVCKM()(2,1).abs2();
27 
28  return ratio;
29 }
30 
31 
BdmumuOBsmumu::computeThValue
double computeThValue()
Definition: BdmumuOBsmumu.cpp:17
QCD::B_S
Definition: QCD.h:345
QCD::initializeMeson
void initializeMeson(QCD::meson meson_i) const
A method to initialize a meson.
Definition: QCD.cpp:236
StandardModel.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:477
BdmumuOBsmumu::BdmumuOBsmumu
BdmumuOBsmumu(const StandardModel &SM_i)
Constructor.
Definition: BdmumuOBsmumu.cpp:10
Particle::getMass
const double & getMass() const
A get method to access the particle mass.
Definition: Particle.h:61
gslpp::sqrt
complex sqrt(const complex &z)
Definition: gslpp_complex.cpp:385
BdmumuOBsmumu.h
QCD::getMesons
Meson getMesons(const QCD::meson m) const
A get method to access a meson as an object of the type Meson.
Definition: QCD.h:524
Meson::getDecayconst
const double & getDecayconst() const
A get method for the decay constant of the meson.
Definition: Meson.h:360
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121
StandardModel::getVCKM
gslpp::matrix< gslpp::complex > getVCKM() const
A get method to retrieve the CKM matrix.
Definition: StandardModel.h:870
Meson::getLifetime
double getLifetime() const
A get method for the lifetime of the meson.
Definition: Meson.h:351
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
QCD::B_D
Definition: QCD.h:343
QCD::MU
Definition: QCD.h:314
StandardModel::getLeptons
Particle getLeptons(const QCD::lepton p) const
A get method to retrieve the member object of a lepton.
Definition: StandardModel.h:712