A class for the branching ratio of \(B_s\to \nu\nu\). More...
#include <BR_Bsnunu.h>
A class for the branching ratio of \(B_s\to \nu\nu\).
This class is used to compute the theoretical value of the branching ratio of \(B_s\to \nu\nu\).
The model parameters of BR_Bsnunu are summarized below:
Label | LaTeX symbol | Description |
---|---|---|
Br_B_Xcenu | \(\mathrm{BR}(B\to X_ce\nu)\) | The experimental value for the branching ratio of \(B\to X_c e\nu\). |
Definition at line 45 of file BR_Bsnunu.h.
Public Member Functions | |
BR_Bsnunu (StandardModel &SM_i) | |
Constructor. More... | |
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 | |
gslpp::complex | BRBsnunu (orders order) |
the short distance contribution to the | \( BR(B_d \rightarrow \nu \bar{\nu}) \)| More... | |
Private Attributes | |
StandardModel & | mySM |
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... | |
BR_Bsnunu::BR_Bsnunu | ( | StandardModel & | SM_i | ) |
Constructor.
[in] | SM_i | a reference to an object of type StandardModel |
Definition at line 13 of file BR_Bsnunu.cpp.
|
protected |
the short distance contribution to the | \( BR(B_d \rightarrow \nu \bar{\nu}) \)|
[in] | order | the QCD order of the computation |
Definition at line 36 of file BR_Bsnunu.cpp.
|
virtual |
hep-ph/9512380v2
Implements ThObservable.
Definition at line 19 of file BR_Bsnunu.cpp.
|
private |
Definition at line 72 of file BR_Bsnunu.h.