struct Gambit::Models::DiracSingletDM_Z2Model

[No description available] More…

#include <DiracSingletDM_Z2SimpleSpec.hpp>

Public Attributes

Name
doubleHiggsPoleMass
doubleHiggsVEV
doubleDiracPoleMass
doubleDiracLambda
doubleDiracXi
doubleHiggsPoleMass_1srd_low
doubleHiggsPoleMass_1srd_high
doubleLambdaH
doubleg1
doubleg2
doubleg3
doublesinW2
double[3]Yd
double[3]Ye
double[3]Yu

Detailed Description

struct Gambit::Models::DiracSingletDM_Z2Model;

Simple extension of the SMHiggsSimpleSpec “model object” to include Dirac 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 DiracPoleMass

double DiracPoleMass;

variable DiracLambda

double DiracLambda;

variable DiracXi

double DiracXi;

variable HiggsPoleMass_1srd_low

double HiggsPoleMass_1srd_low;

variable HiggsPoleMass_1srd_high

double HiggsPoleMass_1srd_high;

variable LambdaH

double LambdaH;

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