![]() |
MaCh3
2.5.0
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... | |
| std::string | _fSplineNames |
| Name of spline in TTree (TBranch),. 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... | |
| bool | hasKinBounds = false |
| Does this parameter have kinematic bounds. More... | |
| std::vector< std::vector< std::vector< double > > > | Selection |
| std::vector< std::string > | KinematicVarStr |
| 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 274 of file ParameterStructs.h.
| std::vector<int> SplineParameter::_fSplineModes |
Modes to which spline applies (valid only for binned splines)
Definition at line 280 of file ParameterStructs.h.
| std::string SplineParameter::_fSplineNames |
Name of spline in TTree (TBranch),.
Definition at line 283 of file ParameterStructs.h.
| SplineInterpolation SplineParameter::_SplineInterpolationType |
Spline interpolation vector.
Definition at line 277 of file ParameterStructs.h.
| double SplineParameter::_SplineKnotLowBound |
EM: Cap spline knot lower value.
Definition at line 286 of file ParameterStructs.h.
| double SplineParameter::_SplineKnotUpBound |
EM: Cap spline knot higher value.
Definition at line 288 of file ParameterStructs.h.