44 const std::string
name()
const override {
return "EQSANSResolution"; }
46 const std::string
summary()
const override {
return "Calculate the Q resolution for EQSANS data."; }
49 int version()
const override {
return (1); }
50 const std::vector<std::string>
seeAlso()
const override {
return {
"ReactorSANSResolution"}; }
52 const std::string
category()
const override {
return "SANS"; }
60 double getTOFResolution(
double wl)
override;
Computes the resolution on EQSANS data Required Properties:
double getEffectiveXPixelSize() override
Return the effective pixel size in the x-direction.
const std::string category() const override
Algorithm's category for identification.
const std::string name() const override
Algorithm's name.
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.
double getEffectiveYPixelSize() override
Return the effective pixel size in the y-direction.
int version() const override
Algorithm's version.
Computes the resolution on TOF SANS data Required Properties:
Helper class which provides the Collimation Length for SANS instruments.