a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Loading...
Searching...
No Matches
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#include "AmpDB2.h"
11
13{
14 SM.getFlavour().getDB2(0);
15}
16
18{
19 return sin(-SM.getFlavour().getDB2(0).getM21(FULLNLO).arg() + 2.*(SM.getCKM().computelamc_s()*SM.getCKM().computelamc()).arg() + 2.*SM.getPhiBd());
20}
@ FULLNLO
Definition OrderScheme.h:38
gslpp::complex getM21(orders order)
The value of for mesons.
Definition AmpDB2.h:51
const gslpp::complex computelamc() const
The product of the CKM elements .
Definition CKM.cpp:147
const gslpp::complex computelamc_s() const
The product of the CKM elements .
Definition CKM.cpp:179
AmpDB2 & getDB2(int BMeson_i, bool flag_fixmub=false, bool flag_RI=false) const
Returns a reference to the meson dependent object for processes.
Definition Flavour.cpp:229
virtual double computeThValue()
Definition SJPsiK.cpp:17
SJPsiK(const StandardModel &SM_i)
Constructor.
Definition SJPsiK.cpp:12
A model class for the Standard Model.
const CKM & getCKM() const
A get method to retrieve the member object of type CKM.
virtual const double getPhiBd() const
Half the relative phase of the $B_d$ mixing amplitude w.r.t. the Standard Model one.
const Flavour & getFlavour() const
A class for a model prediction of an observable.
const StandardModel & SM
A reference to an object of StandardMode class.