10#include "MantidCrystal/DllConfig.h"
24 const std::string
name()
const override {
return "CalculateUMatrix"; };
26 const std::string
summary()
const override {
27 return "Calculate the U matrix from a peaks workspace, given lattice "
32 int version()
const override {
return 1; };
33 const std::vector<std::string>
seeAlso()
const override {
return {
"SetUB"}; }
35 const std::string
category()
const override {
return "Crystal\\UBMatrix"; }
Base class from which all concrete algorithm classes should be derived.
CalculateUMatrix : Algorithm to calculate the U matrix, given lattice parameters and a list of peaks.
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.
int version() const override
Algorithm's version for identification.
const std::string name() const override
Algorithm's name for identification.
const std::string category() const override
Algorithm's category for identification.
Helper class which provides the Collimation Length for SANS instruments.