10#include "MantidAlgorithms/DllConfig.h"
26 const std::string name()
const override;
28 const std::string
summary()
const override {
29 return "Creates a new GroupingWorkspace using an instrument from one of: "
30 "an input workspace, an instrument name, or an instrument IDF "
31 "file.\nOptionally uses bank names to create the groups.";
35 int version()
const override;
36 const std::vector<std::string>
seeAlso()
const override {
return {
"DiffractionFocussing",
"LoadCalFile"}; }
38 const std::string category()
const override;
44 std::map<std::string, std::string> validateInputs()
override;
Base class from which all concrete algorithm classes should be derived.
Creates a new GroupingWorkspace using an instrument from one of: an input workspace,...
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.
std::shared_ptr< const Instrument > Instrument_const_sptr
Shared pointer to an const instrument object.
Helper class which provides the Collimation Length for SANS instruments.