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 | |
| SnglInspiralTable * | trigger |
| gsl_matrix * | err_matrix |
| gsl_vector * | position |
| struct tagTriggerErrorList * | next |
| SnglInspiralTable* TriggerErrorList::trigger |
Definition at line 68 of file TrigScanEThincaCommon.h.
| gsl_matrix* TriggerErrorList::err_matrix |
Definition at line 69 of file TrigScanEThincaCommon.h.
| gsl_vector* TriggerErrorList::position |
Definition at line 70 of file TrigScanEThincaCommon.h.
| struct tagTriggerErrorList* TriggerErrorList::next |
Definition at line 71 of file TrigScanEThincaCommon.h.