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
InspiralCell Struct Reference

Detailed Description

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
 

Field Documentation

◆ ID

INT4 InspiralCell::ID

Definition at line 354 of file LALInspiralBank.h.

◆ in

INT4 InspiralCell::in

Definition at line 355 of file LALInspiralBank.h.

◆ child

INT4 InspiralCell::child[6]

Definition at line 356 of file LALInspiralBank.h.

◆ t0

REAL4 InspiralCell::t0

Definition at line 357 of file LALInspiralBank.h.

◆ t3

REAL4 InspiralCell::t3

Definition at line 358 of file LALInspiralBank.h.

◆ dx0

REAL4 InspiralCell::dx0

Definition at line 359 of file LALInspiralBank.h.

◆ dx1

REAL4 InspiralCell::dx1

Definition at line 360 of file LALInspiralBank.h.

◆ status

Generation InspiralCell::status

Definition at line 361 of file LALInspiralBank.h.

◆ position

Position InspiralCell::position

Definition at line 362 of file LALInspiralBank.h.

◆ RectPosition

Position InspiralCell::RectPosition[5]

Definition at line 363 of file LALInspiralBank.h.

◆ metric

InspiralMetric InspiralCell::metric

Definition at line 364 of file LALInspiralBank.h.