A class for calculating the Higgs spectrum and other potential parameters at tree level. More...
#include <LRSMquantities.h>
A class for calculating the Higgs spectrum and other potential parameters at tree level.
Definition at line 27 of file LRSMquantities.h.
Public Member Functions | |
| bool | CalcNeutralMasses (gslpp::matrix< gslpp::complex > &U_i, double mH0sq[5]) |
| Computes the exact neutral spectrum at tree level. More... | |
| bool | CalcNeutralMasses_app (double mH0sq_app[4]) |
| Computes the approximate neutral spectrum at tree level. More... | |
| LRSMquantities (const LeftRightSymmetricModel &LRSM_in) | |
| ~LRSMquantities () | |
| LRSMquantities constructor. More... | |
Private Attributes | |
| gslpp::matrix< double > | Msqneutral |
| Stores the tree-level neutral mass square matrix. More... | |
| const LeftRightSymmetricModel & | myLRSM |
| LRSMquantities::LRSMquantities | ( | const LeftRightSymmetricModel & | LRSM_in | ) |
Definition at line 12 of file LRSMquantities.cpp.
| LRSMquantities::~LRSMquantities | ( | ) |
LRSMquantities constructor.
LRSMquantities destructor.
Definition at line 21 of file LRSMquantities.cpp.
| bool LRSMquantities::CalcNeutralMasses | ( | gslpp::matrix< gslpp::complex > & | U_i, |
| double | mH0sq[5] | ||
| ) |
Computes the exact neutral spectrum at tree level.
Definition at line 25 of file LRSMquantities.cpp.
| bool LRSMquantities::CalcNeutralMasses_app | ( | double | mH0sq_app[4] | ) |
Computes the approximate neutral spectrum at tree level.
Definition at line 87 of file LRSMquantities.cpp.
|
private |
Stores the tree-level neutral mass square matrix.
Definition at line 63 of file LRSMquantities.h.
|
private |
Definition at line 57 of file LRSMquantities.h.