class Gambit::Models::MajoranaSingletDM_Z2SimpleSpec

[No description available]

Inherits from Gambit::Spec< MajoranaSingletDM_Z2SimpleSpec >, Gambit::SubSpectrum

Public Functions

Name
MajoranaSingletDM_Z2SimpleSpec(const MajoranaSingletDM_Z2Model & p)
Constructors/destructors.
intindex_offset()
GetterMapsfill_getter_maps()
Map fillers.
SetterMapsfill_setter_maps()
doubleget_HiggsPoleMass() const
Wrapper-side interface functions to parameter object.
doubleget_HiggsPoleMass_1srd_low() const
doubleget_HiggsPoleMass_1srd_high() const
doubleget_HiggsVEV() const
doubleget_MajoranaPoleMass() const
doubleget_lambda_X() const
doubleget_xi() const
doubleget_lambda_h() const
doubleget_g1() const
doubleget_g2() const
doubleget_g3() const
doubleget_sinW2() const
doubleget_Yd(int i, int j) const
doubleget_Yu(int i, int j) const
doubleget_Ye(int i, int j) const
voidset_HiggsPoleMass(double in)
voidset_HiggsPoleMass_1srd_low(double in)
voidset_HiggsPoleMass_1srd_high(double in)
voidset_HiggsVEV(double in)
voidset_MajoranaPoleMass(double in)
voidset_lambda_X(double in)
voidset_xi(double in)
voidset_lambda_h(double in)
voidset_g1(double in)
voidset_g2(double in)
voidset_g3(double in)
voidset_sinW2(double in)
voidset_Yd(double in, int i, int j)
voidset_Yu(double in, int i, int j)
voidset_Ye(double in, int i, int j)

Additional inherited members

Public Types inherited from Gambit::Spec< MajoranaSingletDM_Z2SimpleSpec >

Name
typedef DerivedSpecD
typedef SpecTraits< D >::ContentsContents
typedef SpecTraits< D >::ModelModel
typedef SpecTraits< D >::InputInput
typedef MapTypes< D, MapTag::Get >MTget
typedef MapTypes< D, MapTag::Set >MTset
typedef std::map< Par::Tags, MapCollection< MTget > >GetterMaps
typedef std::map< Par::Tags, MapCollection< MTset > >SetterMaps

Public Functions inherited from Gambit::Spec< MajoranaSingletDM_Z2SimpleSpec >

Name
Model &get_Model()
Input &get_Input()
const Model &get_Model() const
const Input &get_Input() const
Model &model()
Get model object on which to call function pointers.
const Model &model() const
Return it as const if we are a const object.
Input &input()
Get struct containing any extra data input on SubSpectrum object creation.
const Input &input() const
Return it as const if we are a const object.
virtual boolhas(const Par::Tags partype, const str & name, const SpecOverrideOptions =use_overrides, const SafeBool =SafeBool(true)) const
Spec member function definitions.
virtual doubleget(const Par::Tags partype, const str & name, const SpecOverrideOptions =use_overrides, const SafeBool =SafeBool(true)) const
virtual voidset(const Par::Tags partype, const double set_value, const str & name, const SafeBool =SafeBool(true))
virtual boolhas(const Par::Tags partype, const str & name, const int i, const SpecOverrideOptions =use_overrides, const SafeBool =SafeBool(true)) const
virtual doubleget(const Par::Tags partype, const str & name, const int i, const SpecOverrideOptions =use_overrides, const SafeBool =SafeBool(true)) const
virtual voidset(const Par::Tags partype, const double set_value, const str & name, const int i, const SafeBool =SafeBool(true))
virtual boolhas(const Par::Tags partype, const str & name, const int i, const int j, const SpecOverrideOptions =use_overrides) const
virtual doubleget(const Par::Tags partype, const str & name, const int i, const int j, const SpecOverrideOptions =use_overrides) const
virtual voidset(const Par::Tags partype, const double set_value, const str & name, const int i, const int j)
virtual std::stringgetName() const
Main public interface functions.
Spec()
virtual~Spec()
Virtual destructor.
virtual std::unique_ptr< SubSpectrum >clone() const

Public Attributes inherited from Gambit::Spec< MajoranaSingletDM_Z2SimpleSpec >

Name
DummyModeldummymodel
DummyInputdummyinput
const GetterMapsgetter_maps
Initialise maps (uses filler overrides from DerivedSpec if defined)
const SetterMapssetter_maps

