BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Constant background, to be added to simulated scattering.
Public Member Functions | |
ConstantBackground (double background_value) | |
ConstantBackground (std::vector< double > P) | |
double | addBackground (double intensity) const override |
double | backgroundValue () const |
std::string | className () const final |
ConstantBackground * | clone () const override |
std::vector< ParaMeta > | parDefs () const final |
ConstantBackground::ConstantBackground | ( | std::vector< double > | P | ) |
ConstantBackground::ConstantBackground | ( | double | background_value | ) |
|
overridevirtual |
Implements IBackground.
double ConstantBackground::backgroundValue | ( | ) | const |
|
final |
|
overridevirtual |
Implements IBackground.
|
final |