LALInspiral 5.0.3.1-eeff03c

Detailed Description

The TriggerErrorList is a linked list used within e-thinca.

It contains pointers to the SnglInspiralTable for a given trigger, and its associated error matrix and position vector.

Definition at line 66 of file TrigScanEThincaCommon.h.

Data Fields

SnglInspiralTabletrigger
 
gsl_matrix * err_matrix
 
gsl_vector * position
 
struct tagTriggerErrorList * next
 

Field Documentation

◆ trigger

SnglInspiralTable* TriggerErrorList::trigger

Definition at line 68 of file TrigScanEThincaCommon.h.

◆ err_matrix

gsl_matrix* TriggerErrorList::err_matrix

Definition at line 69 of file TrigScanEThincaCommon.h.

◆ position

gsl_vector* TriggerErrorList::position

Definition at line 70 of file TrigScanEThincaCommon.h.

◆ next

struct tagTriggerErrorList* TriggerErrorList::next

Definition at line 71 of file TrigScanEThincaCommon.h.