BornAgain  1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
Profile2DGate Class Reference

Description

Two-dimensional gate distribution in Fourier space; corresponds to normalized constant if r<1 (and 0 otherwise) in real space, with $r=\sqrt{(\frac{x}{\omega_x})^2 + (\frac{y}{\omega_y})^2}$.

Inheritance diagram for Profile2DGate:

Public Member Functions

 Profile2DGate (double omega_x, double omega_y, double gamma)
 
 Profile2DGate (std::vector< double > P)
 
std::string className () const final
 
Profile2DGateclone () const override
 
double decayFT2D (double qx, double qy) const override
 
std::vector< ParaMeta > parDefs () const final
 
double standardizedFT2D (double qx, double qy) const override
 

Constructor & Destructor Documentation

◆ Profile2DGate() [1/2]

Profile2DGate::Profile2DGate ( std::vector< double >  P)

◆ Profile2DGate() [2/2]

Profile2DGate::Profile2DGate ( double  omega_x,
double  omega_y,
double  gamma 
)

Member Function Documentation

◆ className()

std::string Profile2DGate::className ( ) const
final

◆ clone()

Profile2DGate* Profile2DGate::clone ( ) const
override

◆ decayFT2D()

double Profile2DGate::decayFT2D ( double  qx,
double  qy 
) const
override

◆ parDefs()

std::vector<ParaMeta> Profile2DGate::parDefs ( ) const
final

◆ standardizedFT2D()

double Profile2DGate::standardizedFT2D ( double  qx,
double  qy 
) const
override