Mantid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
MantidQt::MantidWidgets::GlobalParameter Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ GlobalParameter()

MantidQt::MantidWidgets::GlobalParameter::GlobalParameter ( std::string  parameter)

Definition at line 13 of file FittingGlobals.cpp.

Member Data Documentation

◆ m_parameter

std::string MantidQt::MantidWidgets::GlobalParameter::m_parameter

The documentation for this struct was generated from the following files: