struct Gambit::Models::ScalarSingletDM_Z2Model

[No description available] More…

#include <ScalarSingletDMSimpleSpec.hpp>

Public Attributes

Name
doubleHiggsPoleMass
doubleHiggsVEV
doubleSingletPoleMass
doubleSingletLambda
doubleHiggsPoleMass_1srd_low
doubleHiggsPoleMass_1srd_high
doubleLambdaH
doubleSingletLambdaS
doubleg1
doubleg2
doubleg3
doublesinW2
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 2023-06-26 at 21:36:52 +0000