10#include "MantidAlgorithms/DllConfig.h"
31 const std::string
name()
const override {
return "CreateSingleValuedWorkspace"; }
33 const std::string
summary()
const override {
return "Creates a 2D workspace containing a single X, Y & E value."; }
36 int version()
const override {
return (1); }
37 const std::vector<std::string>
seeAlso()
const override {
return {
"CreateWorkspace"}; }
39 const std::string
category()
const override {
return "Utility\\Workspaces"; }
42 Parallel::ExecutionMode
43 getParallelExecutionMode(
const std::map<std::string, Parallel::StorageMode> &storageModes)
const override;
Base class from which all concrete algorithm classes should be derived.
const std::string category() const override
Algorithm's category for identification.
const std::string name() const override
Algorithm's name.
int version() const override
Algorithm's version.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string summary() const override
Summary of algorithms purpose.
Helper class which provides the Collimation Length for SANS instruments.