a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
BBd.h
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#ifndef BBD_H
9#define BBD_H
10
11#include "ThObservable.h"
12
22class BBd : public ThObservable {
23public:
24
29 BBd(const StandardModel& SM_i);
30
35 virtual double computeThValue();
36};
37
38#endif /* BBD_H */
A class for , the B-parameter for mesons.
Definition: BBd.h:22
virtual double computeThValue()
Definition: BBd.cpp:16
BBd(const StandardModel &SM_i)
Constructor.
Definition: BBd.cpp:11
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25