23namespace MDAlgorithms {
28 const std::string name()
const override;
30 const std::string
summary()
const override {
31 return "Integrate Single Crystal Diffraction Bragg peaks using 3D "
35 int version()
const override;
36 const std::vector<std::string>
seeAlso()
const override {
return {
"IntegrateEllipsoidsTwoStep"}; }
37 const std::string category()
const override;
53 const std::string &values);
Base class from which all concrete algorithm classes should be derived.
Helper class for reporting progress from algorithms.
Geometry::DetectorInfo is an intermediate step towards a DetectorInfo that is part of Instrument-2....
This is a low-level class to construct a map with lists of events near each peak Q-vector,...
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::array< std::vector< double >, 3 > PrincipleAxes
std::vector< Kernel::V3D > E1Vec
save for all detector pixels
MDWSDescription m_targWSDescr
const std::string summary() const override
Summary of algorithms purpose.
helper class describes the properties of target MD workspace, which should be obtained as the result ...
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
std::shared_ptr< Workspace2D > Workspace2D_sptr
shared pointer to Mantid::DataObjects::Workspace2D
std::shared_ptr< PeaksWorkspace > PeaksWorkspace_sptr
Typedef for a shared pointer to a peaks workspace.
std::shared_ptr< EventWorkspace > EventWorkspace_sptr
shared pointer to the EventWorkspace class
Helper class which provides the Collimation Length for SANS instruments.