a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
BR_Bdnunu.cpp
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#include "BR_Bdnunu.h"
9#include "StandardModel.h"
10
12{
13 return 0.0;
14}
15
16
17gslpp::complex BR_Bdnunu::BRBdnunu(orders order)
18{
19 return gslpp::complex(0.0, 0.0);
20}
21
double computeThValue()
Definition: BR_Bdnunu.cpp:11
gslpp::complex BRBdnunu(orders order)
the short distance contribution to the | |
Definition: BR_Bdnunu.cpp:17
orders
An enum type for orders in QCD.
Definition: OrderScheme.h:33