This is a structure needed in the inner workings of the LALInspiralCreateCoarseBank code.
Definition at line 373 of file LALInspiralBank.h.
Data Fields | |
| INT4 | nparams |
| Number of parameters (currently fixed at 2, so this is as of now unused) More... | |
| REAL8 | minimalMatch |
| UNDOCUMENTED. More... | |
| REAL8 | x0 |
| the first coordinate, chosen to be always \(\tau_0\) More... | |
| REAL8 | x1 |
| the second coordinate, chosen to be either \(\tau_2\) or \(\tau_3\) More... | |
| REAL8 | dx0 |
| increment in the x0-direction More... | |
| REAL8 | dx1 |
| increment in the x1-direction More... | |
| REAL8 | x0Min |
| minimum value of the first coordinate as defined by the search region More... | |
| REAL8 | x0Max |
| maximum value of the first coordinate as defined by the search region More... | |
| REAL8 | x1Min |
| minimum value of the second coordinate as defined by the search region More... | |
| REAL8 | x1Max |
| maximum value of the second coordinate as defined by the search region More... | |
| InspiralMetric * | metric |
| pointer to the metric at the current location More... | |
| INT4 InspiralBankParams::nparams |
Number of parameters (currently fixed at 2, so this is as of now unused)
Definition at line 376 of file LALInspiralBank.h.
| REAL8 InspiralBankParams::minimalMatch |
UNDOCUMENTED.
Definition at line 377 of file LALInspiralBank.h.
| REAL8 InspiralBankParams::x0 |
the first coordinate, chosen to be always \(\tau_0\)
Definition at line 378 of file LALInspiralBank.h.
| REAL8 InspiralBankParams::x1 |
the second coordinate, chosen to be either \(\tau_2\) or \(\tau_3\)
Definition at line 379 of file LALInspiralBank.h.
| REAL8 InspiralBankParams::dx0 |
increment in the x0-direction
Definition at line 380 of file LALInspiralBank.h.
| REAL8 InspiralBankParams::dx1 |
increment in the x1-direction
Definition at line 381 of file LALInspiralBank.h.
| REAL8 InspiralBankParams::x0Min |
minimum value of the first coordinate as defined by the search region
Definition at line 382 of file LALInspiralBank.h.
| REAL8 InspiralBankParams::x0Max |
maximum value of the first coordinate as defined by the search region
Definition at line 383 of file LALInspiralBank.h.
| REAL8 InspiralBankParams::x1Min |
minimum value of the second coordinate as defined by the search region
Definition at line 384 of file LALInspiralBank.h.
| REAL8 InspiralBankParams::x1Max |
maximum value of the second coordinate as defined by the search region
Definition at line 385 of file LALInspiralBank.h.
| InspiralMetric* InspiralBankParams::metric |
pointer to the metric at the current location
Definition at line 386 of file LALInspiralBank.h.