10#include "MantidAlgorithms/DllConfig.h"
29 const std::string
name()
const override {
return "CropWorkspaceRagged"; }
31 const std::string
summary()
const override {
32 return "Crops each spectrum of a workspace and produces a new "
37 int version()
const override {
return (1); }
38 const std::vector<std::string>
seeAlso()
const override {
return {
"CropWorkspace"}; }
40 const std::string
category()
const override {
return "Transforms\\Splitting"; }
47 std::map<std::string, std::string> validateInputs()
override;
Base class for algorithms that treat all spectra independently, i.e., we can trivially parallelize ov...
Extracts a 'block' from a workspace and places it in a new workspace.
int version() const override
Algorithm's version.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
const std::string category() const override
Algorithm's category for identification.
const std::string summary() const override
Summary of algorithms purpose.
const std::string name() const override
Algorithm's name.
Helper class which provides the Collimation Length for SANS instruments.