11#include "MantidDataHandling/DllConfig.h"
14namespace DataHandling {
27 const std::string
name()
const override {
return "LoadPreNexusMonitors"; }
29 const std::string
summary()
const override {
30 return "This is a routine to load in the beam monitors from SNS preNeXus "
31 "files into a workspace.";
35 int version()
const override {
return (1); }
36 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadEventPreNexus",
"LoadPreNexus"}; }
38 const std::string
category()
const override {
return "DataHandling\\PreNexus"; }
40 const std::string
alias()
const override {
return "LoadPreNeXusMonitors"; }
Base class from which all concrete algorithm classes should be derived.
const std::string category() const override
Algorithm's category for identification.
bool instrument_loaded_correctly
Set to true when instrument geometry was loaded.
int version() const override
Algorithm's version.
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 alias() const override
Algorithm's aliases.
const std::string name() const override
Algorithm's name.
int nMonitors
Number of monitors.
const std::string summary() const override
Summary of algorithms purpose.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.