12#include "MantidDataHandling/DllConfig.h"
18namespace DataHandling {
24 const std::string name()
const override;
26 const std::string
summary()
const override {
return "Loads a McStas NeXus file into an workspace."; }
28 int version()
const override;
29 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadMcStasNexus",
"LoadNexus"}; }
30 const std::string category()
const override;
41 std::vector<std::string> readEventData(
const std::map<std::string, std::string> &eventEntries, ::NeXus::File &nxFile);
42 std::vector<std::string> readHistogramData(
const std::map<std::string, std::string> &histogramEntries,
43 ::NeXus::File &nxFile);
Defines an interface to an algorithm that loads a file so that it can take part in the automatic sele...
LoadMcStas : TODO: DESCRIPTION.
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.
Defines a wrapper around a file whose internal structure can be accessed using the NeXus API.
std::shared_ptr< WorkspaceGroup > WorkspaceGroup_sptr
shared pointer to Mantid::API::WorkspaceGroup
Helper class which provides the Collimation Length for SANS instruments.