19namespace MDAlgorithms {
29 const std::string name()
const override;
31 int version()
const override;
32 const std::vector<std::string>
seeAlso()
const override {
return {
"IntegrateEllipsoids"}; }
34 const std::string category()
const override;
36 const std::string
summary()
const override {
37 return "Integrate Single Crystal Diffraction Bragg peaks using 3D "
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,...
IntegrateEllipsoidsTwoStep provides a two pass peak integration algorithm.
DataObjects::PeaksWorkspace_sptr integratePeaks(DataObjects::PeaksWorkspace_sptr peaks, API::MatrixWorkspace_sptr ws)
integrate a collection of strong peaks
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< Kernel::V3D > E1Vec
save all detector pixels
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.