LALInspiral 5.0.3.1-eeff03c
Header TrigScanEThincaCommon.h

Detailed Description

Provides helper functions common to TrigScan and E-thinca.

Author
Robinson, C. A. K.

Synopsis

#include <lal/TrigScanEThincaCommon.h>

This header provides functions used for creating and destroying the linked lists used in TrigScan and E-thinca.

Prototypes

TriggerErrorListXLALCreateTriggerErrorList (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...
 

Function Documentation

◆ XLALCreateTriggerErrorList()

TriggerErrorList * XLALCreateTriggerErrorList ( SnglInspiralTable tableHead,
REAL8  scaleFactor,
REAL8 tcMax 
)

Definition at line 54 of file TrigScanEThincaCommon.c.

◆ XLALDestroyTriggerErrorList()

void XLALDestroyTriggerErrorList ( TriggerErrorList errorListHead)

Definition at line 122 of file TrigScanEThincaCommon.c.

◆ XLALSnglInspiralTimeError()

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.