a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
DmBd.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 "DmBd.h"
9 #include "StandardModel.h"
10 
12 {
13  return(2. * SM.getCBd() * AmpBd(FULLNLO).abs());
14 }
DmBd.h
StandardModel.h
gslpp::complex::abs
double abs() const
Definition: gslpp_complex.cpp:81
DmBd::computeThValue
double computeThValue()
Definition: DmBd.cpp:11
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121
AmpDB2::AmpBd
gslpp::complex AmpBd(orders order)
A method to compute .
Definition: AmpDB2.cpp:70
StandardModel::getCBd
virtual double getCBd() const
The ratio of the absolute value of the $B_d$ mixing amplitude over the Standard Model value.
Definition: StandardModel.h:2420
FULLNLO
Definition: OrderScheme.h:37