10#include "MantidDataHandling/DllConfig.h"
32namespace DataHandling {
54 const std::string
name()
const override {
return "LoadParameterFile"; };
56 const std::string
summary()
const override {
57 return "Loads instrument parameters into a workspace. where these "
58 "parameters are associated component names as defined in Instrument "
59 "Definition File (IDF) or a string consisting of the contents of "
64 int version()
const override {
return 1; };
65 const std::vector<std::string>
seeAlso()
const override {
return {
"SaveParameterFile"}; }
67 const std::string
category()
const override {
return "DataHandling\\Instrument"; }
Base class for algorithms that treat all spectra independently, i.e., we can trivially parallelize ov...
DataHandling/LoadParameterFile.h.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
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 name() const override
Algorithm's name for identification overriding a virtual method.
int version() const override
Algorithm's version for identification overriding a virtual method.
Helper class which provides the Collimation Length for SANS instruments.