MaCh3  2.5.1
Reference Guide
Public Member Functions | Public Attributes | List of all members
SplineIndex Struct Reference

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

Detailed Description

Flat representation of a spline index entry.

Definition at line 33 of file SplineCommon.h.

Constructor & Destructor Documentation

◆ ~SplineIndex()

virtual SplineIndex::~SplineIndex ( )
virtualdefault

destructor

Member Function Documentation

◆ ClassDef()

SplineIndex::ClassDef ( SplineIndex  ,
 
)

Member Data Documentation

◆ iMode

int SplineIndex::iMode = 0

Mode index within a systematic.

Definition at line 47 of file SplineCommon.h.

◆ iOscChan

int SplineIndex::iOscChan = 0

Oscillation channel index.

Definition at line 43 of file SplineCommon.h.

◆ iSample

int SplineIndex::iSample = 0

Sample index.

Definition at line 41 of file SplineCommon.h.

◆ iSyst

int SplineIndex::iSyst = 0

Systematic parameter index.

Definition at line 45 of file SplineCommon.h.

◆ iVar1

int SplineIndex::iVar1 = 0

First kinematic bin index.

Definition at line 49 of file SplineCommon.h.

◆ iVar2

int SplineIndex::iVar2 = 0

Second kinematic bin index.

Definition at line 51 of file SplineCommon.h.

◆ iVar3

int SplineIndex::iVar3 = 0

Third kinematic bin index.

Definition at line 53 of file SplineCommon.h.

◆ value

int SplineIndex::value = 0

Index into the flattened spline weight vector.

Definition at line 39 of file SplineCommon.h.


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