class Gambit::Models::DMsimpVectorMedDiracDMModel
Simple DMsimpVectorMedDiracDM model object.
#include <DMsimpVectorMedDiracDMSimpleSpec.hpp>
Inherits from Gambit::SLHAeaModel
Public Functions
Name | |
---|---|
DMsimpVectorMedDiracDMModel(const SLHAstruct & input) Constructors. | |
double | get_gVXd() const Getters for DMsimpVectorMedDiracDM information. |
double | get_gAXd() const |
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_XdPoleMass() const |
double | get_XdPoleMass_1srd_low() const |
double | get_XdPoleMass_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 DMsimpVectorMedDiracDMModel
inline DMsimpVectorMedDiracDMModel(
const SLHAstruct & input
)
Constructors.
function get_gVXd
inline double get_gVXd() const
Getters for DMsimpVectorMedDiracDM information.
function get_gAXd
inline double get_gAXd() const
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_XdPoleMass
inline double get_XdPoleMass() const
function get_XdPoleMass_1srd_low
inline double get_XdPoleMass_1srd_low() const
function get_XdPoleMass_1srd_high
inline double get_XdPoleMass_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 2024-07-18 at 13:53:31 +0000