|
Mantid
|
#include "MantidAPI/FunctionDomain.h"#include "MantidAPI/FunctionValues.h"#include "MantidAPI/IFunction1D.h"#include "MantidAPI/Jacobian.h"#include "MantidAPI/ParamFunction.h"#include "MantidCurveFitting/DllConfig.h"#include "MantidKernel/Logger.h"#include "MantidKernel/System.h"#include <cmath>#include <gsl/gsl_sf_erf.h>Go to the source code of this file.
Classes | |
| class | Mantid::CurveFitting::Functions::ThermalNeutronDtoTOFFunction |
| ThermalNeutronDtoTOFFunction : TODO: DESCRIPTION. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::CurveFitting |
| namespace | Mantid::CurveFitting::Functions |
Typedefs | |
| using | Mantid::CurveFitting::Functions::ThermalNeutronDtoTOFFunction_sptr = std::shared_ptr< ThermalNeutronDtoTOFFunction > |
Functions | |
| double | Mantid::CurveFitting::Functions::calThermalNeutronTOF (double dh, double dtt1, double dtt1t, double dtt2t, double zero, double zerot, double width, double tcross) |
| Calcualte TOF from d-spacing value for thermal neutron. More... | |