a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Betas_JPsiPhi.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 "Betas_JPsiPhi.h"
9 #include "StandardModel.h"
10 
12 {
13  return (remainder((AmpBs(FULLNLO).arg() + SM.getPhiBs() )/2.*180./M_PI,180.));
14 }
StandardModel.h
StandardModel::getPhiBs
virtual double getPhiBs() const
Half the relative phase of the $B_s$ mixing amplitude w.r.t. the Standard Model one.
Definition: StandardModel.h:2470
Betas_JPsiPhi::computeThValue
virtual double computeThValue()
Definition: Betas_JPsiPhi.cpp:11
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
Betas_JPsiPhi.h
FULLNLO
Definition: OrderScheme.h:37