LALPulsar  6.1.0.1-b72065a
MultiSFTCatalogView Struct Reference

Detailed Description

A multi-SFT-catalogue "view": a multi-IFO vector of SFT-catalogs.

Note: this is only a multi-IFO "view" of an existing SFTCatalog, various allocated memory of the original catalog is only pointed to, not duplicated! This means one must not free the original catalog while this multi-view is still in use!

Definition at line 255 of file SFTfileIO.h.

Data Fields

UINT4 length
 number of detectors More...
 
SFTCatalogdata
 array of SFT-catalog pointers More...
 

Field Documentation

◆ length

UINT4 MultiSFTCatalogView::length

number of detectors

Definition at line 259 of file SFTfileIO.h.

◆ data

SFTCatalog* MultiSFTCatalogView::data

array of SFT-catalog pointers

Definition at line 260 of file SFTfileIO.h.