LALBurst 2.0.7.1-eeff03c
SnglBurstUtils.h File Reference

Prototypes

int XLALSnglBurstTableLength (SnglBurst *head)
 Compute the length of a linked list of SnglBurst objects. More...
 
SnglBurst ** XLALSortSnglBurst (SnglBurst **head, int(*comparefunc)(const SnglBurst *const *, const SnglBurst *const *))
 Sort a list of SnglBurst events into increasing order according to the supplied comparison function. More...
 
int XLALCompareSnglBurstByPeakTimeAndSNR (const SnglBurst *const *a, const SnglBurst *const *b)
 Compare the peak times and SNRs of two SnglBurst events. More...
 

Go to the source code of this file.

Function Documentation

◆ XLALSnglBurstTableLength()

int XLALSnglBurstTableLength ( SnglBurst head)

Compute the length of a linked list of SnglBurst objects.

Definition at line 31 of file SnglBurstUtils.c.

◆ XLALSortSnglBurst()

SnglBurst ** XLALSortSnglBurst ( SnglBurst **  head,
int(*)(const SnglBurst *const *, const SnglBurst *const *)  comparefunc 
)

Sort a list of SnglBurst events into increasing order according to the supplied comparison function.

Definition at line 46 of file SnglBurstUtils.c.

◆ XLALCompareSnglBurstByPeakTimeAndSNR()

int XLALCompareSnglBurstByPeakTimeAndSNR ( const SnglBurst *const *  a,
const SnglBurst *const *  b 
)

Compare the peak times and SNRs of two SnglBurst events.

Definition at line 91 of file SnglBurstUtils.c.