BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Two-dimensional Gauss distribution in Fourier space; corresponds to normalized exp(-r^2/2) in real space with .
Public Member Functions | |
Profile2DGauss (double omega_x, double omega_y, double gamma) | |
Profile2DGauss (std::vector< double > P) | |
std::string | className () const final |
Profile2DGauss * | clone () const override |
double | decayFT2D (double qx, double qy) const override |
std::vector< ParaMeta > | parDefs () const final |
double | standardizedFT2D (double qx, double qy) const override |
Profile2DGauss::Profile2DGauss | ( | std::vector< double > | P | ) |
Profile2DGauss::Profile2DGauss | ( | double | omega_x, |
double | omega_y, | ||
double | gamma | ||
) |
|
final |
|
override |
|
override |
|
final |
|
override |