|
Mantid
|
#include <PlotPeakByLogValueHelper.h>
Public Member Functions | |
| InputSpectraToFit (const InputSpectraToFit &data)=default | |
| Copy constructor. | |
| InputSpectraToFit (const std::string &nam, int ix, double isp, double iv, int p, API::MatrixWorkspace_sptr mws) | |
| Constructor. | |
Public Attributes | |
| std::string | name |
| Name of a workspace or file. | |
| double | numericValue |
| Numerix axis value associated with the spectra to fit. | |
| int | period |
| Period, needed if a file contains several periods. | |
| double | spectrumNum |
| Spectrum number of the spectra to fit. | |
| API::MatrixWorkspace_sptr | ws |
| shared pointer to the workspace | |
| int | wsIdx |
| Workspace index of the spectra to fit. | |
Definition at line 24 of file PlotPeakByLogValueHelper.h.
|
inline |
Constructor.
Definition at line 26 of file PlotPeakByLogValueHelper.h.
|
default |
Copy constructor.
| std::string Mantid::CurveFitting::Algorithms::InputSpectraToFit::name |
Name of a workspace or file.
Definition at line 31 of file PlotPeakByLogValueHelper.h.
Referenced by Mantid::CurveFitting::Algorithms::PlotPeakByLogValue::appendTableRow(), Mantid::CurveFitting::Algorithms::PlotPeakByLogValue::exec(), and Mantid::CurveFitting::Algorithms::PlotPeakByLogValue::runSingleFit().
| double Mantid::CurveFitting::Algorithms::InputSpectraToFit::numericValue |
Numerix axis value associated with the spectra to fit.
Definition at line 34 of file PlotPeakByLogValueHelper.h.
Referenced by Mantid::CurveFitting::Algorithms::PlotPeakByLogValue::runSingleFit().
| int Mantid::CurveFitting::Algorithms::InputSpectraToFit::period |
Period, needed if a file contains several periods.
Definition at line 35 of file PlotPeakByLogValueHelper.h.
| double Mantid::CurveFitting::Algorithms::InputSpectraToFit::spectrumNum |
Spectrum number of the spectra to fit.
Definition at line 33 of file PlotPeakByLogValueHelper.h.
Referenced by Mantid::CurveFitting::Algorithms::PlotPeakByLogValue::runSingleFit().
| API::MatrixWorkspace_sptr Mantid::CurveFitting::Algorithms::InputSpectraToFit::ws |
shared pointer to the workspace
Definition at line 36 of file PlotPeakByLogValueHelper.h.
Referenced by Mantid::CurveFitting::Algorithms::PlotPeakByLogValue::calculateLogValue(), Mantid::CurveFitting::Algorithms::PlotPeakByLogValue::exec(), and Mantid::CurveFitting::Algorithms::PlotPeakByLogValue::runSingleFit().
| int Mantid::CurveFitting::Algorithms::InputSpectraToFit::wsIdx |
Workspace index of the spectra to fit.
Definition at line 32 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().