a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Phis_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 "Phis_JPsiPhi.h"
9#include "StandardModel.h"
10#include "AmpDB2.h"
11
13 SM.getFlavour().getDB2(1);
14};
15
17{
18 return (-remainder((SM.getFlavour().getDB2(1).getM21(FULLNLO).arg() - 2. * SM.getCKM().computelamc_s().arg() + 2.*SM.getPhiBs() ),2.*M_PI));
19}
@ FULLNLO
Definition: OrderScheme.h:38
gslpp::complex getM21(orders order)
The value of for mesons.
Definition: AmpDB2.h:51
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:228
virtual double computeThValue()
Phis_JPsiPhi(const StandardModel &SM_i)
Constructor.
A model class for the Standard Model.
virtual const double getPhiBs() const
Half the relative phase of the $B_s$ mixing amplitude w.r.t. the Standard Model one.
const CKM & getCKM() const
A get method to retrieve the member object of type CKM.
const Flavour & getFlavour() const
A class for a model prediction of an observable.
Definition: ThObservable.h:25
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121