A class for computing the angular parameter \(b\) from \(\mu_{e^+e^- \to ZH}\) (arXiv:1708.09079 [hep-ph]).
More...
A class for computing the angular parameter \(b\) from \(\mu_{e^+e^- \to ZH}\) (arXiv:1708.09079 [hep-ph]).
- Author
- HEPfit CollaborationH
- Copyright
- GNU General Public License
A class for computing the angular parameter \(b\) from \(\mu_{e^+e^- \to ZH}\).
Definition at line 571 of file HiggsThObservables.h.
|
| | bPsk (const StandardModel &SM_i, const double sqrt_s_i, const double Pol_em_i, const double Pol_ep_i) |
| | Constructor.
|
| |
| double | computeThValue () |
| | A method to compute the value of the angular parameter \(b\) from \(\mu_{e^+e^- \to ZH}\) in the current model.
|
| |
| double | getBinMax () |
| | A get method to get the maximum value of the bin.
|
| |
| double | getBinMin () |
| | A get method to get the minimum value of the bin.
|
| |
| const StandardModel & | getModel () |
| | A get method to get the model.
|
| |
| const std::vector< std::string > | getParametersForObservable () |
| | A get method to get the parameters for the specific observable.
|
| |
| void | setBinMax (double max) |
| | A set method to set the maximum value of the bin.
|
| |
| void | setBinMin (double min) |
| | A set method to set the minimum value of the bin.
|
| |
| void | setParametersForObservable (std::vector< std::string > parametersForObservable_i) |
| | A set method to get the parameters for the specific observable.
|
| |
| | ThObservable (const StandardModel &SM_i) |
| | Constructor.
|
| |
| | ThObservable (const ThObservable &orig) |
| | The copy constructor.
|
| |
| virtual | ~ThObservable () |
| | The default destructor.
|
| |