10#include "MantidDataHandling/DllConfig.h"
15namespace DataHandling {
27 int version()
const override {
return 2; }
28 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadNexus"}; }
30 const std::string name()
const override;
32 const std::string
summary()
const override {
return "Loads a ILL/IN16B nexus file."; }
33 const std::string category()
const override;
41 void setInstrumentName(
const NeXus::NXEntry &firstEntry,
const std::string &instrumentNamePath);
43 void loadNexusEntriesIntoProperties(
const std::string &nexusfilename);
46 void runLoadInstrument();
47 void moveComponent(
const std::string &,
double);
50 std::string getInstrumentFilePath();
Defines an interface to an algorithm that loads a file so that it can take part in the automatic sele...
Loads an ILL IN16B nexus file into a Mantid workspace.
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::string m_instrumentName
Name of the instrument.
std::set< int > m_activeSDIndices
size_t m_numberOfPixelsPerTube
size_t m_numberOfSimpleDetectors
size_t m_numberOfChannels
std::vector< std::string > m_supportedInstruments
API::MatrixWorkspace_sptr m_localWorkspace
int version() const override
Algorithm's version for identification.
const std::string summary() const override
Summary of algorithms purpose.
size_t m_firstTubeAngleRounded
size_t m_numberOfMonitors
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.