53 const std::string
name()
const override {
return "FindDetectorsOutsideLimits"; }
55 const std::string
summary()
const override {
56 return "Identifies histograms and their detectors that have total numbers "
57 "of counts over a user defined maximum or less than the user define "
61 const std::string category()
const override;
63 int version()
const override {
return (1); }
64 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 summary() const override
Summary of algorithms purpose.
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.