![]() |
MaCh3
2.5.1
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... | |
| int | iVar1 = 0 |
| First kinematic bin index. More... | |
| int | iVar2 = 0 |
| Second kinematic bin index. More... | |
| int | iVar3 = 0 |
| Third kinematic bin index. 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.
| int SplineIndex::iVar1 = 0 |
First kinematic bin index.
Definition at line 49 of file SplineCommon.h.
| int SplineIndex::iVar2 = 0 |
Second kinematic bin index.
Definition at line 51 of file SplineCommon.h.
| int SplineIndex::iVar3 = 0 |
Third kinematic bin index.
Definition at line 53 of file SplineCommon.h.
| int SplineIndex::value = 0 |
Index into the flattened spline weight vector.
Definition at line 39 of file SplineCommon.h.