#include <unitarity.h>
Definition at line 154 of file unitarity.h.
Public Member Functions | |
| double | computeThValue () |
| unitarity8 (const StandardModel &SM_i) | |
| Constructor for \(\Lambda^{odd}_{20}\) from equations (9) in [83]. More... | |
Public Member Functions inherited from unitarity | |
| unitarity (const StandardModel &SM_i) | |
| Constructor. More... | |
Public Member Functions inherited from ThObservable | |
| 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... | |
| 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... | |
| ThObservable (const StandardModel &SM_i) | |
| Constructor. More... | |
| ThObservable (const ThObservable &orig) | |
| The copy constructor. More... | |
| virtual | ~ThObservable () |
| The default destructor. More... | |
Additional Inherited Members | |
Public Attributes inherited from unitarity | |
| const THDM * | myTHDM |
Protected Attributes inherited from ThObservable | |
| double | max |
| the bin maximum. More... | |
| double | min |
| The bin minimum. More... | |
| const StandardModel & | SM |
| A reference to an object of StandardMode class. More... | |
| unitarity8::unitarity8 | ( | const StandardModel & | SM_i | ) |
Constructor for \(\Lambda^{odd}_{20}\) from equations (9) in [83].
Definition at line 198 of file unitarity.cpp.
|
virtual |
Corresponds to \(p_1\) from equation (2.9) in [7].
Reimplemented from unitarity.
Definition at line 202 of file unitarity.cpp.