Mantid
Loading...
Searching...
No Matches
CatalogGetDataFiles.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2010 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
11#include "MantidICat/DllConfig.h"
12
13namespace Mantid {
14namespace ICat {
30class MANTID_ICAT_DLL CatalogGetDataFiles final : public API::Algorithm {
31public:
35 ~CatalogGetDataFiles() override = default;
37 const std::string name() const override { return "CatalogGetDataFiles"; }
39 const std::string summary() const override {
40 return "Obtains information of the datafiles associated to a specific "
41 "investigation.";
42 }
44 int version() const override { return 1; }
45 const std::vector<std::string> seeAlso() const override {
46 return {"CatalogDownloadDataFiles", "CatalogGetDataSets", "CatalogLogin", "ISISJournalGetExperimentRuns"};
47 }
49 const std::string category() const override { return "DataHandling\\Catalog"; }
50
51private:
53 void init() override;
55 void exec() override;
56};
57} // namespace ICat
58} // namespace Mantid
Base class from which all concrete algorithm classes should be derived.
Definition: Algorithm.h:85
CatalogGetDataFiles obtains a list of datafiles and related information for an investigation.
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.
~CatalogGetDataFiles() override=default
Destructor.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
int version() const override
Algorithm's version for identification overriding a virtual method.
Helper class which provides the Collimation Length for SANS instruments.