10#include "MantidAlgorithms/DllConfig.h"
25 const std::string
name()
const override {
return "ChopData"; }
26 const std::string
category()
const override {
return "Transforms\\Splitting"; }
27 int version()
const override {
return (1); }
29 const std::vector<std::string>
seeAlso()
const override {
return {
"ExtractSpectra"}; }
31 const std::string
summary()
const override {
32 return "Splits an input workspace into a grouped workspace, where each "
34 "if 'chopped' at a certain point (given in 'Step' input value) "
35 "and the X values adjusted to give all the workspace in the group "
Base class from which all concrete algorithm classes should be derived.
For use in TOSCA reduction.
const std::string summary() const override
Algorithm's summary.
const std::string category() const override
const std::string name() const override
int version() const override
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
Helper class which provides the Collimation Length for SANS instruments.