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 |
INT4 CellList::id |
Definition at line 337 of file LALInspiralBank.h.
struct tagCellList* CellList::next |
Definition at line 338 of file LALInspiralBank.h.