53 const std::string
name()
const override {
return "FindDetectorsOutsideLimits"; }
54 const std::string category()
const override;
56 int version()
const override {
return (1); }
57 const std::vector<std::string>
seeAlso()
const override {
return {
"FindDeadDetectors",
"DetectorDiagnostic"}; }
A base class for a detector diagnostic algorithm.
Takes a workspace as input and identifies all spectra where the sum of the counts in all bins is outs...
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
int version() const override
Algorithm's version 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.