The \(b\to s\gamma\) branching fraction from tabled values. More...
#include <bsgammaTHDM.h>
The \(b\to s\gamma\) branching fraction from tabled values.
The branching ratio \(BR(B\to X_s \gamma)\) for the type II is read from a table and interpolated. The tabled values are state-of-the-art calculations at NNLO from [Misiak:2015xwa] in a grid of 11 \(\log_{10}(\tan \beta)\) values between -4/3 and 2 times 101 \(\log_{10}(m_{H^+})\) values between 1 and 4. The theoretical error is evaluated at every point and found to be almost constant at 7%, which is accounted for by the nuisance parameter bsgamma_theoryerror.
Definition at line 28 of file bsgammaTHDM.h.
Public Member Functions | |
bsgammaTHDM (const StandardModel &SM_i) | |
double | computeThValue () |
Calculates the \(BR(B\to X_s \gamma)\) value in the THDM by linear interpolation of tabled NNLO values. More... | |
virtual | ~bsgammaTHDM () |
![]() | |
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 Attributes | |
THDMcache * | mycache |
![]() | |
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... | |
Private Attributes | |
const THDM * | myTHDM |
bsgammaTHDM::bsgammaTHDM | ( | const StandardModel & | SM_i | ) |
Definition at line 12 of file bsgammaTHDM.cpp.
|
virtual |
Definition at line 20 of file bsgammaTHDM.cpp.
|
virtual |
Calculates the \(BR(B\to X_s \gamma)\) value in the THDM by linear interpolation of tabled NNLO values.
Implements ThObservable.
Definition at line 25 of file bsgammaTHDM.cpp.
|
protected |
Definition at line 40 of file bsgammaTHDM.h.
|
private |
Definition at line 43 of file bsgammaTHDM.h.