struct Gambit::Models::ScalarSingletDM_Z2Model
[No description available] More…
#include <ScalarSingletDMSimpleSpec.hpp>
Public Attributes
Name | |
---|---|
double | HiggsPoleMass |
double | HiggsVEV |
double | SingletPoleMass |
double | SingletLambda |
double | HiggsPoleMass_1srd_low |
double | HiggsPoleMass_1srd_high |
double | LambdaH |
double | SingletLambdaS |
double | g1 |
double | g2 |
double | g3 |
double | sinW2 |
double[3] | Yd |
double[3] | Ye |
double[3] | Yu |
Detailed Description
struct Gambit::Models::ScalarSingletDM_Z2Model;
Simple extension of the SMHiggsSimpleSpec “model object” to include scalar singlet DM parameters We could easily just put these in the wrapper itself, but I am leaving them in a separate struct for the sake of building up examples towards a more complicated “model” object
Public Attributes Documentation
variable HiggsPoleMass
double HiggsPoleMass;
variable HiggsVEV
double HiggsVEV;
variable SingletPoleMass
double SingletPoleMass;
variable SingletLambda
double SingletLambda;
variable HiggsPoleMass_1srd_low
double HiggsPoleMass_1srd_low;
variable HiggsPoleMass_1srd_high
double HiggsPoleMass_1srd_high;
variable LambdaH
double LambdaH;
variable SingletLambdaS
double SingletLambdaS;
variable g1
double g1;
variable g2
double g2;
variable g3
double g3;
variable sinW2
double sinW2;
variable Yd
double[3] Yd;
variable Ye
double[3] Ye;
variable Yu
double[3] Yu;
Updated on 2024-07-18 at 13:53:31 +0000