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