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... | |
INT4 InspiralTemplateList::ID |
An unique integer ID of the template.
Definition at line 273 of file LALInspiralBank.h.
InspiralTemplate InspiralTemplateList::params |
Value of the parameters at the lattice point.
Definition at line 274 of file LALInspiralBank.h.
InspiralMetric InspiralTemplateList::metric |
metric at the lattice point
Definition at line 275 of file LALInspiralBank.h.
UINT4 InspiralTemplateList::nLayer |
UNDOCUMENTED.
Definition at line 276 of file LALInspiralBank.h.
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.