a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
DmBs.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 "DmBs.h"
9 #include "StandardModel.h"
10 
12 {
13  return(2. * SM.getCBs() * AmpBs(FULLNLO).abs());
14 }
15 
17 {
18  return RBs(FULLNLO).abs() - 1.;
19 }
StandardModel.h
RmBs::computeThValue
double computeThValue()
Definition: DmBs.cpp:16
gslpp::complex::abs
double abs() const
Definition: gslpp_complex.cpp:81
DmBs::computeThValue
double computeThValue()
Definition: DmBs.cpp:11
StandardModel::getCBs
virtual double getCBs() const
The ratio of the absolute value of the $B_s$ mixing amplitude over the Standard Model value.
Definition: StandardModel.h:2429
DmBs.h
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121
AmpDB2::AmpBs
gslpp::complex AmpBs(orders order)
A method to compute .
Definition: AmpDB2.cpp:116
AmpDB2::RBs
gslpp::complex RBs(orders order)
A method to compute the ratio of the absolute value of the $B_s$ mixing amplitude over the Standard M...
Definition: AmpDB2.cpp:20
FULLNLO
Definition: OrderScheme.h:37