10#include "MantidCrystal/DllConfig.h"
24 const std::string
name()
const override {
return "SetGoniometer"; };
26 const std::string
summary()
const override {
27 return "Define the goniometer motors used in an experiment by giving the "
28 "axes and directions of rotations.";
32 int version()
const override {
return 1; };
33 const std::vector<std::string>
seeAlso()
const override {
return {
"GoniometerAnglesFromPhiRotation"}; }
35 const std::string
category()
const override {
return "Crystal\\Goniometer"; }
Base class from which all concrete algorithm classes should be derived.
Define the goniometer used in an experiment by giving the axes and directions of rotations.
const std::string name() const override
Algorithm's name 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....
int version() const override
Algorithm's version for identification.
const std::string summary() const override
Summary of algorithms purpose.
Helper class which provides the Collimation Length for SANS instruments.