A class for \(R(\hat s)\) in \(B \to X_q l^+l^-\). More...
#include <BXqllObservables.h>
A class for \(R(\hat s)\) in \(B \to X_q l^+l^-\).
This class is used to compute \(R_{quark}(\hat s)\) as a function of \(\hat s = \frac{q^2}{m_b^2}\) for \(B \to X_q l^+l^-\) :
\[ R_{quark}(\hat s)= \frac{1}{\Gamma(B\to X_c e\nu}\frac {d\Gamma}{d\hat s} \,. \]
Definition at line 26 of file BXqllObservables.h.
Public Member Functions | |
double | computeThValue () |
The binned observable \(<BR>\) in \(M \to P l^+l^-\). More... | |
R_BXqll (const StandardModel &SM_i, QCD::quark quark_i, QCD::lepton lep_i) | |
Constructor. 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... | |
Private Attributes | |
BXqll | myBXqll |
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... | |
R_BXqll::R_BXqll | ( | const StandardModel & | SM_i, |
QCD::quark | quark_i, | ||
QCD::lepton | lep_i | ||
) |
Constructor.
[in] | SM_i | a reference to an object of type StandardModel |
[in] | quark_i | quark defining the inclusive final hadronic state \(X_q\) of the decay |
[in] | lep_i | final leptons of the decay |
Definition at line 17 of file BXqllObservables.cpp.
|
virtual |
The binned observable \(<BR>\) in \(M \to P l^+l^-\).
Implements ThObservable.
Definition at line 27 of file BXqllObservables.cpp.
|
private |
Definition at line 44 of file BXqllObservables.h.