Mantid
|
Helper class which provides the uncertainty calculations for the TOFSANSResolutionByPixel class. More...
#include <TOFSANSResolutionByPixelCalculator.h>
Public Member Functions | |
double | getSigmaQValue (double moderatorValue, double wavlengthIndependentFactor, double q, double wavelength, double deltaWavelength, double l1, double l2) const |
double | getWavelengthIndependentFactor (double r1, double r2, double deltaR, double lCollim, double l2) const |
Calculates the wavelength-independent prefactor for the resolutin calculation. More... | |
Helper class which provides the uncertainty calculations for the TOFSANSResolutionByPixel class.
Definition at line 15 of file TOFSANSResolutionByPixelCalculator.h.
double Mantid::Algorithms::TOFSANSResolutionByPixelCalculator::getSigmaQValue | ( | double | moderatorValue, |
double | wavlengthIndependentFactor, | ||
double | q, | ||
double | wavelength, | ||
double | deltaWavelength, | ||
double | l1, | ||
double | l2 | ||
) | const |
Definition at line 39 of file TOFSANSResolutionByPixelCalculator.cpp.
References Mantid::Kernel::l2.
Referenced by Mantid::Algorithms::TOFSANSResolutionByPixel::exec().
double Mantid::Algorithms::TOFSANSResolutionByPixelCalculator::getWavelengthIndependentFactor | ( | double | r1, |
double | r2, | ||
double | deltaR, | ||
double | lCollim, | ||
double | l2 | ||
) | const |
Calculates the wavelength-independent prefactor for the resolutin calculation.
r1 | the aperture of the source |
r2 | the aperture of the sample |
deltaR | the radius uncertainty |
lCollim | the collimation length |
l2 | the L2 distance |
Definition at line 20 of file TOFSANSResolutionByPixelCalculator.cpp.
References Mantid::Kernel::l2.
Referenced by Mantid::Algorithms::TOFSANSResolutionByPixel::exec().