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
45class BR_Bsnunu : public ThObservable {
46public:
52
58 double computeThValue();
59
60
61protected:
62
68 gslpp::complex BRBsnunu(orders order);
69
70private:
71
73};
74
75#endif /* BR_BSNUNU_H */
A class for the branching ratio of .
Definition: BR_Bsnunu.h:45
double computeThValue()
hep-ph/9512380v2
Definition: BR_Bsnunu.cpp:19
gslpp::complex BRBsnunu(orders order)
the short distance contribution to the | |
Definition: BR_Bsnunu.cpp:36
StandardModel & mySM
Definition: BR_Bsnunu.h:72
BR_Bsnunu(StandardModel &SM_i)
Constructor.
Definition: BR_Bsnunu.cpp:13
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25
orders
An enum type for orders in QCD.
Definition: OrderScheme.h:33