a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
BR_Bdnunu.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012 HEPfit Collaboration
3  *
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #ifndef BR_BDNUNU_H
9 #define BR_BDNUNU_H
10 
11 #include "ThObservable.h"
12 #include "OrderScheme.h"
13 #include "gslpp.h"
14 class StandardModel;
15 
25 class BR_Bdnunu : public ThObservable {
26 public:
31  BR_Bdnunu(StandardModel& SM_i): ThObservable(SM_i)//, mySM(SM_i)
32  {};
33 
38  double computeThValue();
39 
40 
41 protected:
42 
49 
50 private:
51 
52 };
53 
54 #endif /* BR_BDNUNU_H */
ThObservable.h
gslpp.h
gslpp::complex
A class for defining operations on and functions of complex numbers.
Definition: gslpp_complex.h:35
OrderScheme.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:477
BR_Bdnunu
A class for the branching ratio of .
Definition: BR_Bdnunu.h:25
BR_Bdnunu::BRBdnunu
gslpp::complex BRBdnunu(orders order)
the short distance contribution to the | |
Definition: BR_Bdnunu.cpp:17
orders
orders
An enum type for orders in QCD.
Definition: OrderScheme.h:31
BR_Bdnunu::computeThValue
double computeThValue()
Definition: BR_Bdnunu.cpp:11
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
BR_Bdnunu::BR_Bdnunu
BR_Bdnunu(StandardModel &SM_i)
Constructor.
Definition: BR_Bdnunu.h:31