13#include "MantidDataHandling/DllConfig.h"
21namespace DataHandling {
48 static const std::string runTitle(
const ISISRAW &isisRaw);
49 static const std::string runHeader(
const ISISRAW &isisRaw);
51 const std::string
name()
const override {
return "RawFileInfo"; }
53 const std::string
summary()
const override {
return "Extract run parameters from a RAW file as output properties."; }
56 int version()
const override {
return (1); }
57 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadRaw"}; }
59 const std::string
category()
const override {
return "DataHandling\\Raw"; }
Base class from which all concrete algorithm classes should be derived.
An algorithm to extract pertinent information about a RAW file without loading the data.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
int version() const override
Algorithm's version.
const std::string category() const override
Algorithm's category for identification.
const std::string name() const override
Algorithm's name.
const std::string summary() const override
Summary of algorithms purpose.
Helper class which provides the Collimation Length for SANS instruments.