#include <unitarity.h>
Definition at line 214 of file unitarity.h.
Public Member Functions | |
| double | computeThValue () |
| unitarity12 (const StandardModel &SM_i) | |
| Constructor for \(\Lambda^{odd}_{00-}\) 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... | |
| unitarity12::unitarity12 | ( | const StandardModel & | SM_i | ) |
Constructor for \(\Lambda^{odd}_{00-}\) from equations (9) in [83].
Definition at line 281 of file unitarity.cpp.
|
virtual |
Corresponds to \(e_1\) from equations (2.5) in [7].
Reimplemented from unitarity.
Definition at line 285 of file unitarity.cpp.