15#include "MantidMDAlgorithms/DllConfig.h"
18namespace MDAlgorithms {
27 const std::string name()
const override;
29 const std::string
summary()
const override {
30 return "Convert a MatrixWorkspace containing to a MD workspace for viewing "
34 int version()
const override;
35 const std::vector<std::string>
seeAlso()
const override {
return {
"ConvertToMD"}; }
36 const std::string category()
const override;
42 std::map<int, Geometry::RectangularDetector_const_sptr> getBanks();
44 template <
class T,
class MDE,
size_t nd>
An abstract algorithm sub-class for algorithms that define properties for BoxController settings.
Templated class for the multi-dimensional event workspace.
Convert a MatrixWorkspace containing to a MD workspace for viewing the detector face.
Mantid::DataObjects::EventWorkspace_sptr in_ws
The input event workspace.
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....
std::vector< size_t > m_detID_to_WI
std::shared_ptr< EventWorkspace > EventWorkspace_sptr
shared pointer to the EventWorkspace class
Helper class which provides the Collimation Length for SANS instruments.
float coord_t
Typedef for the data type to use for coordinate axes in MD objects such as MDBox, MDEventWorkspace,...
int32_t detid_t
Typedef for a detector ID.