Constructor BeamIndices
BeamIndices(int, int, int)
Initializes and returns an instance of BeamIndices.
Declaration
public BeamIndices(int frameIdx, int triggerIdx, int beamIdx)
Parameters
| Type | Name | Description |
|---|---|---|
| int | frameIdx | The index of the frame. |
| int | triggerIdx | The index of the trigger inside the frame. |
| int | beamIdx | The index of the beam in the current trigger, in the sorted firing sequence. |