15#include "MantidMDAlgorithms/DllConfig.h"
18namespace MDAlgorithms {
28 const std::string
name()
const override {
return "IntegratePeaksMD"; };
30 const std::string
summary()
const override {
31 return "Integrate single-crystal peaks in reciprocal space, for "
36 int version()
const override {
return 1; };
38 const std::string
category()
const override {
return "MDAlgorithms\\Peaks;Crystal\\Integration"; }
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.
Integrate single-crystal peaks in reciprocal-space.
int version() const override
Algorithm's version for identification.
const std::string category() const override
Algorithm's category for identification.
const std::string summary() const override
Summary of algorithms purpose.
Mantid::API::IMDEventWorkspace_sptr inWS
Input MDEventWorkspace.
Geometry::Instrument_const_sptr inst
Instrument reference.
const std::string name() const override
Algorithm's name for identification.
std::shared_ptr< IMDEventWorkspace > IMDEventWorkspace_sptr
Shared pointer to Mantid::API::IMDEventWorkspace.
std::shared_ptr< const Instrument > Instrument_const_sptr
Shared pointer to an const instrument object.
Helper class which provides the Collimation Length for SANS instruments.