An observable class for the requirement of tree level perturbative unitarity. More...
#include <unitarity.h>
Inheritance diagram for unitarity:An observable class for the requirement of tree level perturbative unitarity.
This class is used to require the unitarity for all the tree level scalar-scalar scattering amplitudes. The 12 eigenvalues of the S-matrix can be found in [Akeroyd:2000wc],Ginzburg:2005dt. They should be smaller than \(8\pi\) in magnitude to preserve unitarity of the S-matrix, however corresponding two-loop calculations in the SM show that a more reasonable upper bound on their absolute values would be \(2\pi\) (see discussion in [Baglio:2014nea]).
Definition at line 31 of file unitarity.h.
Public Member Functions | |
| double | computeThValue () |
| An empty constructor. More... | |
| 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... | |
| 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 THDM * | myTHDM |
Additional Inherited Members | |
Protected Attributes inherited from ThObservable | |
| 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... | |
| unitarity::unitarity | ( | const StandardModel & | SM_i | ) |
Constructor.
| [in] | SM_i | An reference to the StandarModel object |
Definition at line 12 of file unitarity.cpp.
|
virtual |
An empty constructor.
Implements ThObservable.
Reimplemented in unitarity1, unitarity2, unitarity3, unitarity4, unitarity5, unitarity6, unitarity7, unitarity8, unitarity9, unitarity10, unitarity11, and unitarity12.
Definition at line 16 of file unitarity.cpp.
| const THDM* unitarity::myTHDM |
Definition at line 45 of file unitarity.h.