BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
FTDecayFunction1DGauss Class Reference

One-dimensional Gauss decay function in reciprocal space; corresponds to exp[-x^2/(2*decay_length^2)] in real space. More...

+ Inheritance diagram for FTDecayFunction1DGauss:

Public Member Functions

 FTDecayFunction1DGauss (const std::vector< double > P)
 
 FTDecayFunction1DGauss (double decay_length)
 
void accept (INodeVisitor *visitor) const final
 
FTDecayFunction1DGaussclone () const
 
double evaluate (double q) const final
 

Detailed Description

One-dimensional Gauss decay function in reciprocal space; corresponds to exp[-x^2/(2*decay_length^2)] in real space.