Friends inherited from Gambit::Spec< MajoranaSingletDM_Z2SimpleSpec >

Name
classFptrFinder

Public Functions inherited from Gambit::SubSpectrum

Name
SubSpectrum()
Constructors/destructors.
virtual~SubSpectrum()
virtual std::stringgetName() const =0
Main public interface functions.
virtual std::unique_ptr< SubSpectrum >clone() const =0
Clone the SubSpectrum object.
virtual voidwriteSLHAfile(int slha_version, const str & filename) const
Dump out spectrum information to an SLHA file (if possible)
virtual SLHAstructgetSLHAea(int slha_version) const
Get spectrum information in SLHAea format (if possible)
virtual voidadd_to_SLHAea(int , SLHAstruct & ) const
Add spectrum information to an SLHAea object (if possible)
virtual intget_numbers_stable_particles() const
virtual doublehard_upper() const
virtual doublesoft_upper() const
virtual doublesoft_lower() const
virtual doublehard_lower() const
virtual voidRunToScaleOverride(double )
Run spectrum to new scale.
virtual doubleGetScale() const
Returns the renormalisation scale of parameters.
virtual voidSetScale(double )
voidRunToScale(double scale, const int behave =0)
voidset_override(const Par::Tags partype, const double value, const str & name, const bool allow_new =false, const bool decouple =false)
Parameter override functions.
voidset_override(const Par::Tags partype, const double value, const str & name, const int i, const bool allow_new =false, const bool decouple =false)
voidset_override(const Par::Tags partype, const double value, const str & name, const int i, const int j, const bool allow_new =false)
voidset_override_vector(const Par::Tags tag, const double value, const std::vector< str > & params, const bool allow_new =false, const bool decouple =false)
Vector override functions.
voidset_override_vector(const Par::Tags tag, const double value, const std::vector< str > & params, const std::vector< int > indices, const bool allow_new =false, const bool decouple =false)
voidset_override_vector(const Par::Tags tag, const double value, const std::vector< str > & params, const int i, const bool allow_new =false, const bool decouple =false)
voidset_override_vector(const Par::Tags tag, const double value, const str & par, const std::vector< int > indices, const bool allow_new =false, const bool decouple =false)
boolhas(const Par::Tags partype, const int pdg_code, const int context, const SpecOverrideOptions =use_overrides, const SafeBool check_antiparticle =SafeBool(true)) const
PDB getter/checker overloads.
doubleget(const Par::Tags partype, const int pdg_code, const int context, const SpecOverrideOptions =use_overrides, const SafeBool check_antiparticle =SafeBool(true)) const
boolhas(const Par::Tags partype, const std::pair< int, int > pdgpr, const SpecOverrideOptions =use_overrides, const SafeBool check_antiparticle =SafeBool(true)) const
doubleget(const Par::Tags partype, const std::pair< int, int > pdgpr, const SpecOverrideOptions =use_overrides, const SafeBool check_antiparticle =SafeBool(true)) const
boolhas(const Par::Tags partype, const std::pair< str, int > shortpr, const SpecOverrideOptions =use_overrides, const SafeBool check_antiparticle =SafeBool(true)) const
doubleget(const Par::Tags partype, const std::pair< str, int > shortpr, const SpecOverrideOptions =use_overrides, const SafeBool check_antiparticle =SafeBool(true)) const
doublesafeget(const Par::Tags partype, const str & mass, const SpecOverrideOptions =use_overrides, const SafeBool check_antiparticle =SafeBool(true)) const
safeget functions, by Abram
doublesafeget(const Par::Tags partype, const str & mass, const int i, const SpecOverrideOptions =use_overrides, const SafeBool check_antiparticle =SafeBool(true)) const
doublesafeget(const Par::Tags partype, const str & mass, const int i, const int j, const SpecOverrideOptions =use_overrides) const
doublesafeget(const Par::Tags partype, const int pdg_code, const int context, const SpecOverrideOptions =use_overrides, const SafeBool check_antiparticle =SafeBool(true)) const
doublesafeget(const Par::Tags partype, const std::pair< int, int > pdgpr, const SpecOverrideOptions =use_overrides, const SafeBool check_antiparticle =SafeBool(true)) const
doublesafeget(const Par::Tags partype, const std::pair< str, int > shortpr, const SpecOverrideOptions =use_overrides, const SafeBool check_antiparticle =SafeBool(true)) const
voidset_override(const Par::Tags partype, const double value, const int PDGcode, const int context, const bool allow_new =false, const bool decouple =false)
PDB overloads for setters.
voidset_override(const Par::Tags partype, const double value, const std::pair< int, int > pdgpr, const bool allow_new =false, const bool decouple =false)
voidset_override(const Par::Tags partype, const double value, const std::pair< str, int > shortpr, const bool allow_new =false, const bool decouple =false)
PDB overloads of set_override functions.
virtual boolhas(const Par::Tags , const str & , const SpecOverrideOptions =use_overrides, const SafeBool check_antiparticle =SafeBool(true)) const =0
Getters/Setters etc.
virtual doubleget(const Par::Tags , const str & , const SpecOverrideOptions =use_overrides, const SafeBool check_antiparticle =SafeBool(true)) const =0
virtual boolhas(const Par::Tags , const str & , const int , const SpecOverrideOptions =use_overrides, const SafeBool check_antiparticle =SafeBool(true)) const =0
virtual doubleget(const Par::Tags , const str & , const int , const SpecOverrideOptions =use_overrides, const SafeBool check_antiparticle =SafeBool(true)) const =0
virtual boolhas(const Par::Tags , const str & , const int , const int , const SpecOverrideOptions =use_overrides) const =0
virtual doubleget(const Par::Tags , const str & , const int , const int , const SpecOverrideOptions =use_overrides) const =0
virtual voidset(const Par::Tags , const double , const str & , const SafeBool check_antiparticle =SafeBool(true)) =0
virtual voidset(const Par::Tags , const double , const str & , const int , const SafeBool check_antiparticle =SafeBool(true)) =0
virtual voidset(const Par::Tags , const double , const str & , const int , const int ) =0
virtual const std::map< int, int > &PDG_translator() const
TODO: extra PDB overloads to handle all the one and two index cases (well all the ones that are feasible…)

