10#include "MantidDataHandling/DllConfig.h"
15namespace DataHandling {
32 const std::string
name()
const override {
return "LoadNXSPE"; };
34 const std::string
summary()
const override {
return " Algorithm to load an NXSPE file into a workspace2D."; }
37 int version()
const override {
return 1; };
38 const std::vector<std::string>
seeAlso()
const override {
return {
"SaveNXSPE",
"LoadSPE"}; }
41 return R
"(DataHandling\Nexus;DataHandling\SPE;Inelastic\DataHandling)";
48 static int identiferConfidence(
const std::string &
value);
double value
The value of the point.
Defines an interface to an algorithm that loads a file so that it can take part in the automatic sele...
LoadNXSPE : Algorithm to load an NXSPE file into a workspace2D.
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.
int version() const override
Algorithm's version for identification.
const std::string name() const override
Algorithm's name for identification.
const std::string category() const override
Algorithm's category for identification.
Defines a wrapper around a file whose internal structure can be accessed using the NeXus API.
Helper class which provides the Collimation Length for SANS instruments.