16#include "MantidMDAlgorithms/DllConfig.h"
19namespace MDAlgorithms {
31 const std::string
name()
const override {
return "IntegratePeaksMD"; };
33 const std::string
summary()
const override {
34 return "Integrate single-crystal peaks in reciprocal space, for "
39 int version()
const override {
return 1; };
41 const std::string
category()
const override {
return "MDAlgorithms\\Peaks;Crystal\\Integration"; }
Base class from which all concrete algorithm classes should be derived.
Class for marking algorithms as deprecated.
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.