Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALInspiral 5.0.3.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
CellEvolution Struct Reference

Detailed Description

This is a structure needed in the inner workings of the LALInspiralHexagonalBank code.

This structure checks the status of the placement. fertile tells if the placement is still evolving or not. nTemplateMax is the number of maximum templates allowed, which can be resized. And nTemplate is the number of template set. nTemplate can not be higher than nTemplateMax.

Definition at line 315 of file LALInspiralBank.h.

Data Fields

INT4 nTemplateMax
 
INT4 nTemplate
 
INT4 fertile
 

Field Documentation

◆ nTemplateMax

INT4 CellEvolution::nTemplateMax

Definition at line 318 of file LALInspiralBank.h.

◆ nTemplate

INT4 CellEvolution::nTemplate

Definition at line 319 of file LALInspiralBank.h.

◆ fertile

INT4 CellEvolution::fertile

Definition at line 320 of file LALInspiralBank.h.