10#include "MantidDataHandling/DllConfig.h"
11#include "MantidHistogramData/Histogram.h"
16namespace DataHandling {
25 const std::string name()
const override;
27 const std::string
summary()
const override {
return "Loads LLB nexus file."; }
29 int version()
const override;
30 const std::string category()
const override;
43 void setTimeBinning(HistogramData::HistogramX &histX,
int,
double);
48 void runLoadInstrument();
Defines an interface to an algorithm that loads a file so that it can take part in the automatic sele...
LoadLLB : Loads an LLB MIBEMOL TOF NeXus file into a Workspace2D with the given name.
size_t m_numberOfHistograms
std::vector< std::string > m_supportedInstruments
static double calculateError(double in)
Calculate error for y.
size_t m_numberOfPixelsPerTube
size_t m_numberOfChannels
const std::string summary() const override
Summary of algorithms purpose.
std::string m_instrumentName
std::string m_instrumentPath
Name of the instrument path.
API::MatrixWorkspace_sptr m_localWorkspace
Defines a wrapper around a file whose internal structure can be accessed using the NeXus API.
Templated class implementation of NXDataSet.
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.