Protected Attributes inherited from Gambit::SubSpectrum

Name
std::map< Par::Tags, OverrideMaps >override_maps
Map of override maps.

Public Functions Documentation

function MajoranaSingletDM_Z2SimpleSpec

inline MajoranaSingletDM_Z2SimpleSpec(
    const MajoranaSingletDM_Z2Model & p
)

Constructors/destructors.

function index_offset

static inline int index_offset()

function fill_getter_maps

static inline GetterMaps fill_getter_maps()

Map fillers.

function fill_setter_maps

static inline SetterMaps fill_setter_maps()

function get_HiggsPoleMass

inline double get_HiggsPoleMass() const

Wrapper-side interface functions to parameter object.

function get_HiggsPoleMass_1srd_low

inline double get_HiggsPoleMass_1srd_low() const

function get_HiggsPoleMass_1srd_high

inline double get_HiggsPoleMass_1srd_high() const

function get_HiggsVEV

inline double get_HiggsVEV() const

function get_MajoranaPoleMass

inline double get_MajoranaPoleMass() const

function get_lambda_X

inline double get_lambda_X() const

function get_xi

inline double get_xi() const

function get_lambda_h

inline double get_lambda_h() 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 set_HiggsPoleMass

inline void set_HiggsPoleMass(
    double in
)

function set_HiggsPoleMass_1srd_low

inline void set_HiggsPoleMass_1srd_low(
    double in
)

function set_HiggsPoleMass_1srd_high

inline void set_HiggsPoleMass_1srd_high(
    double in
)

function set_HiggsVEV

inline void set_HiggsVEV(
    double in
)

function set_MajoranaPoleMass

inline void set_MajoranaPoleMass(
    double in
)

function set_lambda_X

inline void set_lambda_X(
    double in
)

function set_xi

inline void set_xi(
    double in
)

function set_lambda_h

inline void set_lambda_h(
    double in
)

function set_g1

inline void set_g1(
    double in
)

function set_g2

inline void set_g2(
    double in
)

function set_g3

inline void set_g3(
    double in
)

function set_sinW2

inline void set_sinW2(
    double in
)

function set_Yd

inline void set_Yd(
    double in,
    int i,
    int j
)

function set_Yu

inline void set_Yu(
    double in,
    int i,
    int j
)

function set_Ye

inline void set_Ye(
    double in,
    int i,
    int j
)

Updated on 2023-06-26 at 21:36:52 +0000