class Gambit::SMea
[No description available] More…
#include <SMSimpleSpec.hpp>
Inherits from Gambit::SLHAeaModel
Public Functions
Name | |
---|---|
SMea() Constructors. | |
SMea(const SLHAea::Coll & input) Constructor via SLHAea object. | |
double | get_MZ_pole() const Getters for SM information. |
double | get_Mtop_pole() const |
double | get_MbMb() const |
double | get_McMc() const |
double | get_Mtau_pole() const |
double | get_Mmuon_pole() const |
double | get_Melectron_pole() const |
double | get_Mnu1_pole() const |
double | get_Mnu2_pole() const |
double | get_Mnu3_pole() const |
double | get_MPhoton_pole() const |
double | get_MGluon_pole() const |
double | get_MPhoton() const |
double | get_MGluon() const |
double | get_MW_pole() const |
double | get_sinthW2_pole() const |
double | get_MW_unc() const |
double | get_md() const Running masses. |
double | get_mu() const |
double | get_ms() const |
double | get_mD(int i) const |
double | get_mU(int i) const |
double | get_alpha() const |
double | get_alphaS() const |
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) |
Detailed Description
class Gambit::SMea;
Skeleton “model” class which interacts with an SLHAea object Some common functions defined in base class
Public Functions Documentation
function SMea
SMea()
Constructors.
Member functions for SLHAeaModel class.
Default Constructor
function SMea
SMea(
const SLHAea::Coll & input
)
Constructor via SLHAea object.
function get_MZ_pole
double get_MZ_pole() const
Getters for SM information.
Pole masses
function get_Mtop_pole
double get_Mtop_pole() const
function get_MbMb
double get_MbMb() const
function get_McMc
double get_McMc() const
function get_Mtau_pole
double get_Mtau_pole() const
function get_Mmuon_pole
double get_Mmuon_pole() const
function get_Melectron_pole
double get_Melectron_pole() const
function get_Mnu1_pole
double get_Mnu1_pole() const
function get_Mnu2_pole
double get_Mnu2_pole() const
function get_Mnu3_pole
double get_Mnu3_pole() const
function get_MPhoton_pole
double get_MPhoton_pole() const
function get_MGluon_pole
double get_MGluon_pole() const
function get_MPhoton
double get_MPhoton() const
function get_MGluon
double get_MGluon() const
function get_MW_pole
double get_MW_pole() const
function get_sinthW2_pole
double get_sinthW2_pole() const
function get_MW_unc
double get_MW_unc() const
function get_md
double get_md() const
Running masses.
function get_mu
double get_mu() const
function get_ms
double get_ms() const
function get_mD
double get_mD(
int i
) const
function get_mU
double get_mU(
int i
) const
function get_alpha
double get_alpha() const
function get_alphaS
double get_alphaS() const
Updated on 2024-07-18 at 13:53:30 +0000