Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALInspiral 5.0.3.1-8a6b96f
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Detailed Description

This is a structure needed in the inner workings of the LALInspiralHexagonalBank code.

Similarly to the square placement, which uses InspiralList, we used a linked list for the hexagonal placement. A different structure has been implemented so as to simplify the complexity of the algorithm. It also set an id to each cell which has been created. This id is unique to each cell/template.

Definition at line 334 of file LALInspiralBank.h.

Data Fields

INT4 id
 
struct tagCellList * next
 

Field Documentation

◆ id

INT4 CellList::id

Definition at line 337 of file LALInspiralBank.h.

◆ next

struct tagCellList* CellList::next

Definition at line 338 of file LALInspiralBank.h.