13namespace MDAlgorithms {
19 const std::string name()
const override;
21 const std::string
summary()
const override {
22 return "Calculate limits of ConvertToMD transformation possible for this "
23 "particular workspace and the instrument, attached to it.";
26 int version()
const override {
return 1; }
27 const std::vector<std::string>
seeAlso()
const override {
return {
"ConvertToMD"}; }
32 std::vector<double> &MaxValues);
ConvertToMDMinMaxLocal : Algorithm to calculate limits for ConvertToMD.
Mantid::DataObjects::Workspace2D_sptr m_MinMaxWS2D
pointer to the input workspace;
int version() const override
Algorithm's version for identification.
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....
ConvertToMDParent : Main part of two algorithms which use ConvertToMD factory to transform points fro...
Interface to set of sub-classes used by ConvertToMD algorithm and responsible for conversion of input...
helper class describes the properties of target MD workspace, which should be obtained as the result ...
std::shared_ptr< Workspace2D > Workspace2D_sptr
shared pointer to Mantid::DataObjects::Workspace2D
Helper class which provides the Collimation Length for SANS instruments.
Type
Define the available energy transfer modes It is important to assign enums proper numbers,...