10#include "MantidDataHandling/DllConfig.h"
12namespace DataHandling {
19 const std::string name()
const override final;
20 int version()
const override final;
21 const std::vector<std::string>
seeAlso()
const override {
return {
"SetSample"}; }
22 const std::string category() const override final;
23 const
std::
string summary() const override final;
26 std::map<
std::
string,
std::
string> validateInputs() override final;
27 void init() override final;
28 void exec() override final;
Base class from which all concrete algorithm classes should be derived.
Set properties of the beam.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
Helper class which provides the Collimation Length for SANS instruments.