11#include "MantidDataHandling/DllConfig.h"
15#include <Poco/DOM/Element.h>
16#include <Poco/DOM/Node.h>
25namespace DataHandling {
42 const std::string
name()
const override {
return "LoadCanSAS1D"; }
44 const std::string
summary()
const override {
return "Load a file written in the canSAS 1-D data format"; }
47 int version()
const override {
return 1; }
49 const std::string
category()
const override {
return "DataHandling\\XML;SANS\\DataHandling"; }
61 int m_groupNumber = 0;
71 void check(
const Poco::XML::Element *
const toCheck,
const std::string &name)
const;
81 void createSampleInformation(
const Poco::XML::Element *
const sasEntry,
Defines an interface to an algorithm that loads a file so that it can take part in the automatic sele...
This algorithm loads 1 CanSAS1d xml file into a workspace.
const std::string summary() const override
Summary of algorithms purpose.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
int version() const override
Algorithm's version for identification overriding a virtual method.
std::string m_groupMembersBase
If a workspace group is created this is set from empty to the root name of the members,...
Defines a wrapper around an open file.
std::shared_ptr< WorkspaceGroup > WorkspaceGroup_sptr
shared pointer to Mantid::API::WorkspaceGroup
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.