An observable class for the electroweak Peskin-Takeuchi pseudo-observables. More...
#include <THDMWSTU.h>
An observable class for the electroweak Peskin-Takeuchi pseudo-observables.
This class is used to compute the observables \(S\), \(T\) and \(U\). Formulae from the appendix A of arxiv:0907.2696.
Definition at line 25 of file THDMWSTU.h.
Public Member Functions | |
double | computeThValue () |
Empty constructor. More... | |
double | F (const double m02, const double m12) const |
Function \(F(m02,m12)\) used for THDMW. Remember that this function is defined for THDMW and SUSY while for THDM we have a multiplicative factor 0.5. More... | |
THDMWSTU (const StandardModel &SM_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... | |
Public Attributes | |
const THDMW & | myTHDMW |
Protected Attributes | |
THDMWcache * | 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... | |
THDMWSTU::THDMWSTU | ( | const StandardModel & | SM_i | ) |
Constructor.
[in] | SM_i | A referene to the StandardModel object |
Definition at line 15 of file THDMWSTU.cpp.
|
virtual |
Empty constructor.
Implements ThObservable.
Reimplemented in THDMWDeltaS, THDMWDeltaT, and THDMWDeltaU.
Definition at line 22 of file THDMWSTU.cpp.
double THDMWSTU::F | ( | const double | m02, |
const double | m12 | ||
) | const |
Function \(F(m02,m12)\) used for THDMW. Remember that this function is defined for THDMW and SUSY while for THDM we have a multiplicative factor 0.5.
[in] | m02 | mass square \(m_0^2\) |
[in] | m12 | mass square \(m_1^2\) |
Definition at line 27 of file THDMWSTU.cpp.
|
protected |
Definition at line 51 of file THDMWSTU.h.
const THDMW& THDMWSTU::myTHDMW |
Definition at line 38 of file THDMWSTU.h.