a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
unitarity Class Reference

An observable class for the requirement of tree level perturbative unitarity. More...

#include <unitarity.h>

+ Inheritance diagram for unitarity:

Detailed Description

An observable class for the requirement of tree level perturbative unitarity.

Author
HEPfit Collaboration

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 StandardModelgetModel ()
 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 THDMmyTHDM
 

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 StandardModelSM
 A reference to an object of StandardMode class. More...
 

Constructor & Destructor Documentation

◆ unitarity()

unitarity::unitarity ( const StandardModel SM_i)

Constructor.

Parameters
[in]SM_iAn reference to the StandarModel object

Definition at line 12 of file unitarity.cpp.

13: ThObservable(SM_i), myTHDM(static_cast<const THDM*> (&SM_i))
14{}
A base class for symmetric Two-Higgs-Doublet models.
Definition: THDM.h:120
ThObservable(const StandardModel &SM_i)
Constructor.
Definition: ThObservable.h:32
const THDM * myTHDM
Definition: unitarity.h:45

Member Function Documentation

◆ computeThValue()

double unitarity::computeThValue ( )
virtual

An empty constructor.

Returns

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.

17{
18 return 0.0;
19}

Member Data Documentation

◆ myTHDM

const THDM* unitarity::myTHDM

Definition at line 45 of file unitarity.h.


The documentation for this class was generated from the following files: