18#ifndef _LIGOMETADATABURSTUTILS_H
19#define _LIGOMETADATABURSTUTILS_H
25#include <lal/LIGOMetadataTables.h>
int XLALSnglBurstTableLength(SnglBurst *head)
Compute the length of a linked list of SnglBurst objects.
int XLALCompareSnglBurstByPeakTimeAndSNR(const SnglBurst *const *a, const SnglBurst *const *b)
Compare the peak times and SNRs of two SnglBurst events.
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.