MaCh3  2.2.3
Reference Guide
Public Attributes | List of all members
SplineParameter Struct Reference

KS: Struct holding info about Spline Systematics. More...

#include <Parameters/ParameterStructs.h>

Inheritance diagram for SplineParameter:
[legend]
Collaboration diagram for SplineParameter:
[legend]

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...
 

Detailed Description

KS: Struct holding info about Spline Systematics.

Definition at line 352 of file ParameterStructs.h.

Member Data Documentation

◆ _fSplineModes

std::vector<int> SplineParameter::_fSplineModes

Modes to which spline applies (valid only for binned splines)

Definition at line 358 of file ParameterStructs.h.

◆ _SplineInterpolationType

SplineInterpolation SplineParameter::_SplineInterpolationType

Spline interpolation vector.

Definition at line 355 of file ParameterStructs.h.

◆ _SplineKnotLowBound

double SplineParameter::_SplineKnotLowBound

EM: Cap spline knot lower value.

Definition at line 361 of file ParameterStructs.h.

◆ _SplineKnotUpBound

double SplineParameter::_SplineKnotUpBound

EM: Cap spline knot higher value.

Definition at line 363 of file ParameterStructs.h.


The documentation for this struct was generated from the following file: