Mantid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Mantid::CurveFitting::Algorithms::InputSpectraToFit Struct Reference

#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.
 

Detailed Description

Definition at line 24 of file PlotPeakByLogValueHelper.h.

Constructor & Destructor Documentation

◆ InputSpectraToFit() [1/2]

Mantid::CurveFitting::Algorithms::InputSpectraToFit::InputSpectraToFit ( const std::string &  nam,
int  ix,
double  isp,
double  iv,
int  p,
API::MatrixWorkspace_sptr  mws 
)
inline

Constructor.

Definition at line 26 of file PlotPeakByLogValueHelper.h.

◆ InputSpectraToFit() [2/2]

Mantid::CurveFitting::Algorithms::InputSpectraToFit::InputSpectraToFit ( const InputSpectraToFit data)
default

Copy constructor.

Member Data Documentation

◆ name

std::string Mantid::CurveFitting::Algorithms::InputSpectraToFit::name

◆ numericValue

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().

◆ period

int Mantid::CurveFitting::Algorithms::InputSpectraToFit::period

Period, needed if a file contains several periods.

Definition at line 35 of file PlotPeakByLogValueHelper.h.

◆ spectrumNum

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().

◆ ws

API::MatrixWorkspace_sptr Mantid::CurveFitting::Algorithms::InputSpectraToFit::ws

◆ wsIdx

int Mantid::CurveFitting::Algorithms::InputSpectraToFit::wsIdx

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