19namespace MDAlgorithms {
32 const std::string
name()
const override;
52 int version()
const override;
53 const std::vector<std::string>
seeAlso()
const override {
54 return {
"IntegrateEllipsoids",
"IntegrateEllipsoidsTwoStep",
"IntegratePeaksMD"};
57 const std::string category()
const override;
59 const std::string
summary()
const override {
60 return "Integrate Single Crystal Diffraction Bragg peaks using the ellipsoidal "
61 "peak shape already stored on each peak.";
Base class from which all concrete algorithm classes should be derived.
Helper class for reporting progress from algorithms.
This is a low-level class to construct a map with lists of events near each peak Q-vector,...
IntegratePeaksShapeMD integrates single crystal Bragg peaks using the ellipsoidal peak shape already ...
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::shared_ptr< Workspace2D > Workspace2D_sptr
shared pointer to Mantid::DataObjects::Workspace2D
std::shared_ptr< EventWorkspace > EventWorkspace_sptr
shared pointer to the EventWorkspace class
Helper class which provides the Collimation Length for SANS instruments.