a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
SJPsiK.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 "SJPsiK.h"
9 #include "StandardModel.h"
10 
12 {
13  return sin(-AmpBd(FULLNLO).arg() + 2.*SM.getPhiBd());
14 }
gslpp::sin
complex sin(const complex &z)
Definition: gslpp_complex.cpp:420
StandardModel.h
SJPsiK::computeThValue
virtual double computeThValue()
Definition: SJPsiK.cpp:11
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:2479
AmpDB2::AmpBd
gslpp::complex AmpBd(orders order)
A method to compute .
Definition: AmpDB2.cpp:70
FULLNLO
Definition: OrderScheme.h:37
SJPsiK.h