#include <Bdmumu.h>
Public Member Functions | |
Bdmumu (const StandardModel &SM_i, int obsFlag, QCD::lepton lep_i=QCD::MU) | |
double | computeAmumu (orders order) |
double | computeSmumu (orders order) |
double | computeThValue () |
hep-ph/9512380v2 More... | |
![]() | |
double | getBinMax () |
A get method to get the maximum value of the bin. More... | |
double | getBinMin () |
A get method to get the minimum value of the bin. More... | |
const StandardModel & | getModel () |
A get method to get the model. More... | |
const std::vector< std::string > | getParametersForObservable () |
A get method to get the parameters for the specific observable. More... | |
void | setBinMax (double max) |
A set method to set the maximum value of the bin. More... | |
void | setBinMin (double min) |
A set method to set the minimum value of the bin. More... | |
void | setParametersForObservable (std::vector< std::string > parametersForObservable_i) |
A set method to get the parameters for the specific observable. More... | |
ThObservable (const StandardModel &SM_i) | |
Constructor. More... | |
ThObservable (const ThObservable &orig) | |
The copy constructor. More... | |
virtual | ~ThObservable () |
The default destructor. More... | |
Protected Member Functions | |
void | computeAmpSq (orders order, orders_qed order_qed, double mu) |
void | computeObs (orders order, orders_qed order_qed) |
Private Attributes | |
double | absP |
double | absS |
gslpp::vector< gslpp::complex > ** | allcoeff |
double | ampSq |
double | Amumu |
double | argP |
double | argS |
double | beta |
gslpp::complex | C_10 |
gslpp::complex | C_10p |
gslpp::complex | C_P |
gslpp::complex | C_Pp |
gslpp::complex | C_S |
gslpp::complex | C_Sp |
double | chiral |
double | coupling |
std::unique_ptr< EvolBsmm > | evolbdmm |
QCD::lepton | lep |
int | leptonindex |
double | mb |
double | mBd |
double | md |
double | mlep |
double | mW |
int | obs |
double | phiNP |
double | Smumu |
double | timeInt |
double | yd |
Additional Inherited Members | |
![]() | |
double | max |
the bin maximum. More... | |
double | min |
The bin minimum. More... | |
std::vector< std::string > | parametersForObservable |
a vector of parameter namesfor the specific observable More... | |
const StandardModel & | SM |
A reference to an object of StandardMode class. More... | |
Bdmumu::Bdmumu | ( | const StandardModel & | SM_i, |
int | obsFlag, | ||
QCD::lepton | lep_i = QCD::MU |
||
) |
constructor
Flavour |
Definition at line 14 of file Bdmumu.cpp.
|
protected |
order | |
order_qed |
Definition at line 80 of file Bdmumu.cpp.
double Bdmumu::computeAmumu | ( | orders | order | ) |
Definition at line 68 of file Bdmumu.cpp.
|
protected |
Definition at line 52 of file Bdmumu.cpp.
double Bdmumu::computeSmumu | ( | orders | order | ) |
Definition at line 74 of file Bdmumu.cpp.
|
virtual |
hep-ph/9512380v2
Implements ThObservable.
Definition at line 28 of file Bdmumu.cpp.
|
private |