12#include "MantidDataHandling/DllConfig.h"
16namespace DataHandling {
22 const std::string
name()
const override;
23 int version()
const override;
24 const std::vector<std::string>
seeAlso()
const override {
return {
"ConvertDiffCal",
"ConvertUnits",
"LoadDiffCal"}; }
25 const std::string category()
const override;
26 const std::string summary()
const override;
28 std::map<std::string, std::string> validateInputs()
override;
Base class from which all concrete algorithm classes should be derived.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
Mantid::API::ITableWorkspace_sptr m_calibrationWS
std::shared_ptr< ITableWorkspace > ITableWorkspace_sptr
shared pointer to Mantid::API::ITableWorkspace
std::shared_ptr< Workspace > Workspace_sptr
shared pointer to Mantid::API::Workspace
Helper class which provides the Collimation Length for SANS instruments.