11#include "MantidCrystal/DllConfig.h"
26 const std::string name()
const override;
29 int version()
const override;
30 const std::vector<std::string>
seeAlso()
const override {
31 return {
"SetUB",
"FindUBUsingFFT",
"FindUBUsingIndexedPeaks",
"FindUBUsingLatticeParameters"};
35 const std::string category()
const override;
38 const std::string
summary()
const override {
39 return "Calculate the UB matrix from a peaks workspace, given min(a,b,c) "
Base class from which all concrete algorithm classes should be derived.
Class for marking algorithms as deprecated.
FindUBUsingMinMaxD : Algorithm to calculate a UB matrix, given bounds on the lattice parameters and a...
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 (these are not validated) algorithms related to this algorithm....
Helper class which provides the Collimation Length for SANS instruments.