11#include "MantidAlgorithms/DllConfig.h"
23 const std::string
name()
const override;
24 int version()
const override;
25 const std::vector<std::string>
seeAlso()
const override {
26 return {
"PolarizationCorrectionWildes",
"PolarizationCorrectionFredrikze"};
28 const std::string category()
const override;
29 const std::string summary()
const override;
37 void checkWorkspaces()
const;
38 void checkWildesProperties()
const;
39 void checkFredrikzeProperties()
const;
41 std::vector<std::string> getWorkspaceNameList()
const;
Base class from which all concrete algorithm classes should be derived.
Base MatrixWorkspace Abstract Class.
PolarizationEfficiencyCor: a generalised polarization correction algorithm.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
std::shared_ptr< WorkspaceGroup > WorkspaceGroup_sptr
shared pointer to Mantid::API::WorkspaceGroup
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.