a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
BdmumuOBsmumu.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2016 HEPfit Collaboration
3 *
4 * For the licensing terms see doc/COPYING.
5 */
6
7#ifndef BDMUMUOBSMUMU_H
8#define BDMUMUOBSMUMU_H
9
10class StandardModel;
11#include "ThObservable.h"
12
23public:
28 BdmumuOBsmumu(const StandardModel& SM_i);
29
34 double computeThValue();
35};
36
37#endif /* BDMUMUOBSMUMU_H */
38
A class for the ratio of the branching ratios of over .
Definition: BdmumuOBsmumu.h:22
BdmumuOBsmumu(const StandardModel &SM_i)
Constructor.
double computeThValue()
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25