17 ConstantBackground::ConstantBackground(
const std::vector<double> P)
20 {{
"BackgroundValue",
"",
"para_tooltip", 0, +INF, 0}}},
22 m_background_value(m_P[0])
26 ConstantBackground::ConstantBackground(
double background_value)
36 double ConstantBackground::addBackground(
double intensity)
const
38 return intensity + m_background_value;
Defines class ConstantBackground.
Class representing a constant background signal.
Interface for a simulating the background signal.