13#include "MantidDataHandling/DllConfig.h"
16namespace DataHandling {
46 const std::string
name()
const override {
return "LoadMappingTable"; };
48 const std::string
summary()
const override {
49 return "Builds up the mapping between spectrum number and the detector "
50 "objects in the instrument Geometry.";
54 int version()
const override {
return 1; };
56 const std::string
category()
const override {
return "DataHandling\\Instrument;DataHandling\\Raw"; }
Base class from which all concrete algorithm classes should be derived.
Loads the mapping table between spectra and IDetector from a raw file.
const std::string summary() const override
Summary of algorithms purpose.
std::string m_filename
The name and path of the input file.
int version() const override
Algorithm's version for identification overriding a virtual method.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
Helper class which provides the Collimation Length for SANS instruments.