15#include "MantidDataHandling/DllConfig.h"
20namespace DataHandling {
48 const std::string
name()
const override {
return "LoadNexus"; };
50 const std::string
summary()
const override {
51 return "The LoadNexus algorithm will try to identify the type of Nexus "
52 "file given to it and invoke the appropriate algorithm to read the "
53 "data and populate the named workspace.";
57 int version()
const override {
return 1; };
58 const std::vector<std::string>
seeAlso()
const override {
59 return {
"LoadMcStasNexus",
"LoadNexusMonitors",
"LoadNexusProcessed",
"LoadTOFRawNexus",
60 "LoadILLDiffraction",
"LoadILLTOF",
"LoadILLIndirect",
"LoadILLReflectometry",
61 "LoadILLSANS",
"LoadMuonNexus",
"LoadFlexiNexus"};
64 const std::string
category()
const override {
return "DataHandling\\Nexus"; }
83 void runLoadMuonNexus();
86 void runLoadIsisNexus();
89 void runLoadNexusProcessed();
92 void runLoadTOFRawNexus();
Base class from which all concrete algorithm classes should be derived.
Loads a file in NeXus format and stores it in a 2D workspace (Workspace2D class).
std::string m_filename
The name and path of the input file.
int version() const override
Algorithm's version for identification overriding a virtual method.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
std::string m_workspace
The name of the output workspace.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
const std::string summary() const override
Summary of algorithms purpose.
static const std::string muonTD
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
static const std::string pulsedTD
std::shared_ptr< IAlgorithm > IAlgorithm_sptr
shared pointer to Mantid::API::IAlgorithm
Helper class which provides the Collimation Length for SANS instruments.