11#include "MantidICat/DllConfig.h"
37 const std::string
name()
const override {
return "CatalogMyDataSearch"; }
39 const std::string
summary()
const override {
40 return "Obtains the user's investigations for all active catalogs and "
41 "stores them into a workspace.";
44 int version()
const override {
return 1; }
45 const std::vector<std::string>
seeAlso()
const override {
return {
"CatalogSearch"}; }
47 const std::string
category()
const override {
return "DataHandling\\Catalog"; }
Base class from which all concrete algorithm classes should be derived.
This algorithm obtains all of the information for the investigations the logged in user is an investi...
~CatalogMyDataSearch() override=default
destructor
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
CatalogMyDataSearch()
constructor
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
const std::string summary() const override
Summary of algorithms purpose.
int version() const override
Algorithm's version for identification overriding a virtual method.
Helper class which provides the Collimation Length for SANS instruments.