struct ColumnType |
Defines the event column types
Event column types. This class describes the supported column types. Currently the following types are supported:Time - GPS time in sec and nsec (2 x unsigned 32 bit integer) Real - A double precision floating point value Complex - A double precision complex floating point value Int - A 32 bit signed integer value String - A null terminated character array Event - Useful for composite events such as coincidencesIn the current implementation only simple types which don't have virtual methods and don't contain pointers are suppored. This is due to the fact that when an event is created no constructors are called but rather the whole data block is initialized with zeros. Upon creation of a new event data block the only non-zero element is the number of columns.
Alphabetic index HTML hierarchy of classes or Java
Please send questions and comments to zweizig_j@ligo-wa.caltech.edu