44 const std::string
name()
const override {
return "EQSANSResolution"; }
46 const std::string
summary()
const override {
return "Calculate the Q resolution for EQSANS data."; }
47 const std::vector<std::string>
seeAlso()
const override {
return {
"ReactorSANSResolution"}; }
55 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 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.
Computes the resolution on TOF SANS data Required Properties:
Helper class which provides the Collimation Length for SANS instruments.