15#include "MantidMDAlgorithms/DllConfig.h"
18namespace MDAlgorithms {
28 const std::string
name()
const override {
return "IntegratePeaksMDHKL"; };
30 const std::string
summary()
const override {
31 return "Integrate single-crystal peaks in reciprocal space, for "
36 int version()
const override {
return 1; };
37 const std::vector<std::string>
seeAlso()
const override {
38 return {
"IntegratePeaksHybrid",
"IntegratePeaksUsingClusters",
"IntegratePeaksMD",
"IntegratePeaksCWSD"};
41 const std::string
category()
const override {
return "MDAlgorithms\\Peaks;Crystal\\Integration"; }
57 double &errorSquared);
Base class from which all concrete algorithm classes should be derived.
Integrate single-crystal peaks in reciprocal-space.
const std::string summary() const override
Summary of algorithms purpose.
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 category() const override
Algorithm's category for identification.
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< IMDWorkspace > IMDWorkspace_sptr
Shared pointer to the IMDWorkspace base class.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
std::shared_ptr< MDHistoWorkspace > MDHistoWorkspace_sptr
A shared pointer to a MDHistoWorkspace.
MANTID_KERNEL_DLL V3D normalize(V3D v)
Normalizes a V3D.
Helper class which provides the Collimation Length for SANS instruments.