|
Mantid
|
A struct containing the cells of an EPP table row. More...
#include <WorkspaceCreationHelper.h>
Public Types | |
| enum class | FitStatus { SUCCESS , FAILURE } |
| FindEPP algorithm fitting success status. More... | |
Public Member Functions | |
| EPPTableRow ()=default | |
| Construct a row with the default values. More... | |
| EPPTableRow (const double peakCentre, const double sigma, const double height, const FitStatus fitStatus) | |
| Construct a row with default workspace index and errors set to zero. More... | |
| EPPTableRow (const int index, const double peakCentre, const double sigma, const double height, const FitStatus fitStatus) | |
| Construct a row with errors set to zero. More... | |
Public Attributes | |
| double | chiSq = 0 |
| FitStatus | fitStatus = FitStatus::SUCCESS |
| double | height = 0 |
| double | heightError = 0 |
| double | peakCentre = 0 |
| double | peakCentreError = 0 |
| double | sigma = 0 |
| double | sigmaError = 0 |
| int | workspaceIndex = -1 |
A struct containing the cells of an EPP table row.
Definition at line 91 of file WorkspaceCreationHelper.h.
|
strong |
FindEPP algorithm fitting success status.
| Enumerator | |
|---|---|
| SUCCESS | |
| FAILURE | |
Definition at line 93 of file WorkspaceCreationHelper.h.
|
default |
Construct a row with the default values.
| WorkspaceCreationHelper::EPPTableRow::EPPTableRow | ( | const double | peakCentre, |
| const double | sigma, | ||
| const double | height, | ||
| const FitStatus | fitStatus | ||
| ) |
Construct a row with default workspace index and errors set to zero.
Definition at line 67 of file WorkspaceCreationHelper.cpp.
| WorkspaceCreationHelper::EPPTableRow::EPPTableRow | ( | const int | index, |
| const double | peakCentre, | ||
| const double | sigma, | ||
| const double | height, | ||
| const FitStatus | fitStatus | ||
| ) |
Construct a row with errors set to zero.
Definition at line 71 of file WorkspaceCreationHelper.cpp.
| double WorkspaceCreationHelper::EPPTableRow::chiSq = 0 |
Definition at line 109 of file WorkspaceCreationHelper.h.
| FitStatus WorkspaceCreationHelper::EPPTableRow::fitStatus = FitStatus::SUCCESS |
Definition at line 110 of file WorkspaceCreationHelper.h.
| double WorkspaceCreationHelper::EPPTableRow::height = 0 |
Definition at line 107 of file WorkspaceCreationHelper.h.
| double WorkspaceCreationHelper::EPPTableRow::heightError = 0 |
Definition at line 108 of file WorkspaceCreationHelper.h.
| double WorkspaceCreationHelper::EPPTableRow::peakCentre = 0 |
Definition at line 103 of file WorkspaceCreationHelper.h.
| double WorkspaceCreationHelper::EPPTableRow::peakCentreError = 0 |
Definition at line 104 of file WorkspaceCreationHelper.h.
| double WorkspaceCreationHelper::EPPTableRow::sigma = 0 |
Definition at line 105 of file WorkspaceCreationHelper.h.
| double WorkspaceCreationHelper::EPPTableRow::sigmaError = 0 |
Definition at line 106 of file WorkspaceCreationHelper.h.
| int WorkspaceCreationHelper::EPPTableRow::workspaceIndex = -1 |
Definition at line 102 of file WorkspaceCreationHelper.h.