10#include "MantidCrystal/DllConfig.h"
25 const std::string
name()
const override {
return "FindUBUsingIndexedPeaks"; };
28 int version()
const override {
return 1; };
29 const std::vector<std::string>
seeAlso()
const override {
30 return {
"SetUB",
"FindUBUsingFFT",
"FindUBUsingLatticeParameters",
"FindUBUsingMinMaxD"};
34 const std::string
category()
const override {
return "Crystal\\UBMatrix"; }
37 const std::string
summary()
const override {
38 return "Calculate the UB matrix from a peaks workspace, containing indexed "
Base class from which all concrete algorithm classes should be derived.
FindUBUsingIndexedPeaks : Algorithm to calculate a UB matrix, given a list of peaks that have already...
const std::string summary() const override
Summary of algorithms purpose.
const std::string name() const override
Algorithm's name 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....
int version() const override
Algorithm's version for identification.
const std::string category() const override
Algorithm's category for identification.
int getModulationDimension(Kernel::V3D &mnp)
Structure describing a single-crystal peak.
Class to implement UB matrix.
Helper class which provides the Collimation Length for SANS instruments.