11#include "MantidAlgorithms/DllConfig.h"
41 const std::string
name()
const override {
return "StripPeaks"; }
43 const std::string
summary()
const override {
44 return "This algorithm attempts to find all the peaks in all spectra of a "
45 "workspace and subtract them from the data, leaving just the "
50 int version()
const override {
return (1); }
51 const std::vector<std::string>
seeAlso()
const override {
return {
"FindPeaks",
"StripVanadiumPeaks"}; }
54 return "CorrectionFunctions\\PeakCorrections;Optimization\\PeakFinding";
66 double m_maxChiSq{0.0};
Base class for algorithms that can run in parallel on all MPI ranks but not in a distributed fashion.
This algorithm calls FindPeaks as a ChildAlgorithm and then subtracts all the peaks found from the da...
const std::string category() const override
Algorithm's category for identification.
const std::string summary() const override
Summary of algorithms purpose.
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 name() const override
Algorithm's name.
std::shared_ptr< ITableWorkspace > ITableWorkspace_sptr
shared pointer to Mantid::API::ITableWorkspace
std::shared_ptr< const MatrixWorkspace > MatrixWorkspace_const_sptr
shared pointer to the matrix workspace base class (const version)
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.