LAL  7.5.0.1-08ee4f4
LALPlaceAndGPS Struct Reference

Detailed Description

This structure stores pointers to a LALDetector and a LIGOTimeGPS.

Its sole purpose is to aggregate these structures for passing to functions.

Definition at line 100 of file Date.h.

Data Fields

const LALDetectorp_detector
 pointer to a detector More...
 
LIGOTimeGPSp_gps
 Pointer to a GPS time structure. More...
 

Field Documentation

◆ p_detector

const LALDetector* LALPlaceAndGPS::p_detector

pointer to a detector

Definition at line 103 of file Date.h.

◆ p_gps

LIGOTimeGPS* LALPlaceAndGPS::p_gps

Pointer to a GPS time structure.

Definition at line 104 of file Date.h.