13#include "MantidDataHandling/DllConfig.h"
16namespace DataHandling {
43 const std::string
name()
const override {
return "LoadIDFFromNexus"; }
45 const std::string
summary()
const override {
46 return "Load an IDF from a Nexus file, if found there. You may need to "
47 "tell this algorithm where to find the Instrument folder in the "
52 std::string getParameterCorrectionFile(
const std::string &instName);
56 void readParameterCorrectionFile(
const std::string &correction_file,
const std::string &date,
57 std::string ¶meter_file,
bool &append);
64 int version()
const override {
return 1; }
67 const std::string
category()
const override {
return "DataHandling\\Instrument"; }
Base class from which all concrete algorithm classes should be derived.
DataHandling/LoadIDFFromNexus.h.
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.
LoadIDFFromNexus()
Default constructor.
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.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.