#include <Mll.h>
Public Member Functions | |
double | computeAmumu (orders order) |
double | computeSmumu (orders order) |
double | computeThValue () |
hep-ph/9512380v2 More... | |
Mll (const StandardModel &SM_i, int obsFlag, QCD::meson meson_i, QCD::lepton lep_i) | |
![]() | |
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 |
gslpp::vector< gslpp::complex > ** | allcoeff_noSM |
gslpp::vector< gslpp::complex > ** | allcoeffprime |
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 |
gslpp::complex | CKM_factor |
bool | FixedWCbtos |
QCD::lepton | lep |
double | mb |
double | mBs |
QCD::meson | meson |
double | mlep |
double | ms |
double | mW |
int | obs |
double | phiNP |
double | Smumu |
double | timeInt |
double | ys |
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... | |
Mll::Mll | ( | const StandardModel & | SM_i, |
int | obsFlag, | ||
QCD::meson | meson_i, | ||
QCD::lepton | lep_i | ||
) |
constructor
Flavour |
Definition at line 12 of file Mll.cpp.
|
protected |
order | |
order_qed |
Definition at line 85 of file Mll.cpp.
|
protected |
Definition at line 49 of file Mll.cpp.
double Mll::computeSmumu | ( | orders | order | ) |
|
virtual |
hep-ph/9512380v2
Implements ThObservable.
Definition at line 28 of file Mll.cpp.
|
private |
|
private |