struct Gambit::SpecBit::SMHiggsModel
[No description available] More…
#include <SMHiggsSimpleSpec.hpp>
Public Functions
Name | |
---|---|
double | get_HiggsPoleMass() const |
double | get_HiggsVEV() const |
double | get_HiggsPoleMass_1srd_high() const |
double | get_HiggsPoleMass_1srd_low() const |
Public Attributes
Name | |
---|---|
double | HiggsPoleMass |
double | HiggsVEV |
Detailed Description
struct Gambit::SpecBit::SMHiggsModel;
Simple container “model object” for the SM Higgs sector variables. We will derived from this for simple extensions, like for scalar singlet DM
Public Functions Documentation
function get_HiggsPoleMass
inline double get_HiggsPoleMass() const
function get_HiggsVEV
inline double get_HiggsVEV() const
function get_HiggsPoleMass_1srd_high
inline double get_HiggsPoleMass_1srd_high() const
function get_HiggsPoleMass_1srd_low
inline double get_HiggsPoleMass_1srd_low() const
Public Attributes Documentation
variable HiggsPoleMass
double HiggsPoleMass;
variable HiggsVEV
double HiggsVEV;
Updated on 2024-07-18 at 13:53:32 +0000