13#include "MantidAlgorithms/DllConfig.h"
52 const std::string
name()
const override {
return "SumRowColumn"; }
54 const std::string
summary()
const override {
55 return "SANS-specific algorithm which gives a single spectrum containing "
56 "the total counts in either each row or each column of pixels in a "
57 "square LOQ or SANS2D detector bank.";
61 int version()
const override {
return (1); }
62 const std::vector<std::string>
seeAlso()
const override {
return {
"SumSpectra",
"SumNeighbours"}; }
64 const std::string
category()
const override {
return "SANS;Transforms\\Grouping"; }
Base class from which all concrete algorithm classes should be derived.
This algorithm is the equivalent of the COLETTE "DISPLAY H/V" command.
int version() const override
Algorithm's version.
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.
const std::string name() const override
Algorithm's name.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.