TJonesTable.h
Classes
- TJonesPolyTable -- TJonesPolyTable: TJonesPoly calibration table access/creation (full description)
- TJonesSplineTable -- TJonesSplineTable: TJonesSpline calibration table access/creation (full description)
Interface
- Public Members
- TJonesPolyTable()
- virtual ~TJonesPolyTable()
- TJonesPolyTable (const String& tableName, Table::TableOption access = Table::Old)
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
Default null constructor, and destructor
Construct from a specified table name and table access option.
Used for creating new tables or opening existing tables.
Interface
- TJonesSplineTable()
- virtual ~TJonesSplineTable()
- TJonesSplineTable (const String& tableName, Table::TableOption access = Table::Old)
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
Default null constructor, and destructor
Construct from a specified table name and table access option.
Used for creating new tables or opening existing tables.