13#include "MantidAlgorithms/DllConfig.h"
31 const std::string
name()
const override {
return "SumNeighbours"; }
33 const std::string
summary()
const override {
34 return "Sum event lists from neighboring pixels in rectangular area "
35 "detectors - e.g. to reduce the signal-to-noise of individual "
36 "spectra. Each spectrum in the output workspace is a sum of a block "
37 "of SumX*SumY pixels. Only works on EventWorkspaces and for "
38 "instruments with RectangularDetector's.";
42 int version()
const override {
return (1); }
43 const std::vector<std::string>
seeAlso()
const override {
return {
"SumSpectra",
"SumRowColumn"}; }
45 const std::string
category()
const override {
return "Transforms\\Grouping"; }
Base class from which all concrete algorithm classes should be derived.
Sums neighboring pixels on rectangular detectors.
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.
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 for identification overriding a virtual method.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
Helper class which provides the Collimation Length for SANS instruments.