LALApps 10.1.0.1-eeff03c
XTECHARArray Struct Reference

Detailed Description

A structure containing a vector of event data information.

Specifically, many energy channels from a single FITS data column.

Definition at line 186 of file xtefitstoframe.c.

Data Fields

INT4 nchannels
 the number of channels More...
 
XTECHARVectorchanneldata
 pointers to individual event data vectors More...
 

Field Documentation

◆ nchannels

INT4 XTECHARArray::nchannels

the number of channels

Definition at line 187 of file xtefitstoframe.c.

◆ channeldata

XTECHARVector* XTECHARArray::channeldata

pointers to individual event data vectors

Definition at line 188 of file xtefitstoframe.c.