14#include "MantidDataHandling/DllConfig.h"
19namespace DataHandling {
48 const std::string
name()
const override {
return "LoadMuonLog"; };
50 const std::string
summary()
const override {
return "Load log data from within Muon Nexus files into a workspace."; }
53 int version()
const override {
return 1; };
54 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadLog",
"LoadLogPropertyTable"}; }
56 const std::string
category()
const override {
return "DataHandling\\Logs;Muon\\DataHandling"; }
66 std::set<std::string> &logNames);
72 std::string stringToLower(std::string strToConvert);
76 bool isDateTimeString(
const std::string &str);
std::map< DeltaEMode::Type, std::string > index
Base class from which all concrete algorithm classes should be derived.
Load ISIS Muon log data from a NeXus file.
std::string m_filename
The name and path of an input file.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
LoadMuonLog()
Default constructor.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
int version() const override
Algorithm's version for identification overriding a virtual method.
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.
MuunNexusReader opens a Nexus file and reads certain fields expected for a ISIS Muon data file (old f...
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.