class Gambit::Models::DMsimpVectorMedVectorDMModel
Simple DMsimpVectorMedVectorDM model object.
#include <DMsimpVectorMedVectorDMSimpleSpec.hpp>
Inherits from Gambit::SLHAeaModel
Public Functions
| Name | |
|---|---|
| DMsimpVectorMedVectorDMModel(const SLHAstruct & input) Constructors.  | |
| double | get_gVXv() const Getters for DMsimpVectorMedVectorDM information.  | 
| double | get_gVq() const | 
| double | get_vev() const | 
| double | get_g1() const | 
| double | get_g2() const | 
| double | get_g3() const | 
| double | get_sinW2() const | 
| double | get_Yd(int i, int j) const | 
| double | get_Yu(int i, int j) const | 
| double | get_Ye(int i, int j) const | 
| double | get_h0_1PoleMass() const | 
| double | get_h0_1PoleMass_1srd_low() const | 
| double | get_h0_1PoleMass_1srd_high() const | 
| double | get_XvPoleMass() const | 
| double | get_XvPoleMass_1srd_low() const | 
| double | get_XvPoleMass_1srd_high() const | 
| double | get_Y1PoleMass() const | 
| double | get_Y1PoleMass_1srd_low() const | 
| double | get_Y1PoleMass_1srd_high() const | 
Public Attributes
| Name | |
|---|---|
| double | default_uncert Default uncertainty.  | 
Additional inherited members
Public Functions inherited from Gambit::SLHAeaModel
| Name | |
|---|---|
| SLHAeaModel() Constructors.  | |
| SLHAeaModel(const SLHAea::Coll & input) Constructor via SLHAea object.  | |
| int | slha_version() const Get the SLHA version of the internal SLHAea object.  | 
| const SLHAea::Coll & | get_slhaea() const Get the internal SLHAea object.  | 
| const std::map< int, int > & | PDG_translator() const PDG code translation map, for special cases where an SLHA file has been read in and the PDG codes changed.  | 
| double | getdata(const std::string & block, int index) const Helper functions to do error checking for SLHAea object contents.  | 
| double | getdata(const std::string & block, int i, int j) const Two indices.  | 
| bool | checkdata(const std::string & block, int index) const | 
Protected Attributes inherited from Gambit::SLHAeaModel
| Name | |
|---|---|
| SLHAea::Coll | data SLHAea object.  | 
| int | wrapped_slha_version SLHA version of SLHAea object.  | 
| std::map< int, int > | PDG_translation_map PDG translation map (e.g. from SLHA1 to SLHA2 for MSSMskeleton)  | 
Public Functions Documentation
function DMsimpVectorMedVectorDMModel
inline DMsimpVectorMedVectorDMModel(
    const SLHAstruct & input
)
Constructors.
function get_gVXv
inline double get_gVXv() const
Getters for DMsimpVectorMedVectorDM information.
function get_gVq
inline double get_gVq() const
function get_vev
inline double get_vev() const
function get_g1
inline double get_g1() const
function get_g2
inline double get_g2() const
function get_g3
inline double get_g3() const
function get_sinW2
inline double get_sinW2() const
function get_Yd
inline double get_Yd(
    int i,
    int j
) const
function get_Yu
inline double get_Yu(
    int i,
    int j
) const
function get_Ye
inline double get_Ye(
    int i,
    int j
) const
function get_h0_1PoleMass
inline double get_h0_1PoleMass() const
function get_h0_1PoleMass_1srd_low
inline double get_h0_1PoleMass_1srd_low() const
function get_h0_1PoleMass_1srd_high
inline double get_h0_1PoleMass_1srd_high() const
function get_XvPoleMass
inline double get_XvPoleMass() const
function get_XvPoleMass_1srd_low
inline double get_XvPoleMass_1srd_low() const
function get_XvPoleMass_1srd_high
inline double get_XvPoleMass_1srd_high() const
function get_Y1PoleMass
inline double get_Y1PoleMass() const
function get_Y1PoleMass_1srd_low
inline double get_Y1PoleMass_1srd_low() const
function get_Y1PoleMass_1srd_high
inline double get_Y1PoleMass_1srd_high() const
Public Attributes Documentation
variable default_uncert
double default_uncert = 0.3;
Default uncertainty.
Updated on 2025-02-12 at 16:10:32 +0000