11#include "MantidAlgorithms/DllConfig.h"
22 const std::string name()
const override;
23 const std::string summary()
const override;
24 int version()
const override;
25 const std::vector<std::string> seeAlso()
const override;
26 const std::string category()
const override;
32 std::string getBackgroundFunction();
35 bool shouldRemoveBackground();
36 void collectExcludedSpectra();
37 bool isExcludedSpectrum(
double spec)
const;
Base class from which all concrete algorithm classes should be derived.
Algorithm to create a flood correction workspace for reflectometry data reduction.
std::vector< double > m_excludedSpectra
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.