10#include "MantidAlgorithms/DllConfig.h"
23 const std::string
name()
const override {
return "CreatePeaksWorkspace"; };
25 const std::string
summary()
const override {
return "Create an empty PeaksWorkspace."; }
28 int version()
const override {
return 1; };
29 const std::vector<std::string>
seeAlso()
const override {
return {
"SortPeaksWorkspace"}; }
31 const std::string
category()
const override {
return "Crystal\\Peaks;Utility\\Workspaces"; }
Base class from which all concrete algorithm classes should be derived.
Create an empty PeaksWorkspace.
const std::string summary() const override
Summary of algorithms purpose.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string name() const override
Algorithm's name for identification.
const std::string category() const override
Algorithm's category for identification.
int version() const override
Algorithm's version for identification.
Helper class which provides the Collimation Length for SANS instruments.