|
Mantid
|
#include <PlotPeakByLogValueHelper.h>
Public Member Functions | |
| InputSpectraToFit (const InputSpectraToFit &data)=default | |
| Copy constructor. More... | |
| InputSpectraToFit (const std::string &nam, int ix, int p) | |
| Constructor. More... | |
Public Attributes | |
| int | i |
| Workspace index of the spectra to fit. More... | |
| std::string | name |
| Name of a workspace or file. More... | |
| int | period |
| Period, needed if a file contains several periods. More... | |
| API::MatrixWorkspace_sptr | ws |
| shared pointer to the workspace More... | |
Definition at line 24 of file PlotPeakByLogValueHelper.h.
|
inline |
Constructor.
Definition at line 26 of file PlotPeakByLogValueHelper.h.
|
default |
Copy constructor.
| int Mantid::CurveFitting::Algorithms::InputSpectraToFit::i |
Workspace index of the spectra to fit.
Definition at line 31 of file PlotPeakByLogValueHelper.h.
Referenced by Mantid::CurveFitting::Algorithms::PlotPeakByLogValue::calculateLogValue(), Mantid::CurveFitting::Algorithms::PlotPeakByLogValue::exec(), Mantid::CurveFitting::Algorithms::PlotPeakByLogValue::runSingleFit(), and Mantid::CurveFitting::Algorithms::PlotPeakByLogValue::setupFunction().
| std::string Mantid::CurveFitting::Algorithms::InputSpectraToFit::name |
Name of a workspace or file.
Definition at line 30 of file PlotPeakByLogValueHelper.h.
Referenced by Mantid::CurveFitting::Algorithms::PlotPeakByLogValue::appendTableRow(), Mantid::CurveFitting::Algorithms::PlotPeakByLogValue::exec(), and Mantid::CurveFitting::Algorithms::PlotPeakByLogValue::runSingleFit().
| int Mantid::CurveFitting::Algorithms::InputSpectraToFit::period |
Period, needed if a file contains several periods.
Definition at line 32 of file PlotPeakByLogValueHelper.h.
| API::MatrixWorkspace_sptr Mantid::CurveFitting::Algorithms::InputSpectraToFit::ws |
shared pointer to the workspace
Definition at line 33 of file PlotPeakByLogValueHelper.h.
Referenced by Mantid::CurveFitting::Algorithms::PlotPeakByLogValue::calculateLogValue(), Mantid::CurveFitting::Algorithms::PlotPeakByLogValue::exec(), and Mantid::CurveFitting::Algorithms::PlotPeakByLogValue::runSingleFit().