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 |
| INT4 CellEvolution::nTemplateMax |
Definition at line 318 of file LALInspiralBank.h.
| INT4 CellEvolution::nTemplate |
Definition at line 319 of file LALInspiralBank.h.
| INT4 CellEvolution::fertile |
Definition at line 320 of file LALInspiralBank.h.