BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Functions | |
double | Transition (double x, double sigma) |
double | TransitionTanh (double x) |
Variables | |
const double | prefactor = std::sqrt(2.0 / M_PI) |
double anonymous_namespace{ProfileHelper.cpp}::Transition | ( | double | x, |
double | sigma | ||
) |
Definition at line 83 of file ProfileHelper.cpp.
References TransitionTanh().
Referenced by ProfileHelper::calculateProfile().
double anonymous_namespace{ProfileHelper.cpp}::TransitionTanh | ( | double | x | ) |
Definition at line 89 of file ProfileHelper.cpp.
References prefactor.
Referenced by Transition().
const double anonymous_namespace{ProfileHelper.cpp}::prefactor = std::sqrt(2.0 / M_PI) |
Definition at line 21 of file ProfileHelper.cpp.
Referenced by anonymous_namespace{IPeakShape.cpp}::FisherDistribution(), RefractiveMaterialImpl::scalarSubtrSLD(), and TransitionTanh().