17namespace CurveFitting {
34 Kernel::V3D getHKLFromString(
const std::string &hklString)
const;
53 const std::string
name()
const override {
return "PawleyFit"; }
54 int version()
const override {
return 1; }
55 const std::vector<std::string>
seeAlso()
const override {
return {
"PoldiPeakSearch"}; }
56 const std::string summary()
const override;
57 const std::string
category()
const override {
return "Diffraction\\Fitting"; }
Base class from which all concrete algorithm classes should be derived.
This algorithm uses the Pawley-method to refine lattice parameters using a powder diffractogram and a...
virtual ~PawleyFit()=default
const std::string category() const override
function to return a category of the algorithm.
const std::string name() const override
function to return a name of the algorithm, must be overridden in all algorithms
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
Kernel::Unit_sptr m_dUnit
int version() const override
function to return a version of the algorithm, must be overridden in all algorithms
std::shared_ptr< ITableWorkspace > ITableWorkspace_sptr
shared pointer to Mantid::API::ITableWorkspace
std::shared_ptr< IFunction > IFunction_sptr
shared pointer to the function base class
std::shared_ptr< const Column > Column_const_sptr
std::shared_ptr< PawleyFunction > PawleyFunction_sptr
std::shared_ptr< Unit > Unit_sptr
Shared pointer to the Unit base class.
Helper class which provides the Collimation Length for SANS instruments.
Small helper class to extract HKLs as V3D from table columns.