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
11ThObservable(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(const StandardModel &SM_i)
Constructor.
double computeThValue()
const double & getDecayconst() const
A get method for the decay constant of the meson.
Definition: Meson.h:360
double getLifetime() const
A get method for the lifetime of the meson.
Definition: Meson.h:351
const double & getMass() const
A get method to access the particle mass.
Definition: Particle.h:61
@ B_D
Definition: QCD.h:344
@ B_S
Definition: QCD.h:346
const Meson & getMesons(const QCD::meson m) const
A get method to access a meson as an object of the type Meson.
Definition: QCD.h:526
@ MU
Definition: QCD.h:314
void initializeMeson(QCD::meson meson_i) const
A method to initialize a meson.
Definition: QCD.cpp:280
A model class for the Standard Model.
const Particle & getLeptons(const QCD::lepton p) const
A get method to retrieve the member object of a lepton.
const gslpp::matrix< gslpp::complex > getVCKM() const
A get method to retrieve the CKM matrix.
A class for a model prediction of an observable.
Definition: ThObservable.h:25
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121