17#include "MantidCrystal/DllConfig.h"
35 const std::string
name()
const override {
return "OptimizeCrystalPlacement"; };
37 const std::string
summary()
const override {
38 return "This algorithm optimizes goniometer settings and sample "
39 "orientation to better index the peaks.";
42 int version()
const override {
return 1; };
44 const std::string
category()
const override {
return "Crystal\\Corrections"; };
Base class from which all concrete algorithm classes should be derived.
OptimizeCrystalPlacement.
const std::string summary() const override
Summary of algorithms purpose.
int version() const override
function to return a version of the algorithm, must be overridden in all algorithms
const std::string category() const override
function to return a category of the algorithm.
const std::string name() const override
function to return a name of the algorithm, must be overridden in all algorithms
Helper class which provides the Collimation Length for SANS instruments.