![]() |
MaCh3
2.2.3
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... | |
![]() | |
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 352 of file ParameterStructs.h.
std::vector<int> SplineParameter::_fSplineModes |
Modes to which spline applies (valid only for binned splines)
Definition at line 358 of file ParameterStructs.h.
SplineInterpolation SplineParameter::_SplineInterpolationType |
Spline interpolation vector.
Definition at line 355 of file ParameterStructs.h.
double SplineParameter::_SplineKnotLowBound |
EM: Cap spline knot lower value.
Definition at line 361 of file ParameterStructs.h.
double SplineParameter::_SplineKnotUpBound |
EM: Cap spline knot higher value.
Definition at line 363 of file ParameterStructs.h.