Setup data which is computed only once for a given search setup.
Definition at line 42 of file SetupData.h.
Data Fields | |
LIGOTimeGPS | ref_time |
Reference time at which search is conducted. More... | |
LALStringVector * | detectors |
List of detector names for which metrics were computed. More... | |
LALSegList * | segments |
Segment list for which metrics were computed. More... | |
SuperskyMetrics * | metrics |
Reduced supersky parameter-space metrics. More... | |
EphemerisData * | ephemerides |
Ephemeris data over time-span of segments. More... | |
LIGOTimeGPS WeaveSetupData::ref_time |
Reference time at which search is conducted.
Definition at line 44 of file SetupData.h.
LALStringVector* WeaveSetupData::detectors |
List of detector names for which metrics were computed.
Definition at line 46 of file SetupData.h.
LALSegList* WeaveSetupData::segments |
Segment list for which metrics were computed.
Definition at line 48 of file SetupData.h.
SuperskyMetrics* WeaveSetupData::metrics |
Reduced supersky parameter-space metrics.
Definition at line 50 of file SetupData.h.
EphemerisData* WeaveSetupData::ephemerides |
Ephemeris data over time-span of segments.
Definition at line 52 of file SetupData.h.