10#include "MantidMDAlgorithms/DllConfig.h"
18namespace DataObjects {
22namespace MDAlgorithms {
31 const std::string name()
const override;
32 int version()
const override;
33 const std::vector<std::string>
seeAlso()
const override {
return {
"Integration"}; }
34 const std::string category()
const override;
35 const std::string summary()
const override;
41 std::shared_ptr<API::MatrixWorkspace> createOutputWorkspace(
const API::MatrixWorkspace &inputWS,
size_t nX)
const;
43 template <
class EventType>
Base class from which all concrete algorithm classes should be derived.
Base MatrixWorkspace Abstract Class.
This class is intended to fulfill the design specified in <https://github.com/mantidproject/documents...
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
Helper class which provides the Collimation Length for SANS instruments.