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

Description

Gaussian IProfile1D; its Fourier transform standardizedFT(q) is a Gaussian starting at standardizedFT(0)=1.

Inheritance diagram for Profile1DGauss:

Public Member Functions

 Profile1DGauss (double omega)
 
 Profile1DGauss (std::vector< double > P)
 
std::string className () const final
 
Profile1DGaussclone () 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

◆ Profile1DGauss() [1/2]

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

◆ Profile1DGauss() [2/2]

Profile1DGauss::Profile1DGauss ( double  omega)

Member Function Documentation

◆ className()

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

◆ clone()

Profile1DGauss* Profile1DGauss::clone ( ) const
override

◆ decayFT()

double Profile1DGauss::decayFT ( double  q) const
override

◆ parDefs()

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

◆ qSecondDerivative()

double Profile1DGauss::qSecondDerivative ( ) const
override

◆ standardizedFT()

double Profile1DGauss::standardizedFT ( double  q) const
override