A class for the binned observable \(H_A\) in \(B \to X_q l^+l^-\). More...
#include <BXqllObservables.h>
A class for the binned observable \(H_A\) in \(B \to X_q l^+l^-\).
This class is used to compute the integral of \(H_A(q^2)\) in bins of \(q^2\) for \(B \to X_q l^+l^-\) :
\[ H_A[q_m^2,q_M^2] = \int{q_m^2}{q_M^2} dq^2 \int{-1}{+1} dz \frac{d^2\Gamma}{dq^2 dz^2} \frac{4}{3} {\rm sign}(z) \,. \]
Definition at line 131 of file BXqllObservables.h.
Public Member Functions | |
double | computeThValue () |
The binned observable \(H_A\) in \(B \to X_q l^+l^-\). More... | |
HA_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... | |
HA_BXqll::HA_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 72 of file BXqllObservables.cpp.
|
virtual |
The binned observable \(H_A\) in \(B \to X_q l^+l^-\).
Implements ThObservable.
Definition at line 82 of file BXqllObservables.cpp.
|
private |
Definition at line 149 of file BXqllObservables.h.