LAL  7.5.0.1-8083555

Detailed Description

Struct holding a single segment.

Definition at line 160 of file Segments.h.

Data Fields

LIGOTimeGPS start
 Beginning time of the segment. More...
 
LIGOTimeGPS end
 Ending time of the segment. More...
 
INT4 id
 Identifier (segment ID, array index, etc.) for user. More...
 

Field Documentation

◆ start

LIGOTimeGPS LALSeg::start

Beginning time of the segment.

Definition at line 163 of file Segments.h.

◆ end

LIGOTimeGPS LALSeg::end

Ending time of the segment.

Definition at line 164 of file Segments.h.

◆ id

INT4 LALSeg::id

Identifier (segment ID, array index, etc.) for user.

Definition at line 165 of file Segments.h.