Mantid
Loading...
Searching...
No Matches
TOFSANSResolutionByPixelCalculator.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2015 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#include "MantidAlgorithms/DllConfig.h"
9namespace Mantid {
10namespace Algorithms {
11
15class MANTID_ALGORITHMS_DLL TOFSANSResolutionByPixelCalculator {
16public:
17 double getWavelengthIndependentFactor(double r1, double r2, double deltaR, double lCollim, double l2) const;
18 double getSigmaQValue(double moderatorValue, double wavlengthIndependentFactor, double q, double wavelength,
19 double deltaWavelength, double l1, double l2) const;
20};
21} // namespace Algorithms
22} // namespace Mantid
Helper class which provides the uncertainty calculations for the TOFSANSResolutionByPixel class.
Helper class which provides the Collimation Length for SANS instruments.