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 LALDetector * | pDetector |
Pointer to LALDetector object containing information about the detector. More... | |
| LALSource * | pSource |
Pointer to LALSource object containing information about the source. More... | |
| const LALDetector* LALDetAndSource::pDetector |
Pointer to LALDetector object containing information about the detector.
Definition at line 129 of file DetResponse.h.
| LALSource* LALDetAndSource::pSource |
Pointer to LALSource object containing information about the source.
Definition at line 130 of file DetResponse.h.