LAL  7.5.0.1-08ee4f4
LALDetAndSource Struct Reference

Detailed Description

This structure aggregates a pointer to a LALDetector and a LALSource.

Its sole function is to allow the user to pass detector and source parameters to the functions LALComputeDetAMResponse() and LALComputeDetAMResponseSeries().

Definition at line 126 of file DetResponse.h.

Data Fields

const LALDetectorpDetector
 Pointer to LALDetector object containing information about the detector. More...
 
LALSourcepSource
 Pointer to LALSource object containing information about the source. More...
 

Field Documentation

◆ pDetector

const LALDetector* LALDetAndSource::pDetector

Pointer to LALDetector object containing information about the detector.

Definition at line 129 of file DetResponse.h.

◆ pSource

LALSource* LALDetAndSource::pSource

Pointer to LALSource object containing information about the source.

Definition at line 130 of file DetResponse.h.