a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
C2beta.cpp
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2019 HEPfit Collaboration
3  *
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #include "C2beta.h"
9 #include "StandardModel.h"
10 
12 {
13  return cos(-AmpBd(FULLNLO).arg() + 2.*SM.getPhiBd());
14 }
gslpp::cos
complex cos(const complex &z)
Definition: gslpp_complex.cpp:429
StandardModel.h
C2beta.h
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121
StandardModel::getPhiBd
virtual double getPhiBd() const
Half the relative phase of the $B_d$ mixing amplitude w.r.t. the Standard Model one.
Definition: StandardModel.h:2465
AmpDB2::AmpBd
gslpp::complex AmpBd(orders order)
A method to compute .
Definition: AmpDB2.cpp:70
C2beta::computeThValue
virtual double computeThValue()
Definition: C2beta.cpp:11
FULLNLO
Definition: OrderScheme.h:37