12#include "MantidMDAlgorithms/DllConfig.h"
15namespace MDAlgorithms {
26 const std::string
name()
const override {
return "CentroidPeaksMD"; };
28 const std::string
summary()
const override {
29 return "Find the centroid of single-crystal peaks in a MDEventWorkspace, "
30 "in order to refine their positions.";
34 int version()
const override {
return 2; };
35 const std::vector<std::string>
seeAlso()
const override {
return {
"IntegratePeaksMD",
"CentroidPeaks"}; }
37 const std::string
category()
const override {
return "MDAlgorithms\\Peaks"; }
Base class from which all concrete algorithm classes should be derived.
std::shared_ptr< MDEventWorkspace< MDE, nd > > sptr
Typedef for a shared pointer of this kind of event workspace.
Find the centroid of single-crystal peaks in a MDEventWorkspace, in order to refine their positions.
const std::string category() const override
Algorithm's category for identification.
Mantid::API::IMDEventWorkspace_sptr inWS
Input MDEventWorkspace.
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 summary() const override
Summary of algorithms purpose.
int version() const override
Algorithm's version for identification.
std::shared_ptr< IMDEventWorkspace > IMDEventWorkspace_sptr
Shared pointer to Mantid::API::IMDEventWorkspace.
Helper class which provides the Collimation Length for SANS instruments.