![]() |
MaCh3
2.4.2
Reference Guide
|
KS: Struct holding info about Spline Systematics. More...
#include <Parameters/ParameterStructs.h>
Public Attributes | |
| SplineInterpolation | _SplineInterpolationType |
| Spline interpolation vector. More... | |
| std::vector< int > | _fSplineModes |
| Modes to which spline applies (valid only for binned splines) More... | |
| double | _SplineKnotLowBound |
| EM: Cap spline knot lower value. More... | |
| double | _SplineKnotUpBound |
| EM: Cap spline knot higher value. More... | |
Public Attributes inherited from TypeParameterBase | |
| std::string | name |
| Name of parameters. More... | |
| int | index = M3::_BAD_INT_ |
| Parameter number of this normalisation in current systematic model. More... | |
KS: Struct holding info about Spline Systematics.
Definition at line 289 of file ParameterStructs.h.
| std::vector<int> SplineParameter::_fSplineModes |
Modes to which spline applies (valid only for binned splines)
Definition at line 295 of file ParameterStructs.h.
| SplineInterpolation SplineParameter::_SplineInterpolationType |
Spline interpolation vector.
Definition at line 292 of file ParameterStructs.h.
| double SplineParameter::_SplineKnotLowBound |
EM: Cap spline knot lower value.
Definition at line 298 of file ParameterStructs.h.
| double SplineParameter::_SplineKnotUpBound |
EM: Cap spline knot higher value.
Definition at line 300 of file ParameterStructs.h.