10#include "MantidAlgorithms/DllConfig.h"
11#include "MantidIndexing/SpectrumIndexSet.h"
22 const std::string
name()
const override {
return "MaskBinsFromWorkspace"; }
24 const std::string
summary()
const override {
25 return "Copies over masked bins from a workspace to another workspace.";
29 int version()
const override {
return (1); }
30 const std::vector<std::string>
seeAlso()
const override {
return {
"MaskBinsFromTable"}; }
32 const std::string
category()
const override {
return "Transforms\\Masking"; }
Base class for algorithms that treat all spectra independently, i.e., we can trivially parallelize ov...
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string category() const override
Algorithm's category for identification.
const std::string summary() const override
Summary of algorithms purpose.
Indexing::SpectrumIndexSet m_indexSet
the list of Spectra (workspace index) to load
const std::string name() const override
Algorithm's name.
int version() const override
Algorithm's version.
Helper class which provides the Collimation Length for SANS instruments.