13#include "MantidDataHandling/DllConfig.h"
16namespace DataHandling {
49 const std::string
name()
const override {
return "GroupDetectors"; };
51 const std::string
summary()
const override {
52 return "Sums spectra bin-by-bin, equivalent to grouping the data from a "
53 "set of detectors. Individual groups can be specified by passing "
54 "the algorithm a list of spectrum numbers, detector IDs or "
55 "workspace indices. Many spectra groups can be created in one "
56 "execution via an input file.";
60 int version()
const override {
return 1; };
62 const std::string
category()
const override {
return "Transforms\\Grouping"; }
Base class from which all concrete algorithm classes should be derived.
An algorithm for grouping detectors and the spectra associated with them into a single DetectorGroup ...
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
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.