An entry in a LAL cache.
Definition at line 54 of file LALCache.h.
Data Fields | |
| CHAR * | src |
| File source field. More... | |
| CHAR * | dsc |
| File description field. More... | |
| INT4 | t0 |
| GPS time (seconds) of beginning of data in file. More... | |
| INT4 | dt |
| Duration (seconds) of data in file. More... | |
| CHAR * | url |
| URL of file. More... | |
| CHAR* LALCacheEntry::src |
File source field.
Definition at line 55 of file LALCache.h.
| CHAR* LALCacheEntry::dsc |
File description field.
Definition at line 56 of file LALCache.h.
| INT4 LALCacheEntry::t0 |
GPS time (seconds) of beginning of data in file.
Definition at line 57 of file LALCache.h.
| INT4 LALCacheEntry::dt |
Duration (seconds) of data in file.
Definition at line 58 of file LALCache.h.
| CHAR* LALCacheEntry::url |
URL of file.
Definition at line 59 of file LALCache.h.