a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
BBd.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 "BBd.h"
9#include "StandardModel.h"
10
11BBd::BBd(const StandardModel& SM_i) : ThObservable(SM_i)
12{
14};
15
17{
18 return(SM.getBBd().getBpars()(0));
19}
virtual double computeThValue()
Definition: BBd.cpp:16
BBd(const StandardModel &SM_i)
Constructor.
Definition: BBd.cpp:11
const gslpp::vector< double > & getBpars() const
A get method for the vector of the bag parameters.
Definition: BParameter.h:176
void initializeBParameter(std::string name_i) const
A method to initialize B Parameter and the corresponding meson.
Definition: QCD.cpp:211
const BParameter & getBBd() const
For getting the bag parameters corresponding to the operator basis in process in the meson system.
Definition: QCD.h:629
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