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 
10 class StandardModel;
11 #include "ThObservable.h"
12 
22 class BdmumuOBsmumu : public ThObservable {
23 public:
28  BdmumuOBsmumu(const StandardModel& SM_i);
29 
34  double computeThValue();
35 };
36 
37 #endif /* BDMUMUOBSMUMU_H */
38 
BdmumuOBsmumu::computeThValue
double computeThValue()
Definition: BdmumuOBsmumu.cpp:17
ThObservable.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:477
BdmumuOBsmumu
A class for the ratio of the branching ratios of over .
Definition: BdmumuOBsmumu.h:22
BdmumuOBsmumu::BdmumuOBsmumu
BdmumuOBsmumu(const StandardModel &SM_i)
Constructor.
Definition: BdmumuOBsmumu.cpp:10
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25