13#include "MantidAlgorithms/DllConfig.h"
53 const std::string
name()
const override {
return "FindCenterOfMassPosition"; }
55 const std::string
summary()
const override {
return "Finds the beam center in a 2D SANS data set."; }
58 int version()
const override {
return (2); }
61 const std::string
category()
const override {
return "SANS"; }
71 void storeOutputWorkspace(
double centerX,
double centerY);
73 const int m_maxIteration = 200;
Base class from which all concrete algorithm classes should be derived.
Helper class for reporting progress from algorithms.
Part of data reduction for SANS.
const std::string category() const override
Algorithm's category for identification.
const std::string name() const override
Algorithm's name.
int version() const override
Algorithm's version.
const std::string summary() const override
Summary of algorithms purpose.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.