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

Detailed Description

A grid of inspiral templates (ie a template list).

Structure returned by the coarse and fine bank generation routines. Currently we generate an array of type InspiralTemplateList which contains the coordinate markers (the parameter structure InspiralTemplate defined in the inspiral package) and the metric at each of those points. There is a desire to make this a truly linked list at some time in the future.

Definition at line 270 of file LALInspiralBank.h.

Data Fields

INT4 ID
 An unique integer ID of the template. More...
 
InspiralTemplate params
 Value of the parameters at the lattice point. More...
 
InspiralMetric metric
 metric at the lattice point More...
 
UINT4 nLayer
 UNDOCUMENTED. More...
 
struct tagInspiralTemplateList * next
 pointer to next lattice point; but this is currently not filled by the bank code More...
 

Field Documentation

◆ ID

INT4 InspiralTemplateList::ID

An unique integer ID of the template.

Definition at line 273 of file LALInspiralBank.h.

◆ params

InspiralTemplate InspiralTemplateList::params

Value of the parameters at the lattice point.

Definition at line 274 of file LALInspiralBank.h.

◆ metric

InspiralMetric InspiralTemplateList::metric

metric at the lattice point

Definition at line 275 of file LALInspiralBank.h.

◆ nLayer

UINT4 InspiralTemplateList::nLayer

UNDOCUMENTED.

Definition at line 276 of file LALInspiralBank.h.

◆ next

struct tagInspiralTemplateList* InspiralTemplateList::next

pointer to next lattice point; but this is currently not filled by the bank code

Definition at line 277 of file LALInspiralBank.h.