Mantid
Loading...
Searching...
No Matches
FindDetectorsOutsideLimits.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2007 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
9//----------------------------------------------------------------------
10// Includes
11//----------------------------------------------------------------------
13
14namespace Mantid {
15namespace Algorithms {
50class MANTID_ALGORITHMS_DLL FindDetectorsOutsideLimits : public DetectorDiagnostic {
51public:
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"}; }
58
59private:
61 void init() override;
63 void exec() override;
64};
65
66} // namespace Algorithms
67} // namespace Mantid
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.