10#include "MantidCrystal/DllConfig.h"
23 const std::string name()
const override;
26 int version()
const override;
27 const std::vector<std::string>
seeAlso()
const override {
28 return {
"SetUB",
"FindUBUsingIndexedPeaks",
"FindUBUsingLatticeParameters",
"FindUBUsingMinMaxD"};
32 const std::string category()
const override;
35 const std::string
summary()
const override {
36 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.
FindUBUsingFFT : Algorithm to calculate a UB matrix using fast Fourier transforms given a list of pea...
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
const std::string summary() const override
Summary of algorithms purpose.
Helper class which provides the Collimation Length for SANS instruments.