10#include "MantidAlgorithms/DllConfig.h"
13#include "MantidIndexing/SpectrumIndexSet.h"
44 const std::string
name()
const override {
return "MaskBins"; }
46 const std::string
summary()
const override {
return "Marks bins in a workspace as being masked."; }
49 int version()
const override {
return (1); }
50 const std::vector<std::string>
seeAlso()
const override {
51 return {
"MaskBinsIf",
"MaskBinsFromTable",
"MaskNonOverlappingBins"};
54 const std::string
category()
const override {
return "Transforms\\Masking"; }
63 void findIndices(
const HistogramData::BinEdges &X, MantidVec::difference_type &startBin,
64 MantidVec::difference_type &endBin);
Base class for algorithms that treat all spectra independently, i.e., we can trivially parallelize ov...
Masks bins in a workspace.
const std::string summary() const override
Summary of algorithms purpose.
Indexing::SpectrumIndexSet indexSet
the list of Spectra (workspace index) to load
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
int version() const override
Algorithm's version.
const std::string category() const override
Algorithm's category for identification.
const std::string name() const override
Algorithm's name.
Helper class which provides the Collimation Length for SANS instruments.