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"
14class StandardModel;
15
25class BR_Bdnunu : public ThObservable {
26public:
31 BR_Bdnunu(StandardModel& SM_i): ThObservable(SM_i)//, mySM(SM_i)
32 {};
33
38 double computeThValue();
39
40
41protected:
42
48 gslpp::complex BRBdnunu(orders order);
49
50private:
51
52};
53
54#endif /* BR_BDNUNU_H */
A class for the branching ratio of .
Definition: BR_Bdnunu.h:25
BR_Bdnunu(StandardModel &SM_i)
Constructor.
Definition: BR_Bdnunu.h:31
double computeThValue()
Definition: BR_Bdnunu.cpp:11
gslpp::complex BRBdnunu(orders order)
the short distance contribution to the | |
Definition: BR_Bdnunu.cpp:17
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