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

Detailed Description

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...
 
InspiralMetricmetric
 pointer to the metric at the current location More...
 

Field Documentation

◆ nparams

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.

◆ minimalMatch

REAL8 InspiralBankParams::minimalMatch

UNDOCUMENTED.

Definition at line 377 of file LALInspiralBank.h.

◆ x0

REAL8 InspiralBankParams::x0

the first coordinate, chosen to be always \(\tau_0\)

Definition at line 378 of file LALInspiralBank.h.

◆ x1

REAL8 InspiralBankParams::x1

the second coordinate, chosen to be either \(\tau_2\) or \(\tau_3\)

Definition at line 379 of file LALInspiralBank.h.

◆ dx0

REAL8 InspiralBankParams::dx0

increment in the x0-direction

Definition at line 380 of file LALInspiralBank.h.

◆ dx1

REAL8 InspiralBankParams::dx1

increment in the x1-direction

Definition at line 381 of file LALInspiralBank.h.

◆ x0Min

REAL8 InspiralBankParams::x0Min

minimum value of the first coordinate as defined by the search region

Definition at line 382 of file LALInspiralBank.h.

◆ x0Max

REAL8 InspiralBankParams::x0Max

maximum value of the first coordinate as defined by the search region

Definition at line 383 of file LALInspiralBank.h.

◆ x1Min

REAL8 InspiralBankParams::x1Min

minimum value of the second coordinate as defined by the search region

Definition at line 384 of file LALInspiralBank.h.

◆ x1Max

REAL8 InspiralBankParams::x1Max

maximum value of the second coordinate as defined by the search region

Definition at line 385 of file LALInspiralBank.h.

◆ metric

InspiralMetric* InspiralBankParams::metric

pointer to the metric at the current location

Definition at line 386 of file LALInspiralBank.h.