Mantid
Loading...
Searching...
No Matches
Namespaces | Functions
ApodizationFunctions.cpp File Reference
#include "MantidAlgorithms/ApodizationFunctions.h"
#include <cmath>

Go to the source code of this file.

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::Algorithms
 
namespace  Mantid::Algorithms::ApodizationFunctions
 

Functions

double Mantid::Algorithms::ApodizationFunctions::gaussian (const double time, const double decayConstant)
 Returns the evaluation of the Gaussian apodization function at a time (t) and decay constant tau: f =exp(-time^2/(2*tau^2)) More...
 
double Mantid::Algorithms::ApodizationFunctions::lorentz (const double time, const double decayConstant)
 Returns the evaluation of the Lorentz (an exponential decay) apodization function at a time (t) and decay constant tau: f = exp(-t/tau) More...
 
double Mantid::Algorithms::ApodizationFunctions::none (const double, const double)
 Returns no apodization function. More...