11#include "MantidCrystal/DllConfig.h"
28 const std::string
name()
const override {
return "SelectCellWithForm"; };
31 int version()
const override {
return 1; };
32 const std::vector<std::string>
seeAlso()
const override {
33 return {
"FindUBUsingFFT",
"FindUBUsingIndexedPeaks",
"FindUBUsingLatticeParameters"};
37 const std::string
category()
const override {
return "Crystal\\Cell"; }
40 const std::string
summary()
const override {
41 return "Select a conventional cell with a specific form number, "
42 "corresponding to the UB stored with the sample for this peaks "
51 int &num_indexed,
double &average_error);
Base class from which all concrete algorithm classes should be derived.
std::shared_ptr< IPeaksWorkspace > IPeaksWorkspace_sptr
shared pointer to Mantid::API::IPeaksWorkspace
Helper class which provides the Collimation Length for SANS instruments.