13#include "MantidDataHandling/DllConfig.h"
17namespace DataHandling {
33 const std::string
name()
const override {
return "LoadSPE"; }
35 const std::string
summary()
const override {
return "Loads a file written in the spe format."; }
38 int version()
const override {
return (1); }
39 const std::vector<std::string>
seeAlso()
const override {
return {
"SaveSPE"}; }
41 const std::string
category()
const override {
return "DataHandling\\SPE;Inelastic\\DataHandling"; }
52 void reportFormatError(
const std::string &what);
IPeaksWorkspace_sptr workspace
std::map< DeltaEMode::Type, std::string > index
Defines an interface to an algorithm that loads a file so that it can take part in the automatic sele...
Loads an SPE format file into a Mantid workspace.
const std::string name() const override
Algorithm's name.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification.
std::string m_filename
The file to load.
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.
Defines a wrapper around an open file.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.