This is a structure needed in the inner workings of the LALInspiralHexagonalBank
code.
Each cell is defined by this structure, which contains the position of each cell in the tau0/tau3 parameter space, the metric at that point, and various information such as the status of the cell. Is it still fertile ? what is its position with respect to the parameter space and so on. child is a 6-length array with a link to the 6 templates (hexagonal) around the current template that we are dealing with.
Definition at line 351 of file LALInspiralBank.h.
Data Fields | |
INT4 | ID |
INT4 | in |
INT4 | child [6] |
REAL4 | t0 |
REAL4 | t3 |
REAL4 | dx0 |
REAL4 | dx1 |
Generation | status |
Position | position |
Position | RectPosition [5] |
InspiralMetric | metric |
INT4 InspiralCell::ID |
Definition at line 354 of file LALInspiralBank.h.
INT4 InspiralCell::in |
Definition at line 355 of file LALInspiralBank.h.
INT4 InspiralCell::child[6] |
Definition at line 356 of file LALInspiralBank.h.
REAL4 InspiralCell::t0 |
Definition at line 357 of file LALInspiralBank.h.
REAL4 InspiralCell::t3 |
Definition at line 358 of file LALInspiralBank.h.
REAL4 InspiralCell::dx0 |
Definition at line 359 of file LALInspiralBank.h.
REAL4 InspiralCell::dx1 |
Definition at line 360 of file LALInspiralBank.h.
Generation InspiralCell::status |
Definition at line 361 of file LALInspiralBank.h.
Position InspiralCell::position |
Definition at line 362 of file LALInspiralBank.h.
Position InspiralCell::RectPosition[5] |
Definition at line 363 of file LALInspiralBank.h.
InspiralMetric InspiralCell::metric |
Definition at line 364 of file LALInspiralBank.h.