11#include "MantidAlgorithms/DllConfig.h"
12#include "MantidIndexing/IndexInfo.h"
22 const std::string
name()
const override {
return "RemoveSpectra"; }
24 const std::string
summary()
const override {
25 return "Remove spectra from a given workspace, from a list, if spectra is "
26 "masked, or if spectra has no detector.";
29 int version()
const override {
return (1); }
30 const std::vector<std::string>
seeAlso()
const override {
return {
"ExtractSpectra"}; }
32 const std::string
category()
const override {
return "Transforms\\Splitting"; }
37 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 algorithms related to this algorithm.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
const std::string summary() const override
Summary of algorithms purpose.
int version() const override
Algorithm's version for identification overriding a virtual method.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.