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

Description

Square gate IProfile1D; its Fourier transform standardizedFT(q) is a sinc function starting at standardizedFT(0)=1.

Inheritance diagram for Profile1DGate:

Public Member Functions

 Profile1DGate (double omega)
 
 Profile1DGate (std::vector< double > P)
 
std::string className () const final
 
Profile1DGateclone () const override
 
double decayFT (double q) const override
 
std::vector< ParaMeta > parDefs () const final
 
double qSecondDerivative () const override
 
double standardizedFT (double q) const override
 

Constructor & Destructor Documentation

◆ Profile1DGate() [1/2]

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

◆ Profile1DGate() [2/2]

Profile1DGate::Profile1DGate ( double  omega)

Member Function Documentation

◆ className()

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

◆ clone()

Profile1DGate* Profile1DGate::clone ( ) const
override

◆ decayFT()

double Profile1DGate::decayFT ( double  q) const
override

◆ parDefs()

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

◆ qSecondDerivative()

double Profile1DGate::qSecondDerivative ( ) const
override

◆ standardizedFT()

double Profile1DGate::standardizedFT ( double  q) const
override