47 const std::string
name()
const override {
return "DetectorEfficiencyVariation"; }
49 const std::string
summary()
const override {
50 return "Compares two white beam vanadium workspaces from the same "
51 "instrument to find detectors whose efficiencies have changed "
52 "beyond a threshold.";
55 const std::string category()
const override;
57 int version()
const override {
return (1); }
58 const std::vector<std::string>
seeAlso()
const override {
return {
"DetectorDiagnostic"}; }
67 double &variation,
int &minSpec,
int &maxSpec);
70 const double average,
double variation);
A base class for a detector diagnostic 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.
const std::string summary() const override
Summary of algorithms purpose.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
std::shared_ptr< const MatrixWorkspace > MatrixWorkspace_const_sptr
shared pointer to the matrix workspace base class (const version)
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.