Mantid
|
This struct stores the name of a global parameter which is shared across ALL domains in a multi dataset fit. More...
#include <FittingGlobals.h>
Public Member Functions | |
GlobalParameter (std::string parameter) | |
Public Attributes | |
std::string | m_parameter |
This struct stores the name of a global parameter which is shared across ALL domains in a multi dataset fit.
For example we might have two domains with a FlatBackground in a composite function. If we want the value of f0.f0.A0 and f1.f0.A0 to be shared (i.e. a global parameter), the parameter name stored here is f0.A0 (i.e. without the domain index at the start).
This definition was created because it is more explicit.
Definition at line 25 of file FittingGlobals.h.
MantidQt::MantidWidgets::GlobalParameter::GlobalParameter | ( | std::string | parameter | ) |
Definition at line 13 of file FittingGlobals.cpp.
std::string MantidQt::MantidWidgets::GlobalParameter::m_parameter |
Definition at line 29 of file FittingGlobals.h.
Referenced by MantidQt::MantidWidgets::FitScriptGeneratorModel::constructGlobalParameterTie().