![]() |
MaCh3
2.6.0
Reference Guide
|
Flat representation of a spline index entry. More...
#include <Splines/SplineCommon.h>
Public Member Functions | |
| virtual | ~SplineIndex ()=default |
| destructor More... | |
| ClassDef (SplineIndex, 1) | |
Public Attributes | |
| int | value = 0 |
| Index into the flattened spline weight vector. More... | |
| int | iSample = 0 |
| Sample index. More... | |
| int | iOscChan = 0 |
| Oscillation channel index. More... | |
| int | iSyst = 0 |
| Systematic parameter index. More... | |
| int | iMode = 0 |
| Mode index within a systematic. More... | |
| std::vector< int > | iVar {0, 0, 0} |
| Kinematic bins index, assumed to be size of 3 for now. More... | |
Flat representation of a spline index entry.
Definition at line 33 of file SplineCommon.h.
|
virtualdefault |
destructor
| SplineIndex::ClassDef | ( | SplineIndex | , |
| 1 | |||
| ) |
| int SplineIndex::iMode = 0 |
Mode index within a systematic.
Definition at line 47 of file SplineCommon.h.
| int SplineIndex::iOscChan = 0 |
Oscillation channel index.
Definition at line 43 of file SplineCommon.h.
| int SplineIndex::iSample = 0 |
Sample index.
Definition at line 41 of file SplineCommon.h.
| int SplineIndex::iSyst = 0 |
Systematic parameter index.
Definition at line 45 of file SplineCommon.h.
| std::vector<int> SplineIndex::iVar {0, 0, 0} |
Kinematic bins index, assumed to be size of 3 for now.
Definition at line 49 of file SplineCommon.h.
| int SplineIndex::value = 0 |
Index into the flattened spline weight vector.
Definition at line 39 of file SplineCommon.h.