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