11#include "MantidDataHandling/DllConfig.h"
18namespace DataHandling {
28 const std::string
name()
const override {
return "ISISJournalGetExperimentRuns"; }
29 const std::string
summary()
const override {
30 return "Obtains information of the runs associated with a specific "
33 int version()
const override {
return 1; }
34 const std::vector<std::string>
seeAlso()
const override {
return {
"CatalogGetDataFiles"}; }
35 const std::string
category()
const override {
return "DataHandling"; }
39 virtual std::unique_ptr<API::IJournal> makeJournal(std::string
const &instrument,
40 std::string
const &cycle = std::string());
Base class from which all concrete algorithm classes should be derived.
ISISJournalGetExperimentRuns obtains a list of runs and related information for an investigation and ...
const std::string summary() const override
function returns a summary message that will be displayed in the default GUI, and in the help.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
ISISJournalGetExperimentRuns()
int version() const override
function to return a version of the algorithm, must be overridden in all algorithms
const std::string category() const override
function to return a category of the algorithm.
virtual ~ISISJournalGetExperimentRuns() override=default
const std::string name() const override
function to return a name of the algorithm, must be overridden in all algorithms
Helper class which provides the Collimation Length for SANS instruments.