a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
FBd.cpp
Go to the documentation of this file.
1/*
2 * Copyright (C) 2022 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#include "FBd.h"
9#include "StandardModel.h"
10
11FBd::FBd(const StandardModel& SM_i) : ThObservable(SM_i)
12{
13};
14
16{
18}
virtual double computeThValue()
Definition: FBd.cpp:15
FBd(const StandardModel &SM_i)
Constructor.
Definition: FBd.cpp:11
const double & getDecayconst() const
A get method for the decay constant of the meson.
Definition: Meson.h:360
@ B_D
Definition: QCD.h:344
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
A model class for the Standard Model.
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