#include "burstdso.h"#include <lal/LALStdlib.h>#include <lal/LALDatatypes.h>#include <lal/Inject.h>#include <lal/Random.h>#include <lal/SimulateCoherentGW.h>#include <strings.h>#include <unistd.h>#include <signal.h>#include <lal/DetResponse.h>#include <lal/TimeDelay.h>#include <lal/DetectorSite.h>#include <lal/SkyCoordinates.h>#include <time.h>#include <math.h>#include <stdio.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <lalapps/lalapps.h>Include dependency graph for RunSearch.c:

Go to the source code of this file.
Defines | |
| #define | MAXCOMMENT 16384 |
Functions | |
| NRCSID (RUNSEARCHC,"RunSearch.c") | |
| RCSID ("RunSearch.c") | |
| void | BurstSigHandler (int) |
| void | BuildOutputFileBinary (LALStatus *status, int fid, EventIDColumn *burstEventList, CHAR *tag, UINT4 t0Sec, UINT4 t0NanoSec) |
| int | RunSearch (BurstSearchParams *params, double f0, double f1) |
| int | symbolsfree (datacond_symbol_type *symbols) |
| int | bparamsfree (BurstSearchParams *bparams) |
Variables | |
| LALStatus * | gStatus |
| #define MAXCOMMENT 16384 |
Definition at line 47 of file RunSearch.c.
| NRCSID | ( | RUNSEARCHC | , | |
| "RunSearch.c" | ||||
| ) |
| RCSID | ( | "RunSearch.c" | ) |
| void BurstSigHandler | ( | int | ) |
Definition at line 1429 of file RunSearch.c.
| void BuildOutputFileBinary | ( | LALStatus * | status, | |
| int | fid, | |||
| EventIDColumn * | burstEventList, | |||
| CHAR * | tag, | |||
| UINT4 | t0Sec, | |||
| UINT4 | t0NanoSec | |||
| ) |
Definition at line 1272 of file RunSearch.c.
| int RunSearch | ( | BurstSearchParams * | params, | |
| double | f0, | |||
| double | f1 | |||
| ) |
Definition at line 70 of file RunSearch.c.
| int symbolsfree | ( | datacond_symbol_type * | symbols | ) |
Definition at line 1496 of file RunSearch.c.
| int bparamsfree | ( | BurstSearchParams * | bparams | ) |
Definition at line 1503 of file RunSearch.c.
Definition at line 53 of file RunSearch.c.
1.5.2