10#include "MantidDataHandling/DllConfig.h"
13namespace DataHandling {
43 const std::string
name()
const override {
return "FindDetectorsInShape"; };
45 const std::string
summary()
const override {
46 return "Used to find which instrument detectors are contained within a "
47 "user-defined 3-D shape.";
51 int version()
const override {
return 1; };
52 const std::vector<std::string>
seeAlso()
const override {
return {
"MaskDetectorsInShape"}; }
54 const std::string
category()
const override {
return "Utility\\Instrument"; }
Base class for algorithms that treat all spectra independently, i.e., we can trivially parallelize ov...
An algorithm for finding which detectors are contained within a user defined shape within the instrum...
int version() const override
Algorithm's version for identification overriding a virtual method.
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.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
Helper class which provides the Collimation Length for SANS instruments.