10#include "MantidDataHandling/DllConfig.h"
35namespace DataHandling {
59 const std::string
name()
const override {
return "LoadInstrument"; };
61 const std::string
summary()
const override {
62 return "Loads an Instrument Definition File (IDF) into a workspace. After "
63 "the IDF has been read this algorithm will attempt to run the Child "
64 "Algorithm LoadParameterFile; where if IDF filename is of the form "
65 "IDENTIFIER_Definition.xml then the instrument parameters in the "
66 "file named IDENTIFIER_Parameters.xml would be loaded.";
70 int version()
const override {
return 1; };
71 const std::vector<std::string>
seeAlso()
const override {
72 return {
"LoadInstrumentFromNexus",
"LoadInstrumentFromRaw",
"ExportGeometry",
"Load"};
75 const std::string
category()
const override {
return "DataHandling\\Instrument"; }
82 void runLoadParameterFile(
const std::shared_ptr<API::MatrixWorkspace> &ws,
const std::string &filename);
Base class for algorithms that treat all spectra independently, i.e., we can trivially parallelize ov...
Loads instrument data from an XML or Nexus instrument description file and adds it to a workspace.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
static std::recursive_mutex m_mutex
Mutex to avoid simultaneous access.
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.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
Helper class which provides the Collimation Length for SANS instruments.