struct Gambit::SpectrumContents::DMsimpVectorMedMajoranaDM
[No description available]
Inherits from Gambit::SubSpectrumContents
Public Functions
Name | |
---|---|
DMsimpVectorMedMajoranaDM() |
Additional inherited members
Public Functions inherited from Gambit::SubSpectrumContents
Name | |
---|---|
std::string | getName() const |
std::vector< SpectrumParameter > | all_parameters() const Function to retreive all parameters. |
std::vector< SpectrumParameter > | all_parameters_with_tag(Par::Tags tag) const Function to retreive all parameters matching a certain tag. |
std::vector< SpectrumParameter > | all_parameters_with_tag_and_shape(Par::Tags tag, std::vector< int > & shape) const Function to retrieve all parameters matching a certain tag and shape. |
std::vector< SpectrumParameter > | all_BSM_parameters() const Function to retrieve all parameters whose blockName is not SMINPUTS, YUKAWA, CKMBLOCK, or empty. |
void | verify_contents(const SubSpectrum & spec) const Function to verify that a SubSpectrum wrapper contains everything that this class says it should. |
Protected Functions inherited from Gambit::SubSpectrumContents
Name | |
---|---|
void | addParameter(const Par::Tags tag, const std::string & name, const std::vector< int > & shape =initVector(1), const std::string & blockname ="", const int index =0) Add a parameter to the Contents object. |
void | setName(const std::string & name) Set the name of this Contents object (i.e. the name of the model to which this spectrum data applies) |
Public Functions Documentation
function DMsimpVectorMedMajoranaDM
DMsimpVectorMedMajoranaDM()
Updated on 2024-07-18 at 13:53:32 +0000