14#include "MantidDataHandling/DllConfig.h"
19namespace DataHandling {
34 const std::string name()
const override;
36 const std::string
summary()
const override {
return "Loads a FOCUS nexus file from the PSI"; }
38 int version()
const override;
39 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadSINQ",
"LoadSINQFile"}; }
40 const std::string category()
const override;
55 void runLoadInstrument();
Class for marking algorithms as deprecated.
Defines an interface to an algorithm that loads a file so that it can take part in the automatic sele...
Loads an PSI nexus file into a Mantid workspace.
size_t m_numberOfChannels
API::MatrixWorkspace_sptr m_localWorkspace
static double calculateError(double in)
Calculate error for y.
std::string m_instrumentName
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
std::vector< std::string > m_supportedInstruments
size_t m_numberOfHistograms
std::string m_instrumentPath
const std::string summary() const override
Summary of algorithms purpose.
size_t m_numberOfPixelsPerTube
Defines a wrapper around a file whose internal structure can be accessed using the NeXus API.
Implements NXentry Nexus class.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.