10#include "MantidCrystal/DllConfig.h"
26 const std::string
name()
const override {
return "StatisticsOfPeaksWorkspace"; };
28 const std::string
summary()
const override {
return "Statistics of a PeaksWorkspace."; }
31 int version()
const override {
return 1; };
32 const std::vector<std::string>
seeAlso()
const override {
return {
"ShowPeakHKLOffsets"}; }
34 const std::string
category()
const override {
return "Crystal\\Peaks;DataHandling\\Text"; }
Base class from which all concrete algorithm classes should be derived.
Statistics of a PeaksWorkspace.
std::vector< Mantid::Geometry::PointGroup_sptr > m_pointGroups
Point Groups possible.
DataObjects::PeaksWorkspace_sptr ws
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
int version() const override
Algorithm's version for identification.
const std::string name() const override
Algorithm's name for identification.
const std::string category() const override
Algorithm's category for identification.
const std::string summary() const override
Summary of algorithms purpose.
std::shared_ptr< Workspace > Workspace_sptr
shared pointer to Mantid::API::Workspace
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.