10#include "MantidCrystal/DllConfig.h"
23 const std::string
name()
const override {
return "FindUBUsingLatticeParameters"; };
26 int version()
const override {
return 1; };
27 const std::vector<std::string>
seeAlso()
const override {
28 return {
"SetUB",
"FindUBUsingFFT",
"FindUBUsingIndexedPeaks",
"FindUBUsingMinMaxD"};
32 const std::string
category()
const override {
return "Crystal\\UBMatrix"; }
35 const std::string
summary()
const override {
36 return "Calculate the UB matrix from a peaks workspace, given lattice "
Base class from which all concrete algorithm classes should be derived.
FindUBUsingLatticeParameters : Algorithm to calculate a UB matrix, given lattice parameters and a lis...
const std::string summary() const override
Summary of algorithms purpose.
const std::string name() const override
Algorithm's name for identification.
int version() const override
Algorithm's version for identification.
const std::string category() const override
Algorithm's category for identification.
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.