TJonesTable.h

Classes

TJonesPolyTable -- TJonesPolyTable: TJonesPoly calibration table access/creation (full description)
TJonesSplineTable -- TJonesSplineTable: TJonesSpline calibration table access/creation (full description)

class TJonesPolyTable : public TJonesTable

Interface

Public Members
TJonesPolyTable()
virtual ~TJonesPolyTable()
TJonesPolyTable (const String& tableName, Table::TableOption access = Table::Old)

Description

Prerequisite

Etymology

From "G Jones matrix", "polynomial" and "table".

Synopsis

The TJonesPolyTable classes provide basic access to TJonesPoly calibration tables. This includes the creation of calibration tables, sorting and selection capabilities, and basic data access. This class derives from TJonesTable.

Example


 

Motivation

This class is used by other calibration table accessors and iterators.

To Do

Member Description

TJonesPolyTable()

Default null constructor, and destructor

virtual ~TJonesPolyTable()

TJonesPolyTable (const String& tableName, Table::TableOption access = Table::Old)

Construct from a specified table name and table access option. Used for creating new tables or opening existing tables.


class TJonesSplineTable : public TJonesPolyTable

Interface

TJonesSplineTable()
virtual ~TJonesSplineTable()
TJonesSplineTable (const String& tableName, Table::TableOption access = Table::Old)

Description

Prerequisite

Etymology

From "G Jones matrix", "spline polynomial" and "table".

Synopsis

The TJonesSplineTable classes provide basic access to TJonesSpline calibration tables. This includes the creation of calibration tables, sorting and selection capabilities, and basic data access. This class derives from TJonesPolyTable.

Example


 

Motivation

This class is used by other calibration table accessors and iterators.

To Do

Member Description

TJonesSplineTable()

Default null constructor, and destructor

virtual ~TJonesSplineTable()

TJonesSplineTable (const String& tableName, Table::TableOption access = Table::Old)

Construct from a specified table name and table access option. Used for creating new tables or opening existing tables.