struct Gambit::Models::VectorSingletDM_Z2Model
[No description available] More…
#include <VectorSingletDM_Z2SimpleSpec.hpp>
Public Attributes
| Name | |
|---|---|
| double | HiggsPoleMass | 
| double | HiggsVEV | 
| double | VectorPoleMass | 
| double | VectorLambda | 
| double | HiggsPoleMass_1srd_low | 
| double | HiggsPoleMass_1srd_high | 
| double | LambdaH | 
| double | VectorLambdaS | 
| double | g1 | 
| double | g2 | 
| double | g3 | 
| double | sinW2 | 
| 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 2025-02-12 at 16:10:32 +0000