17namespace WorkflowAlgorithms {
24 const std::string
name()
const override {
return "SANSBeamFinder"; }
26 const std::string
summary()
const override {
return "Beam finder workflow algorithm for SANS instruments."; }
28 int version()
const override {
return (1); }
30 const std::string
category()
const override {
return "Workflow\\SANS\\UsesPropertyManager"; }
39 const std::string &componentName =
"detector1");
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
Base class from which all concrete algorithm classes should be derived.
Beam Finder for SANS instruments.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification.
int version() const override
Algorithm's version.
const std::string name() const override
Algorithm's name.
std::shared_ptr< Kernel::PropertyManager > m_reductionManager
std::string m_output_message
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.