struct Gambit::Models::VectorSingletDM_Z2Model

[No description available] More…

#include <VectorSingletDM_Z2SimpleSpec.hpp>

Public Attributes

Name
doubleHiggsPoleMass
doubleHiggsVEV
doubleVectorPoleMass
doubleVectorLambda
doubleHiggsPoleMass_1srd_low
doubleHiggsPoleMass_1srd_high
doubleLambdaH
doubleVectorLambdaS
doubleg1
doubleg2
doubleg3
doublesinW2
double[3]Yd
double[3]Ye
double[3]Yu

Detailed Description

struct Gambit::Models::VectorSingletDM_Z2Model;

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

double VectorPoleMass;

variable VectorLambda

double VectorLambda;

variable HiggsPoleMass_1srd_low

double HiggsPoleMass_1srd_low;

variable HiggsPoleMass_1srd_high

double HiggsPoleMass_1srd_high;

variable LambdaH

double LambdaH;

variable VectorLambdaS

double VectorLambdaS;

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