23#include "MantidCrystal/DllConfig.h"
31 const std::string
name()
const override {
return "GoniometerAnglesFromPhiRotation"; }
34 const std::string
summary()
const override {
35 return "The 2nd PeaksWorkspace is set up with the correct sample "
36 "orientations and UB matrices";
40 int version()
const override {
return 1; }
41 const std::vector<std::string>
seeAlso()
const override {
return {
"SetGoniometer"}; }
44 const std::string
category()
const override {
return "Crystal\\Goniometer"; }
55 double &AvErrIndexed,
double &AvErrorAll,
double tolerance)
const;
Base class from which all concrete algorithm classes should be derived.
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....
const std::string category() const override
Algorithm's category for identification.
int version() const override
Algorithm's version for identification.
std::shared_ptr< PeaksWorkspace > PeaksWorkspace_sptr
Typedef for a shared pointer to a peaks workspace.
Helper class which provides the Collimation Length for SANS instruments.