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

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,
int  p 
)
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

◆ i

int Mantid::CurveFitting::Algorithms::InputSpectraToFit::i

◆ name

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

◆ period

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

Period, needed if a file contains several periods.

Definition at line 32 of file PlotPeakByLogValueHelper.h.

◆ ws

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

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