Provides helper functions common to TrigScan and E-thinca.
This header provides functions used for creating and destroying the linked lists used in TrigScan and E-thinca.
Prototypes | |
| TriggerErrorList * | XLALCreateTriggerErrorList (SnglInspiralTable *tableHead, REAL8 scaleFactor, REAL8 *tcMax) |
| void | XLALDestroyTriggerErrorList (TriggerErrorList *errorListHead) |
| REAL8 | XLALSnglInspiralTimeError (const SnglInspiralTable *table, REAL8 eMatch) |
| Using the waveform metric components, translate an "e-thinca" treshold into a \(\Delta t\) error interval. More... | |
Data Structures | |
| struct | TriggerErrorList |
The TriggerErrorList is a linked list used within e-thinca. More... | |
| TriggerErrorList * XLALCreateTriggerErrorList | ( | SnglInspiralTable * | tableHead, |
| REAL8 | scaleFactor, | ||
| REAL8 * | tcMax | ||
| ) |
Definition at line 54 of file TrigScanEThincaCommon.c.
| void XLALDestroyTriggerErrorList | ( | TriggerErrorList * | errorListHead | ) |
Definition at line 122 of file TrigScanEThincaCommon.c.
| REAL8 XLALSnglInspiralTimeError | ( | const SnglInspiralTable * | table, |
| REAL8 | eMatch | ||
| ) |
Using the waveform metric components, translate an "e-thinca" treshold into a \(\Delta t\) error interval.
Definition at line 150 of file TrigScanEThincaCommon.c.