a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
BR_Bsnunu.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_BSNUNU_H
9 #define BR_BSNUNU_H
10 
11 #include "ThObservable.h"
12 #include "OrderScheme.h"
13 #include "gslpp.h"
14 
15 
45 class BR_Bsnunu : public ThObservable {
46 public:
51  BR_Bsnunu(StandardModel& SM_i);
52 
58  double computeThValue();
59 
60 
61 protected:
62 
69 
70 private:
71 
73 };
74 
75 #endif /* BR_BSNUNU_H */
ThObservable.h
gslpp.h
BR_Bsnunu
A class for the branching ratio of .
Definition: BR_Bsnunu.h:45
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_Bsnunu::computeThValue
double computeThValue()
hep-ph/9512380v2
Definition: BR_Bsnunu.cpp:19
orders
orders
An enum type for orders in QCD.
Definition: OrderScheme.h:31
BR_Bsnunu::mySM
StandardModel & mySM
Definition: BR_Bsnunu.h:72
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
BR_Bsnunu::BRBsnunu
gslpp::complex BRBsnunu(orders order)
the short distance contribution to the | |
Definition: BR_Bsnunu.cpp:36
BR_Bsnunu::BR_Bsnunu
BR_Bsnunu(StandardModel &SM_i)
Constructor.
Definition: BR_Bsnunu.cpp:13