10#include "MantidCrystal/DllConfig.h"
25 const std::string name()
const override;
27 const std::string
summary()
const override {
28 return "Set the UB matrix, given either lattice parametersand orientation "
29 "vectors or the UB matrix elements";
32 int version()
const override;
33 const std::vector<std::string>
seeAlso()
const override {
34 return {
"FindUBUsingFFT",
"FindUBUsingIndexedPeaks",
"FindUBUsingLatticeParameters",
"FindUBUsingMinMaxD"};
36 const std::string category()
const override;
Base class from which all concrete algorithm classes should be derived.
SetUB : Algorithm to set the UB matrix, given lattice parameters and u and v vectors as defined in: h...
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.