13#include "MantidDataHandling/DllConfig.h"
23namespace DataHandling {
60 const std::string
name()
const override {
return "LoadInstrumentFromNexus"; };
62 const std::string
summary()
const override {
63 return "Attempts to load some information about the instrument from a "
64 "Nexus file. It adds dummy source and samplepos components to "
65 "instrument. If the L1 source - sample distance is not available in "
66 "the file then it may be read from the mantid properties file using "
67 "the key instrument.L1, as a final fallback a default distance of "
72 int version()
const override {
return 1; };
73 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadInstrument",
"Load"}; }
76 const std::string
category()
const override {
return "DataHandling\\Instrument"; }
Base class from which all concrete algorithm classes should be derived.
DataHandling/LoadInstrumentFromNexus.h.
LoadInstrumentFromNexus()
Default constructor.
std::string m_filename
The name and path of the input file.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
const std::string summary() const override
Summary of algorithms purpose.
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.