10#include "MantidDataHandling/DllConfig.h"
13namespace DataHandling {
24 const std::string
name()
const override {
return "ModifyDetectorDotDatFile"; };
26 const std::string
summary()
const override {
27 return "Modifies an ISIS detector dot data file, so that the detector "
28 "positions are as in the given workspace";
32 int version()
const override {
return 1; };
33 const std::vector<std::string>
seeAlso()
const override {
return {
"ResizeRectangularDetector"}; }
35 const std::string
category()
const override {
return "DataHandling\\Instrument"; }
Base class from which all concrete algorithm classes should be derived.
Modifies an ISIS detector dot data file, so that the detector positions are as in the given workspace...
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification.
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 for identification.
const std::string name() const override
Algorithm's name for identification.
Helper class which provides the Collimation Length for SANS instruments.