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 
18 {
19  return gslpp::complex(0.0, 0.0);
20 }
21 
StandardModel.h
gslpp::complex
A class for defining operations on and functions of complex numbers.
Definition: gslpp_complex.h:35
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
BR_Bdnunu.h